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 194256

Summary: Test RemotePkgConfigTestCase.testPkgConfig fails due to lack of synchronization in remote controller
Product: cnd Reporter: Vladimir Kvashin <vkvashin>
Component: RemoteAssignee: Vladimir Kvashin <vkvashin>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P2    
Version: 7.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Attachments: Proposed patch

Description Vladimir Kvashin 2011-01-12 11:57:41 UTC
Test
org.netbeans.modules.cnd.discovery.project.cases.RemotePkgConfigTestCase.testPkgConfig
fails due to lack of synchronization in remote controller
Comment 1 Vladimir Kvashin 2011-01-12 11:58:16 UTC
This occurs when building with dmake, because it is parallel.
Comment 2 Vladimir Kvashin 2011-01-12 11:59:24 UTC
Created attachment 104913 [details]
Proposed patch

Here is a patch that fixes the issue; but it needs improvement
Comment 4 Quality Engineering 2011-01-16 06:14:59 UTC
Integrated into 'main-golden', will be available in build *201101160000* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/869e17dff410
User: Vladimir Kvashin <vkvashin@netbeans.org>
Log: fix for #194256 sync issues in rfs_controller cause RemotePkgConfigTestCase.testPkgConfig failure