Github user anujgandharv commented on the issue:
https://github.com/apache/jena/pull/227
This is the error I am getting
```
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 11.253 sec
<<< FAILURE! - in org.apache.jena.query.text.it.TextIndexESIT
org.apache.jena.query.text.it.TextIndexESIT Time elapsed: 11.253 sec <<<
ERROR!
java.lang.IllegalStateException: running tests but failed to invoke
RandomizedContext#getRandom
Caused by: java.lang.reflect.InvocationTargetException
Caused by: java.lang.IllegalStateException: No context information for
thread: Thread[id=1, name=main, state=RUNNABLE, group=main]. Is this thread
running under a class com.carrotsearch.randomizedtesting.RandomizedRunner
runner context? Add @RunWith(class
com.carrotsearch.randomizedtesting.RandomizedRunner.class) to your test class.
Make sure your code accesses random contexts within @BeforeClass and
@AfterClass boundary (for example, static test class initializers are not
permitted to access random contexts).
```
Just to rule out any local interference from my side, I have checked in a
Simple Test based on the ES Maven Plugin. Can you try that out on your side
@osma and see if you get the same error as I am?
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---