> > However I do think that the description of the setting in the 
> > Daemon.conf file are required as these are not really obvious.
> 
> I agree, and I have listed most of them. My question is are 
> 'version', 'database_user', and 'database_password' 
> non-obvious ? Perhaps 'version'
> is obvious and could be removed. Are there multiple types of 
> users for Test Director ? e.g. one user/password for the 
> application, and other user/passwords for the actual users ? 
> So in a sense, does the current documentation of these two 
> fields recommend that the application user/password are used ? 

I think it is mainly for clarity.  Test Director's login screen isn't
really to the database, so the logins are not actually to the database
(Which will have a different username/password).  I suppose the version
description could be removed if you like.

> The tool does not merge yet; just reports what was received. 
> Marek is working on this. From the log message you showed it 
> seems that integration_get_bugs reports a lot of things 
> correctly. A couple of fields are missing, and the 
> affected_files key was not implemented
> correctly:
> 
> http://bugzilla.mkgnu.net/show_bug.cgi?id=895#c33
> 

I've taken a look at the way that bugzilla populates this a bit closer
and realised that the date and the user required is actually the user
that committed the changed file.  I have done some work and can actually
retrieve this out of the original comment. (I have attached a new
version of TestDirector.pm with the update).  There is no way that I'd
be able to supply entries for author_name or author_email, so I have now
blanked them off.

Please can you also remove the following values from the
TestDirector.conf file as they are no longer needed:
        tdc_bug_close_date   => '',
        tdc_bug_author_name  => '',
        tdc_bug_author_email => ''

I have included another version of the output from merge for you.

Thanks

Rob

C:\Program Files\Scmbug\bin>perl scmbug_merge.pl --scm=Subversion --product=Test
Product --repository=file://C:/svn/Source --base-label=trunk --merge-bugs=26747
--commit-bugs=26750
Scmbug notice: ---------------------------------------------------------
Scmbug notice: Reading configuration
Scmbug notice: Checking configuration
Scmbug notice: Processing activity
Scmbug notice: Submitting request
Scmbug notice: Request submission was accepted
$VAR1 = {
          'mergelist' => {
                         'all_bugs' => {
                                       'name' => '26747',
                                       'data' => {
                                                 'summary' => 'Robs Test Defect'
,
                                                 'status' => 'Allocated to DEV/T
AG',
                                                 'bug_id' => '26747',
                                                 'severity' => 'R - Proposed Cha
nge to Functionality',
                                                 'comments' => {
                                                               '1' => {
                                                                      'data' =>
{

'affected_files' => {

                    'new_version' => '63',

                    'name' => 'branches/mergefrombranch/DESEncrypter.java',

                    'old_version' => '62'

                  },

'comment_id' => '1',

'date' => 'Tue Dec 19 15:29:48 2006',

'content' => 'rhudson (Tue Dec 19 15:29:48 2006) : Branch change 1

',

'author_username' => 'rhudson'
                                                                              }
                                                                    },
                                                               '2' => {
                                                                      'data' =>
{

'affected_files' => {

                    'new_version' => '64',

                    'name' => 'branches/mergefrombranch/EncryptionException.java
',

                    'old_version' => '61'

                  },

'comment_id' => '2',

'date' => 'Tue Dec 19 15:30:23 2006',

'content' => 'rhudson (Tue Dec 19 15:30:23 2006) : Branch change 1

',

'author_username' => 'rhudson'
                                                                              }
                                                                    }
                                                             }
                                               }
                                     },
                         'product_name' => 'TestProduct'
                       }
        };

Attachment: TestDirector.pm
Description: TestDirector.pm

_______________________________________________
scmbug-users mailing list
[email protected]
http://lists.mkgnu.net/cgi-bin/mailman/listinfo/scmbug-users

Reply via email to