Hi Kristis,

Thanks for updating that for me.

Afraid we'll have no luck with the Test Director team.  We have tried requests 
that are much simpler and had then pushed back.

Test Director/Quality Center is a complete QA toolset which focuses mainly on 
the test side with Bug tracking a small (basic) component really designed and 
focused on Test Teams raising issues for failed tests.  The big benefit for us 
with the ScmBug integration is we now have and end to end tracking capability 
from code to test and back again.

The change we would have to request would be a fundamental architecture change 
for them and would actually prevent some of their customisable features. (Which 
on the flip site, as a company we benefit greatly from).

I think we'll have to live with it for now.

Thanks

Rob





> -----Original Message-----
> From: Kristis Makris [mailto:[EMAIL PROTECTED]
> Sent: 19 July 2007 09:14
> To: Robert Hudson
> Cc: [email protected]
> Subject: RE: [scmbug-users] VDD for Test Director
> 
> Agreed. As long as all this is added as a comment to bug 895. Perhaps
> you could email the Test Director people to let them know of the
> substandard database schema. Only if they fix their schema would you be
> able to implement the VDD functionality.
> 
> Nothing is easy for you Robert with TestDirector, huh ?
> 
> On Thu, 2007-07-19 at 01:00 -0700, Robert Hudson wrote:
> > > >
> > > > I’m guessing that it is doing a select between two dates when
> comments
> > > > were added to a Bugzilla Bug?
> > > >
> > > >
> > > >
> > > > Is this correct?
> > >
> > > Yes, this is correct.
> >
> > That is what I thought.  I don't think we can implement this for Test
> Director.  In order to add support for Test Director we could only append
> to an existing field (Test Director does not store each comment in a
> separate row, it's all in one block).  Added to this the date format that
> Test Director uses:
> >
> > ----- snip -------
> > rhudson (Wed Jul 18 17:20:17 2007) : Pre Course 3 Commit
> >
> >
> > Branch:        trunk
> > Affected files:
> > ---------------
> > 77972 --> 77974 none:trunk/wqs/ccacherec.cpp
> > ----- snip -------
> >
> > I don't think there is a sensible search that we can do without parsing
> all the Bugs (Of which there are over 30,000)
> >
> > Please can we add something along the lines of the following to the
> TestDirector.pm integration_get_vdd function body:
> >
> > ----- snip -------
> > # VDD is generated using a start and end date.
> > # Unfortunately Test Director stores all the file history in
> > # one memo field and stores the date within this text in the
> > # format:
> > #   username (Wed Jul 18 17:20:17 2007) :
> > # This means to generate the VDD information it would be required
> > # to retrieve every bug, split the file history memo field up into
> > # commit segments and then parse each segment trying to match the
> > # date. (Note: the Test Director interface does not have direct
> > # access to the database)
> > #
> > # This will take a very long time even if there were a small number
> > # of bugs to process, and by the time you start getting into the
> > # thousands it will be unmanageable.
> > #
> > # It is for this reason that VDD has not been implemented for the
> > # Test Director system.
> > ----- snip -------
> >
> > I think this will clarify the problems and explain to anyone using the
> interface why it hasn't been supported. (and remind me so I don't
> investigate it again)
> >
> > Thanks
> >
> > Rob
> >
_______________________________________________
scmbug-users mailing list
[email protected]
http://lists.mkgnu.net/cgi-bin/mailman/listinfo/scmbug-users

Reply via email to