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 270278 - Fix ABR and UMR errors discovered in fs_server by dynamic test
Summary: Fix ABR and UMR errors discovered in fs_server by dynamic test
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Remote (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Vladimir Kvashin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-04-03 07:37 UTC by Vladimir Kvashin
Modified: 2017-04-13 11:01 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
synamic tests results (42.72 KB, text/html)
2017-04-03 07:37 UTC, Vladimir Kvashin
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Vladimir Kvashin 2017-04-03 07:37:06 UTC
Created attachment 164006 [details]
synamic tests results

I instrumented fs_server via discover tool and performed some manual testing.
It discovered ABT and UMR errors when processing incorrect output (see attachment). This should be fixed.

When running semi-automated test 
dlight.remote.impl/tools/fs_server/test/dynamic_fs_server_test.sh
there were no such errors, because this test do not feed fs_server with incorrect input. So this script should also be fixed.
Comment 1 Vladimir Kvashin 2017-04-03 10:49:53 UTC
fixed, change sets on enum are:
57cd90263eca
c23cf18047a9
c4ffc67b51e2
6970b1787bd4
Comment 2 Vladimir Kvashin 2017-04-03 11:08:58 UTC
Additional test
4c846f87d497
Comment 3 Vladimir Kvashin 2017-04-04 14:09:06 UTC
Additional fix (fixed also static checks) on enum: 19912e05c541
Comment 4 Vladimir Kvashin 2017-04-04 14:12:50 UTC
And the last (hopefully) related change set: fcf2074e320c on enum
Comment 5 Quality Engineering 2017-04-11 01:51:19 UTC
Integrated into 'main-silver', will be available in build *201704110002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/fa0be3ee57c0
User: Vladimir Kvashin <vkvashin@netbeans.org>
Log: Fixed dynamic test script - fixing #270278 - Fix ABR and UMR errors discovered in fs_server by dynamic test
(transplanted from 57cd90263eca10a22edaa859090cad4127425b7c)
Comment 6 ilia 2017-04-13 11:01:50 UTC
https://netbeans.org/bugzilla/show_bug.cgi?id=270278 Changesets:
    http://hg.netbeans.org/releases/rev/57cd90263eca # Fixed dynamic test script - fixing #270278 - Fix ABR and UMR errors discovered in fs_server by dynamic test
    http://hg.netbeans.org/releases/rev/c23cf18047a9 # Fixed #270278 - Fix ABR and UMR errors discovered in fs_server by dynamic test
    http://hg.netbeans.org/releases/rev/c4ffc67b51e2 # Updated  binaries (#270278 - Fix ABR and UMR errors discovered in fs_server by dynamic test)
    http://hg.netbeans.org/releases/rev/6970b1787bd4 # Updated project metadata (#270278 - Fix ABR and UMR errors discovered in fs_server by dynamic test)
    http://hg.netbeans.org/releases/rev/4c846f87d497 # Added test for delete_on_exit request (#270278 - Fix ABR and UMR errors discovered in fs_server by dynamic test)
    http://hg.netbeans.org/releases/rev/fcf2074e320c # Additional fix for #270278 (Fix ABR and UMR errors discovered in fs_server by dynamic test): Fixed also static checkers errors and warnings; marked false positives with comments
    http://hg.netbeans.org/releases/rev/19912e05c541 # Updated binaries after additional fix for #270278 (Fix ABR and UMR errors discovered in fs_server by dynamic test): Fixed also static checkers errors and warnings; marked false positives with comments