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 133859 - Critical Error in Commit Validation tests
Summary: Critical Error in Commit Validation tests
Status: VERIFIED FIXED
Alias: None
Product: xml
Classification: Unclassified
Component: Schema (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: Jesse Glick
URL: http://deadlock.netbeans.org/hudson/j...
Keywords: TEST
Depends on:
Blocks: 133487
  Show dependency tree
 
Reported: 2008-04-24 18:59 UTC by Ivan Sidorkin
Modified: 2008-04-25 16:11 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 Ivan Sidorkin 2008-04-24 18:59:14 UTC
/hudson/workdir/jobs/trunk/workspace/xtest/lib/harness.xml:223: The following error occurred while executing this line:
/hudson/workdir/jobs/trunk/workspace/nbbuild/templates/xtest.xml:80: The following error occurred while executing this line:
/hudson/workdir/jobs/trunk/workspace/xtest/lib/module_harness.xml:384: The following error occurred while executing this
line:
/hudson/workdir/jobs/trunk/workspace/xml.schema/test/build-qa-functional.xml:71: The following error occurred while
executing this line:
/hudson/workdir/jobs/trunk/workspace/xtest/plugins/base/lib/basic_compiler_targets.xml:47: The following error occurred
while executing this line:
/hudson/workdir/jobs/trunk/workspace/xtest/plugins/base/lib/basic_compiler_targets.xml:64: Compile failed; see the
compiler error output for details.

as result of

after 

 Changeset 79083:2b0f843b5415  by Jesse Glick :

#133487: fixing test compilation.
[The file was modified] 	xml.schema/nbproject/project.xml
[The file was modified] 	xml.schema/test/build-qa-functional.xml
Comment 1 Jesse Glick 2008-04-24 19:38:08 UTC
Fixing the compilation (#4e87b142947d), and test seems to run and do something (ant -f xml.schema/test/build.xml
-Dxtest.testtype=qa-functional), though I have no real idea what it is supposed to look like - it just keeps on running
and I don't know how long it will go. If this is normal, surely the C/V version of this test should be slimmed way down.
Comment 2 Jesse Glick 2008-04-24 20:10:28 UTC
Nope, even from the revision before I changed anything, it just seems to run on and on and on until I run out of
patience and kill it.
Comment 3 Samaresh Panda 2008-04-24 20:29:05 UTC
This could be related to some recent changes by mikhailmatveev. If the problem still exists, please do not run these
tests temporarily and assign this to him for a proper fix.
Comment 4 Jesse Glick 2008-04-24 21:36:23 UTC
Next trunk build shows it fixed.
Comment 5 Quality Engineering 2008-04-25 03:53:44 UTC
Issue '133859' Integrated in NB_Trunk_Production #156 : http://hg.netbeans.org/main/rev/4e87b142947d,
 with comment: #133859: old crud in test build script caused it not to read project.xml like it should.