Status: FailingTest
Owner: [hidden email] Labels: Type-Bug Milestone-2.0 New issue 5756 by [hidden email]: Failing tests: MC loading/ unloading http://code.google.com/p/pharo/issues/detail?id=5756 >>> Tests.Monticello.MCOrganizationTest.testLoadAndUnload 0 ms 1 >>> Tests.Monticello.MCPackageTest.testUnload 0.8 sec 9 _______________________________________________ Pharo-bugtracker mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker |
Comment #1 on issue 5756 by [hidden email]: Failing tests: MC loading/ unloading http://code.google.com/p/pharo/issues/detail?id=5756 SystemOrganizer>>includesCategory: aString "Return all matching categories" self categories ifNil: [ ^#() ]. ^ self categories includes: aString fixes the first problem _______________________________________________ Pharo-bugtracker mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker |
Comment #2 on issue 5756 by [hidden email]: Failing tests: MC loading/ unloading http://code.google.com/p/pharo/issues/detail?id=5756 This is strange since we have Monticello-Mocks which probably installs MonticelloMocks and after the class is still in the system probably because the logic of the test is strange. Investigating further. _______________________________________________ Pharo-bugtracker mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker |
Comment #3 on issue 5756 by [hidden email]: Failing tests: MC loading/ unloading http://code.google.com/p/pharo/issues/detail?id=5756 Ok I found the problem. All the classes in monticello with the category 'Monticello-Mocks' should be in the "package Monticello-Mocks and not just Monticello. Now I will try to save and load and see if I can get that done _______________________________________________ Pharo-bugtracker mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker |
Comment #4 on issue 5756 by [hidden email]: Failing tests: MC loading/ unloading http://code.google.com/p/pharo/issues/detail?id=5756 Now the problem is that reloading does not change the situation. There is probably a problem with PackageOrganizer/RPackage. _______________________________________________ Pharo-bugtracker mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker |
Comment #5 on issue 5756 by [hidden email]: Failing tests: MC loading/ unloading http://code.google.com/p/pharo/issues/detail?id=5756 I published Monticello-StephaneDucasse.596 in the inbox _______________________________________________ Pharo-bugtracker mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker |
Comment #6 on issue 5756 by [hidden email]: Failing tests: MC loading/ unloading http://code.google.com/p/pharo/issues/detail?id=5756 in 20080 I integrated the first part. _______________________________________________ Pharo-bugtracker mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker |
Comment #7 on issue 5756 by [hidden email]: Failing tests: MC loading/ unloading http://code.google.com/p/pharo/issues/detail?id=5756 tests are still failing >>> Tests.Monticello.MCDirectoryRepositoryTest.testAddAndLoad 30 ms 1 >>> Tests.Monticello.MCPackageTest.testUnload 1.2 sec 76 _______________________________________________ Pharo-bugtracker mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker |
Comment #8 on issue 5756 by [hidden email]: Failing tests: MC loading/ unloading http://code.google.com/p/pharo/issues/detail?id=5756 In Jenkins build history this tests is not failing, can we close the issue? _______________________________________________ Pharo-bugtracker mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker |
Comment #9 on issue 5756 by [hidden email]: Failing tests: MC loading/ unloading http://code.google.com/p/pharo/issues/detail?id=5756 MCOrganizationTest are green in 20100. _______________________________________________ Pharo-bugtracker mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker |
Comment #10 on issue 5756 by [hidden email]: Failing tests: MC loading/ unloading http://code.google.com/p/pharo/issues/detail?id=5756 MCOrganizationTest are green in 20100. Now the mess with monticellomocks and Monticello-Mocks is a pain... trying to understand the test fixture. _______________________________________________ Pharo-bugtracker mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker |
Comment #11 on issue 5756 by [hidden email]: Failing tests: MC loading/ unloading http://code.google.com/p/pharo/issues/detail?id=5756 only one left: MCDirectoryRepositoryTest.testAddAndLoad _______________________________________________ Pharo-bugtracker mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker |
In reply to this post by pharo
Comment #13 on issue 5756 by [hidden email]: Failing tests: MC loading/ unloading http://code.google.com/p/pharo/issues/detail?id=5756 slice in inbox SLICE-Issue-5756-Failing-tests-MC-loading-unloading-abc.1 + PostScript.st Attachments: Postscript.st 34 bytes _______________________________________________ Pharo-bugtracker mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker |
Updates:
Status: FixToInclude Comment #14 on issue 5756 by [hidden email]: Failing tests: MC loading/ unloading http://code.google.com/p/pharo/issues/detail?id=5756 (No comment was entered for this change.) _______________________________________________ Pharo-bugtracker mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker |
Updates:
Status: Integrated Comment #15 on issue 5756 by [hidden email]: Failing tests: MC loading/ unloading http://code.google.com/p/pharo/issues/detail?id=5756 in 2.0 189 _______________________________________________ Pharo-bugtracker mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker |
Free forum by Nabble | Edit this page |