This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 83353

Summary: Master FS test failures in 5.5
Product: platform Reporter: Jaroslav Tulach <jtulach>
Component: FilesystemsAssignee: rmatous <rmatous>
Status: RESOLVED WONTFIX    
Severity: blocker CC: anebuzelsky
Priority: P2 Keywords: TEST
Version: 5.x   
Hardware: PC   
OS: Windows XP   
Issue Type: DEFECT Exception Reporter:
Bug Depends on: 85862    
Bug Blocks:    
Attachments: the failure
test diabled in dfg-unit.xml

Description Jaroslav Tulach 2006-08-24 10:28:24 UTC
testMove1:
      java.lang.NullPointerException
        at 
org.netbeans.modules.masterfs.filebasedfs.naming.NamingFactory.renameChildren(NamingFactory.java:92)
        at 
org.netbeans.modules.masterfs.filebasedfs.naming.NamingFactory.rename(NamingFactory.java:80)
        at 
org.netbeans.modules.masterfs.filebasedfs.fileobjects.BaseFileObj.rename(BaseFileObj.java:195)
        at 
org.netbeans.modules.masterfs.filebasedfs.fileobjects.FileObj.rename(FileObj.java:268)
        at 
org.netbeans.modules.masterfs.MasterFileObject.rename(MasterFileObject.java:575)
        at 
org.netbeans.modules.masterfs.MasterFileObject.move(MasterFileObject.java:501)
        at org.openide.filesystems.FileObjectTestHid.testMove1
(FileObjectTestHid.java:197)
Comment 1 Jaroslav Tulach 2006-08-24 10:28:41 UTC
Created attachment 33235 [details]
the failure
Comment 3 rmatous 2006-08-31 09:51:51 UTC
Yes, these tests fails in 5.5 on Windows and only with subversion enabled. 
Comment 4 rmatous 2006-09-15 15:31:07 UTC
Also this test fails:
http://beetle.czech:8080/unittest/TestCase.jsp?issues=4130

All these tests simulate subversion behaviour: ignore while deleting folders
containing  metadata for subversion.

Comment 5 rmatous 2006-09-29 10:07:12 UTC
#85862 fixed. 

So, the only failing test should remain 
MasterFileSystemWithExtensionsTest.testSimulatesRefactoringRename which actually
simulates refactoribg rename but just with subversion tricky extensions. This
problem may happen (but not reported yet) just when subversion module is
installed via AU and used for rename.  

This test will be disabled for release55. Jarda, do you agree as reporter ? 
Comment 6 Jaroslav Tulach 2006-09-29 10:11:57 UTC
I agree.
Comment 7 rmatous 2006-09-29 10:14:03 UTC
Created attachment 34689 [details]
test diabled in dfg-unit.xml
Comment 8 rmatous 2006-09-29 12:02:46 UTC
/cvs/openide/masterfs/test/cfg-unit.xml,v  <--  cfg-unit.xml
new revision: 1.1.124.2; previous revision: 1.1.124.1

For release 55 - close as WONTFIX and test removed.