[
https://issues.apache.org/jira/browse/LUCENE-4145?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13295404#comment-13295404
]
Hoss Man commented on LUCENE-4145:
----------------------------------
Execution was...
{noformat}
hossman@bester:~/lucene/dev/solr/core$ ant test -Dtests.iters=100000
-Dtestcase=TestSort -Dtestmethod=testRandomFieldNameSorts
...
validate:
common.test:
[junit4] <JUnit4> says aloha! Master seed: D6A9197BD551566E
[junit4] Executing 1 suite with 1 JVM.
[junit4] Unhandled exception in thread: Thread[pumper-events,5,main]
[junit4]
com.carrotsearch.ant.tasks.junit4.dependencies.com.google.gson.JsonParseException:
No such reference: id#org.apache.solr.search.TestSort[3]
[junit4] at
com.carrotsearch.ant.tasks.junit4.events.json.JsonDescriptionAdapter.deserialize(JsonDescriptionAdapter.java:90)
[junit4] at
com.carrotsearch.ant.tasks.junit4.events.json.JsonDescriptionAdapter.deserialize(JsonDescriptionAdapter.java:15)
[junit4] at
com.carrotsearch.ant.tasks.junit4.dependencies.com.google.gson.JsonDeserializerExceptionWrapper.deserialize(JsonDeserializerExceptionWrapper.java:51)
[junit4] at
com.carrotsearch.ant.tasks.junit4.dependencies.com.google.gson.GsonToMiniGsonTypeAdapterFactory$3.read(GsonToMiniGsonTypeAdapterFactory.java:85)
[junit4] at
com.carrotsearch.ant.tasks.junit4.dependencies.com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$1.read(ReflectiveTypeAdapterFactory.java:86)
[junit4] at
com.carrotsearch.ant.tasks.junit4.dependencies.com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$Adapter.read(ReflectiveTypeAdapterFactory.java:170)
[junit4] at
com.carrotsearch.ant.tasks.junit4.dependencies.com.google.gson.Gson.fromJson(Gson.java:720)
[junit4] at
com.carrotsearch.ant.tasks.junit4.events.Deserializer.deserialize(Deserializer.java:31)
[junit4] at
com.carrotsearch.ant.tasks.junit4.LocalSlaveStreamHandler.pumpEvents(LocalSlaveStreamHandler.java:100)
[junit4] at
com.carrotsearch.ant.tasks.junit4.LocalSlaveStreamHandler$1.run(LocalSlaveStreamHandler.java:73)
[junit4] at java.lang.Thread.run(Thread.java:662)
...
{noformat}
...and the (ant) process is still running, but no files in
solr/build/solr-core/test have been modified in over 20 minutes.
> "Unhandled exception" from test framework?
> ------------------------------------------
>
> Key: LUCENE-4145
> URL: https://issues.apache.org/jira/browse/LUCENE-4145
> Project: Lucene - Java
> Issue Type: Improvement
> Reporter: Hoss Man
> Assignee: Dawid Weiss
>
> Working on SOLR-3267 i got a weird exception printed to the junit output...
> {noformat}
> [junit4] Unhandled exception in thread: Thread[pumper-events,5,main]
> [junit4]
> com.carrotsearch.ant.tasks.junit4.dependencies.com.google.gson.JsonParseException:
> No such reference: id#org.apache.solr.search.TestSort[3]
> ...
> {noformat}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]