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

Summary: Critical Error in Commit Validation tests
Product: xml Reporter: Ivan Sidorkin <ivansidorkin>
Component: SchemaAssignee: Jesse Glick <jglick>
Status: VERIFIED FIXED    
Severity: blocker Keywords: TEST
Priority: P1    
Version: 6.x   
Hardware: All   
OS: All   
URL: http://deadlock.netbeans.org/hudson/job/trunk/1718/testReport/(root)/Critical%20Error/Critical_Error/
Issue Type: DEFECT Exception Reporter:
Bug Depends on:    
Bug Blocks: 133487    

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.