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 242886 - Remote tests hang
Summary: Remote tests hang
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Remote (show other bugs)
Version: 8.0
Hardware: All All
: P2 normal (vote)
Assignee: Vladimir Kvashin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-14 05:56 UTC by Vladimir Kvashin
Modified: 2014-04-24 02:04 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Vladimir Kvashin 2014-03-14 05:56:11 UTC
Due to issues with /ws directory on test servers, remote tests on all platforms hang and are exited by timeout.

The reason is that when fs_server responds for "ls /" command, it calls lstat on each file or directory in "/". Moreover, since a thread hangs, fs_server never quits (as it tries to join all threads on shutdown), so subsequent fs_server launches fail.

Error processing should be corrected in such a way that:
- remote tests fail, but not hang in this case
- fs_server should be able to quit even if a directory does not respond
Comment 1 Vladimir Kvashin 2014-03-14 06:01:12 UTC
http://hg.netbeans.org/cnd-main/rev/fe9998300b47
Comment 2 Vladimir Kvashin 2014-03-14 09:40:49 UTC
http://hg.netbeans.org/cnd-main/rev/7da0f2aaac11
Comment 3 Quality Engineering 2014-03-15 06:08:03 UTC
Integrated into 'main-silver', will be available in build *201403150001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/7da0f2aaac11
User: Vladimir Kvashin <vkvashin@netbeans.org>
Log: fixing #242886 - Remote tests hang
Comment 4 Quality Engineering 2014-04-24 02:04:33 UTC
Integrated into 'releases/release80', will be available in build *201404240045* or newer. Wait for official and publicly available build.

Changeset: http://hg.netbeans.org/releases/rev/db2dfb6e3e7c
User: Vladimir Kvashin <vkvashin@netbeans.org>
Log: fixing #242886 - Remote tests hang
(transplanted from 7da0f2aaac1155d69f2885c4e34d15f9abd20464)