Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [mylyn-dev] Time To Submit A Bug

For this kind of volume you might want to consider looking into Bugzilla's import facility:

   http://www.bugzilla.org/docs/tip/en/html/api/importxml.html

This assumes you have shell access server side.

-Rob


On Mon, Apr 20, 2009 at 12:57 PM, Vincent Vallarine <vvallarine@xxxxxxxxx> wrote:
I'm wondering if there is a way to speed up how long it takes to actual
submit a bug.  The postTaskData() call can take upwards of 5-10 seconds
sometimes.  I have the need to 'import' 1000's of bugs from files into
bugzilla and currently it'll take hours to accomplish large amounts of
bugs.   Any ideas how I can speed up a "submit"?  My code snippet below:

//build my task data
//...
//...
//...

BugzillaClient client =
connector.getClientManager().getClient(repository, null);

//Takes the time
RepositoryResponse response = client.postTaskData(taskData, null);




Thanks,

Vinnie
_______________________________________________
mylyn-dev mailing list
mylyn-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/mylyn-dev



--
Robert Elves
Tasktop Developer, http://tasktop.com/
Mylyn Committer, http://eclipse.org/mylyn

Back to the top