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 - Test RemotePkgConfigTestCase.testPkgConfig fails due to lack of synchronization in remote controller
Summary: Test RemotePkgConfigTestCase.testPkgConfig fails due to lack of synchronizati...
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Remote (show other bugs)
Version: 7.0
Hardware: All All
: P2 normal (vote)
Assignee: Vladimir Kvashin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-01-12 11:57 UTC by Vladimir Kvashin
Modified: 2011-01-16 06:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Proposed patch (2.70 KB, patch)
2011-01-12 11:59 UTC, Vladimir Kvashin
Details | Diff

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