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 - Master FS test failures in 5.5
Summary: Master FS test failures in 5.5
Status: RESOLVED WONTFIX
Alias: None
Product: platform
Classification: Unclassified
Component: Filesystems (show other bugs)
Version: 5.x
Hardware: PC Windows XP
: P2 blocker (vote)
Assignee: rmatous
URL:
Keywords: TEST
Depends on: 85862
Blocks:
  Show dependency tree
 
Reported: 2006-08-24 10:28 UTC by Jaroslav Tulach
Modified: 2008-12-22 23:41 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
the failure (48.68 KB, text/html)
2006-08-24 10:28 UTC, Jaroslav Tulach
Details
test diabled in dfg-unit.xml (1.17 KB, patch)
2006-09-29 10:14 UTC, rmatous
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.