Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipse-dev] [eclipse-build]Build I20030506 (Timestamp: 200305061242):Automated JUnit Testing complete. Test failures/errors occurred.


I will start a rebuild once todays' 2.1.1 maintenance build is done.

Sonia



Dirk Baeumer/Zurich/IBM@IBMCH
Sent by: eclipse-dev-admin@xxxxxxxxxxx

05/07/2003 07:36 AM
Please respond to eclipse-dev

       
        To:        eclipse-dev@xxxxxxxxxxx
        cc:        eclipse-dev-admin@xxxxxxxxxxx
        Subject:        Re: [eclipse-dev] [eclipse-build]Build I20030506 (Timestamp:  200305061242):Automated JUnit Testing complete.  Test failures/errors occurred.







The test again failed in the tear down of the test setup so all tests
actual passed successful.

The actual failure happens when we are trying to delete the test project
named "TestProject".
Since we use this name for most of our tests and subsequent test setups can
successfully
delete the project it indicates that some other thread or application is
accessing the folder
when the test is trying to delete it. The tests pass on Linux since Linux
allows  deleting a
file/folder even when it is accessed by a different application.

Sonja, can you please make sure that no other application (e.g. file
indexer, command prompt)
is accessing the workspace when the tests run under Windows.

We already have code in that ensures that the search background indexer
isn't accessing any
files when deleting a project. Additionally I added a retry loop around the
delete that tries 5 times
to delete the project before giving up. We also log the core exception
since it contains more
info (multi status). Sonja, can you please keep the log of the test
workspace so that we can
figure out which file couldn't be deleted.

JDT/UI is ready for a rebuild.

Dirk



                                                                         
            sonia_dimitrov@ca                                            
            .ibm.com                                                      
            Sent by:                                                   To
            eclipse-dev-admin         eclipse-dev@xxxxxxxxxxx            
            @eclipse.org                                               cc
                                                                         
                                                                  Subject
            05/06/2003 09:00          [eclipse-dev] [eclipse-build]Build  
            PM                        I20030506 (Timestamp:              
                                      200305061242):Automated JUnit      
                                      Testing complete.  Test            
            Please respond to         failures/errors occurred.          
            eclipse-dev@eclip                                            
                 se.org                                                  
                                                                         
                                                                         
                                                                         
                                                                         




Build I20030506 (Timestamp: 200305061242):  Automated JUnit testing is
complete.  Test failures/errors occurred in the following:

org.eclipse.jdt.ui.tests.refactoring_win32

http://download.eclipse.org/downloads/drops/I-I20030506-200305061242/testResults.php

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


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



Back to the top