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 207619 - Remote FS should pass FS TCK
Summary: Remote FS should pass FS TCK
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Remote (show other bugs)
Version: 7.2
Hardware: PC Solaris
: P2 normal (vote)
Assignee: Alexander Simon
URL:
Keywords:
Depends on: 207895 207896
Blocks:
  Show dependency tree
 
Reported: 2012-01-23 11:18 UTC by Alexander Simon
Modified: 2012-03-12 12:12 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Fixes for testWriteReadExclusion and testWriteReadExclusionDeadlock (15.59 KB, patch)
2012-02-28 09:55 UTC, igor_nikiforov
Details | Diff
A narrowed test case that allows masterfs behaviour investigation (10.94 KB, text/plain)
2012-02-28 11:43 UTC, Vladimir Kvashin
Details
testFireFileDeletedEvent2 fix proposal (2.94 KB, patch)
2012-03-01 13:51 UTC, igor_nikiforov
Details | Diff
fix for testBigFileAndAsString proposal (6.25 KB, patch)
2012-03-05 08:08 UTC, igor_nikiforov
Details | Diff
testFireFileDeletedEvent2 better fix proposal (5.76 KB, patch)
2012-03-11 18:59 UTC, igor_nikiforov
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Simon 2012-01-23 11:18:22 UTC
Relote file system should be pass FS TCK.
I.e. class RemoteFSTCKTest should not be failed.
Comment 1 igor_nikiforov 2012-02-28 09:55:35 UTC
Created attachment 116169 [details]
Fixes for testWriteReadExclusion and testWriteReadExclusionDeadlock

Fixes for testWriteReadExclusion and testWriteReadExclusionDeadlock from FileObjectTestHid
Comment 2 igor_nikiforov 2012-02-28 09:56:40 UTC
I've attached fixes proposal for testWriteReadExclusion and testWriteReadExclusionDeadlock from FileObjectTestHid.
Comment 3 Vladimir Kvashin 2012-02-28 11:43:34 UTC
Created attachment 116174 [details]
A narrowed test case that allows masterfs behaviour investigation
Comment 4 igor_nikiforov 2012-03-01 07:49:13 UTC
Fixes for testWriteReadExclusion and testWriteReadExclusionDeadlock are here:
  http://hg.netbeans.org/cnd-main/rev/03b6d8156b25
Comment 5 igor_nikiforov 2012-03-01 13:51:02 UTC
Created attachment 116242 [details]
testFireFileDeletedEvent2 fix proposal

This diff contains testFireFileDeletedEvent2 test fix proposal.
Comment 6 igor_nikiforov 2012-03-05 08:08:25 UTC
Created attachment 116339 [details]
fix for testBigFileAndAsString proposal

This is proposal of fix fortestBigFileAndAsString RFS TCK failing test. Please note that it partly changes fixes for testWriteReadExclusion and testWriteReadExclusionDeadlock tests.
Comment 7 igor_nikiforov 2012-03-11 18:59:51 UTC
Created attachment 116563 [details]
testFireFileDeletedEvent2 better fix proposal

testFireFileDeletedEvent2 better fix proposal
Comment 8 igor_nikiforov 2012-03-12 09:54:24 UTC
Fixes for testFireFileDeletedEvent2 are here:
  http://hg.netbeans.org/cnd-main/rev/089c012c9ea9
Comment 9 igor_nikiforov 2012-03-12 12:12:40 UTC
Fixes for testBigFileAndAsString are here:
  http://hg.netbeans.org/cnd-main/rev/66a54cf9bea3
Note that they partly change the fixes for testWriteReadExclusion and testWriteReadExclusionDeadlock.