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 141415 - C/V failures
Summary: C/V failures
Status: VERIFIED FIXED
Alias: None
Product: xml
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: Samaresh Panda
URL:
Keywords: TEST
Depends on: 140605
Blocks:
  Show dependency tree
 
Reported: 2008-07-23 20:25 UTC by Jesse Glick
Modified: 2008-08-01 17:35 UTC (History)
3 users (show)

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 Jesse Glick 2008-07-23 20:25:57 UTC
http://deadlock.netbeans.org/hudson/job/trunk/2996/testReport/org.netbeans.test.xml.schema/AcceptanceTestCase/customizeSchema/

"List does not contain -1'th item" from AcceptanceTestCase.java:227

http://deadlock.netbeans.org/hudson/job/trunk/2996/testReport/org.netbeans.test.xslt/AcceptanceTestCase/createWSDL/

"TimeoutExpiredException: Wait next node loaded under parent [, By File, AcceptanceTestProject] when requested was [ By
File, AcceptanceTestProject, src/schema1.xsd, Elements, purchaseOrder ]" from AcceptanceTestCase.java:190

Recent changes in XML include

http://hg.netbeans.org/main/rev/586d223002a4
http://hg.netbeans.org/main/rev/0d58511a35da
Comment 1 Samaresh Panda 2008-07-23 20:43:38 UTC
These changes shouldn't cause CV failures, but you never know. Schema acceptance tests have become very fragile and
should be revisited. CVs are very frustrating. Though I see blue in deadlock, when I try to run locally, invariably my
CV fails with errors. Not sure where the problem is. I'll send an email about the errors.
Comment 2 Samaresh Panda 2008-07-23 23:14:32 UTC
Temporarily commenting out the tests that are failing. The issues could be related to issue 140605. I'll work with
Michael to resolve them. See http://hg.netbeans.org/main?cmd=changeset;node=1c7eda8ad4b2.
Comment 3 Samaresh Panda 2008-07-23 23:44:48 UTC
In fact I'm not sure how CV used to work in the presence of issue 140605 because the tests rely on schema view and that
itself is broken.
Comment 4 Quality Engineering 2008-07-24 04:07:12 UTC
Integrated into 'main-golden', available in NB_Trunk_Production #341 build
Changeset: http://hg.netbeans.org/main/rev/1c7eda8ad4b2
User: samaresh@netbeans.org
Log: #141415 C/V failures: Temporarily commented out few tests.
Comment 5 Samaresh Panda 2008-07-24 05:12:03 UTC
With a fresh build, every time a new schema is created, the schema view displays one node. Which is same as issue
140605. If that's true, I'm not sure how our functional tests used to work before. Perhaps issue 140605 was random and
now it is consistent.
Comment 6 Samaresh Panda 2008-07-24 05:14:43 UTC
Sorry I forgot to mention. I reverted back changeset 1c7eda8ad4b2 for obvious reasons.
Comment 7 Samaresh Panda 2008-07-24 18:48:34 UTC
Should work now as issue 140605 and issue 140706 have been fixed. Will mark it fixed after verifying in deadlock.
Comment 8 Samaresh Panda 2008-07-24 20:21:26 UTC
Verified in http://deadlock.netbeans.org/hudson/job/trunk/3019/#showFailuresLink.
Comment 9 tonybeckham 2008-08-01 17:35:01 UTC
Verified per samaresh.