Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [egit-dev] 'Follow Renames' feature: Hudson UI test failures... really related to the patch?

Hello,

Hudson fails on UI tests that pass locally on my machine. :-(
The only 2 tests that fail locally are:

Failed tests:
  updatesParameterFieldsInImportDialogWhenURIIsUpdated(org.eclipse.egit.ui.wizards.clone.GitCloneWizardTest)
  testCompareWithHead(org.eclipse.egit.ui.test.team.actions.CompareActionsTest)
Tests run: 132, Failures: 2, Errors: 0, Skipped: 3

Whereas in Hudson I have 5 "Could not find menu: [Show In, History]" in the org.eclipse.egit.ui.test.history package. This looks not related to my work. Do you agree with me on that point?


I further suspect the failure does not depend on my changes with the
testFetchFromOrigin test failing in 1074 and succeeding in 1075.


Should I have the tests run again in Hudson? How can I have them pass?



Le 16/06/2011 17:10, Benjamin Gandon a écrit :
Hello,

I divided the patch in two distinct parts:
 1. http://egit.eclipse.org/r/3742 -- Introducing a FilterPath class that helps for implementing the feature.
 2. http://egit.eclipse.org/r/3743 -- Adding the 'Follow Renames' feature to the history page.

Anyone available to review those?

Sorry, I missed some guidelines for commit message formating: they miss the bug ID, and signed-off-by info.
Is there a way for me to fix that?

Last minute: Hudson complains about broken
UI tests. I'll check whether they need being updated.

/Benje


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

Back to the top