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 77767 - Addle behaviour of T4U after try to run tests with the Xtest property
Summary: Addle behaviour of T4U after try to run tests with the Xtest property
Status: CLOSED FIXED
Alias: None
Product: qa
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: ehucka
URL:
Keywords: T9Y
Depends on:
Blocks:
 
Reported: 2006-06-13 07:15 UTC by Marian Mirilovic
Modified: 2011-02-17 09:39 UTC (History)
1 user (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 Marian Mirilovic 2006-06-13 07:15:57 UTC
I guess I found reproducible scanario for issue 77616 :

The hint is to change Xtest property in one of your Test Run and push Start button :
- tests are not running
- machines can't be killed/diagnosed
- server page is so slowwwwwww
Comment 1 Marian Mirilovic 2006-06-13 07:51:12 UTC
Well, it looks like it's the exact behaviour as it was reported in issue 77616,
scheduled tests should have started few minutes ago, but they didn't ;(
Comment 2 Marian Mirilovic 2006-06-13 08:04:54 UTC
Thread-dump from one of the server :

Jun 13, 2006 8:09:26 AM org.netbeans.test4u.system.process.ProcessExecutor run
FINE: running df -k .  in /space/test4u2
Exception in thread "Request dispatcher TCPServer" java.lang.ClassCastException:
org.netbeans.test4u.tests.config.ConfigModule
        at
org.ehucka.core.users.ParticipantCredential.accept(ParticipantCredential.java:56)
        at org.ehucka.core.servers.Server.accept(Server.java:152)
        at
org.ehucka.core.api.task.TaskServer.canReceiveRequest(TaskServer.java:283)
        at
org.ehucka.core.api.request.RequestServer.receiveRequest(RequestServer.java:52)
        at org.ehucka.core.api.task.TaskServer.addTask(TaskServer.java:94)
        at org.ehucka.core.api.task.TaskServer.responseRequest(TaskServer.java:278)
        at
org.ehucka.core.api.request.RequestServer$DispatchThread.run(RequestServer.java:155)
Jun 13, 2006 8:10:26 AM org.netbeans.test4u.system.task.DeleteBuildsTask perform
FINE: 0 items removed.
Comment 3 ehucka 2006-06-13 08:24:02 UTC
Tests on the machines finish by:

java.lang.IllegalArgumentException: Unexisting path key: temp.dir
	at org.ehucka.core.PathsConfiguration.getFile(PathsConfiguration.java:78)
	at org.netbeans.test4u.plugin.BuildArchive.install(BuildArchive.java:103)
	at
org.netbeans.test4u.tests.request.TestRequestProcessor.processInstallBuild(TestRequestProcessor.java:131)
	at
org.netbeans.test4u.tests.request.TestRequestProcessor.doProcessRequest(TestRequestProcessor.java:92)
	at
org.netbeans.test4u.tests.request.TestRequestProcessor.responseRequest(TestRequestProcessor.java:54)
	at
org.ehucka.core.api.request.RequestServer$DispatchThread.run(RequestServer.java:155)
Comment 4 Marian Mirilovic 2006-06-15 09:17:03 UTC
Emane, what is the status of this issue ? 
Comment 5 ehucka 2006-06-19 21:19:05 UTC
Fixed, there was a problem with 'too clever' serialization to XML when the
module name is the same as user name - 'performance'.
Comment 6 Marian Mirilovic 2006-06-21 14:56:19 UTC
verified