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 190458 - Unstable tests due to "Auth fail"
Summary: Unstable tests due to "Auth fail"
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: execution (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Egor Ushakov
URL:
Keywords: TEST
Depends on:
Blocks:
 
Reported: 2010-09-20 09:58 UTC by Egor Ushakov
Modified: 2010-09-28 03:05 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 Egor Ushakov 2010-09-20 09:58:31 UTC
Several remote tests fail immediately on "Auth fail" from jsch, can we fix it? If not can we retry connection?
Comment 1 Egor Ushakov 2010-09-23 08:51:14 UTC
attempt to rerun test if Auth fail happens:
http://hg.netbeans.org/cnd-main/rev/bf010d09c059
Comment 2 Egor Ushakov 2010-09-24 12:20:58 UTC
another try in ConnectionManager itself, reconnect if "Auth fail" in tests:
http://hg.netbeans.org/cnd-main/rev/0675abfa7d9c
Comment 3 Quality Engineering 2010-09-25 02:53:54 UTC
Integrated into 'main-golden', will be available in build *201009250000* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/bf010d09c059
User: Egor Ushakov <gorrus@netbeans.org>
Log: fixing #190458 (Unstable tests due to Auth fail)
Comment 4 Egor Ushakov 2010-09-27 11:36:56 UTC
now in tests we try to reconnect if "Auth fail" happens.
Comment 5 Quality Engineering 2010-09-28 03:05:01 UTC
Integrated into 'main-golden', will be available in build *201009280000* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/0675abfa7d9c
User: Egor Ushakov <gorrus@netbeans.org>
Log: fixing #190458 (Unstable tests due to Auth fail) - trying to fix it in ConnectionManager