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 234766 - failed ReopenBrokenRepositoryValidationTest.testRepository
Summary: failed ReopenBrokenRepositoryValidationTest.testRepository
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Code Model (show other bugs)
Version: 7.4
Hardware: PC Windows XP
: P2 normal (vote)
Assignee: Vladimir Kvashin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-08-22 08:36 UTC by Vladimir Voskresensky
Modified: 2013-08-29 01:43 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 Voskresensky 2013-08-22 08:36:33 UTC
On Windows failed last 49 builds
Comment 1 Vladimir Kvashin 2013-08-28 06:22:59 UTC
should be fixed by 
http://hg.netbeans.org/cnd-main/rev/d6843087f1d8
Comment 2 Maria Tishkova 2013-08-28 12:29:29 UTC
The problem is files used in the test cannot be downloaded (looks like proxy settings problem)

Testsuite: org.netbeans.modules.cnd.repository.impl.ReopenRepositoryValidationTest
    [junit] ### RepositoryValidationGoldens.testRepository setUp
    [junit] C:\var\tmp\hudson0\tester-cnd-test-downloads#wget -qN http://pkgconfig.freedesktop.org/releases/pkg-config-0.25.tar.gz
    [junit] C:\var\tmp\hudson0\tester-cnd-test-downloads#wget -qN http://pkgconfig.freedesktop.org/releases/pkg-config-0.25.tar.gz
    [junit] ### RepositoryValidationGoldens.testRepository tearDown
    [junit] ### RepositoryValidationFirstParse.testRepository setUp
    [junit] ExitStatus exitCode=4
    [junit] error=
    [junit] output=
    [junit] C:\var\tmp\hudson0\tester-cnd-test-downloads#gzip -d pkg-config-0.25.tar.gz
    [junit] C:\var\tmp\hudson0\tester-cnd-test-downloads#tar xf pkg-config-0.25.tar
    [junit] ExitStatus exitCode=1
    [junit] error=gzip: pkg-config-0.25.tar.gz: No such file or directory
    [junit] output=
    [junit] ExitStatus exitCode=2
    [junit] error=tar: pkg-config-0.25.tar: Cannot open: No such file or directory
    [junit] tar: Error is not recoverable: exiting now
    [junit] output=
    [junit] C:\var\tmp\hudson0\tester-cnd-test-downloads#wget -qN http://www.sqlite.org/2013/sqlite-autoconf-3071700.tar.gz
    [junit] Testsuite: org.netbeans.modules.cnd.repository.impl.ReopenRepositoryValidationTest
    [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0 sec
    [junit] 
    [junit] Testcase: org.netbeans.modules.cnd.repository.impl.ReopenRepositoryValidationTest:testRepository:	Caused an ERROR
    [junit] Timeout occurred. Please note the time in the report does not reflect the time until the timeout.
    [junit] junit.framework.AssertionFailedError: Timeout occurred. Please note the time in the report does not reflect the time until the timeout.
Comment 3 Egor Ushakov 2013-08-28 13:45:04 UTC
proxy issue resolved, please reopen if reproduced again
Comment 4 Quality Engineering 2013-08-29 01:43:06 UTC
Integrated into 'main-silver', will be available in build *201308290001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/d6843087f1d8
User: Vladimir Kvashin <vkvashin@netbeans.org>
Log: fixing #234766 - failed ReopenBrokenRepositoryValidationTest.testRepository