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 33793 - Error running ValidateLayerAutomountTest.testContentCorrect: IAE: Called DataObject.find on null
Summary: Error running ValidateLayerAutomountTest.testContentCorrect: IAE: Called Data...
Status: VERIFIED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 3.x
Hardware: PC Linux
: P2 blocker (vote)
Assignee: Jaroslav Tulach
URL:
Keywords: TEST
Depends on:
Blocks:
 
Reported: 2003-05-20 21:34 UTC by Jesse Glick
Modified: 2008-12-22 23:37 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
XTest results log (5.42 KB, text/html)
2003-05-20 21:34 UTC, Jesse Glick
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jesse Glick 2003-05-20 21:34:03 UTC
See attached log.
Comment 1 Jesse Glick 2003-05-20 21:34:40 UTC
Created attachment 10361 [details]
XTest results log
Comment 2 Jaroslav Tulach 2003-05-21 08:57:30 UTC
How is that possible? Do you run the test in IDE mode? This line just
locates Mount directory, so does it mean that you do not have Mount
directory there?
Comment 3 Jaroslav Tulach 2003-05-21 09:06:50 UTC
Probably this test is started also in non-ide mode. I have modified it
to exit cleanly in such case.
Comment 4 Jesse Glick 2003-05-21 15:34:47 UTC
Sorry, I have no idea what mode it was run in. I ran
commit-validation, plus the stable developer test config for all
modules (core, openide, java, openide/compat), and got a failure, so I
reported it.

IMHO if it cannot be run in non-IDE mode then it should be excluded
from whatever testbag was running it that way, not made to exit
quietly. Probable cause: core/test/cfg-unit.xml includes it in "Before
Commit Validation in IDE" testbag w/ ide executor, but "testbag_1"
does not, and "testbag_3" (w/ code executor) does not exclude it.
Comment 5 Jaroslav Tulach 2003-05-21 15:57:06 UTC
Ok, but why you reopened it? It still fails? I have commited patch
today. It does not help?
Comment 6 Jesse Glick 2003-05-21 16:16:52 UTC
I reopened it so that it would be excluded from testbags using
code-mode executor, and included in the stable "developer suite"
testbag using ide-mode executor, as I wrote in the last comment.
Comment 7 Jaroslav Tulach 2003-05-28 14:02:18 UTC
/cvs/core/test/cfg-unit.xml,v  <--  cfg-unit.xml
new revision: 1.45; previous revision: 1.44
done
Comment 8 Lukas Hasik 2004-02-26 17:12:41 UTC
x