You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by "Volodymyr Tkach (JIRA)" <ji...@apache.org> on 2017/10/20 16:02:00 UTC

[jira] [Created] (DRILL-5895) Fix unit tests for mongo storage plugin

Volodymyr Tkach created DRILL-5895:
--------------------------------------

             Summary: Fix unit tests for mongo storage plugin
                 Key: DRILL-5895
                 URL: https://issues.apache.org/jira/browse/DRILL-5895
             Project: Apache Drill
          Issue Type: Bug
            Reporter: Volodymyr Tkach
            Assignee: Volodymyr Tkach
             Fix For: Future


All tests pass but run fails with:

{noformat}
[mongod output] Exception in thread "Thread-25" java.lang.IllegalStateException: Couldn't kill mongod process!

----------------------------------------------------
Something bad happend. We couldn't kill mongod process, and tried a lot.
If you want this problem solved you can help us if you open a new issue.

Follow this link:
https://github.com/flapdoodle-oss/de.flapdoodle.embed.mongo/issues

Thank you:)
----------------------------------------------------


	at de.flapdoodle.embed.process.runtime.ProcessControl.waitForProcessGotKilled(ProcessControl.java:192)
	at de.flapdoodle.embed.process.runtime.ProcessControl.stop(ProcessControl.java:76)
	at de.flapdoodle.embed.process.runtime.AbstractProcess.stopProcess(AbstractProcess.java:189)
	at de.flapdoodle.embed.mongo.AbstractMongoProcess.stopInternal(AbstractMongoProcess.java:117)
	at de.flapdoodle.embed.process.runtime.AbstractProcess.stop(AbstractProcess.java:170)
	at de.flapdoodle.embed.process.runtime.Executable.stop(Executable.java:73)
	at de.flapdoodle.embed.process.runtime.Executable$JobKiller.run(Executable.java:90)
	at java.lang.Thread.run(Thread.java:745)
Exception in thread "Thread-13" java.lang.IllegalStateException: Couldn't kill mongod process!

----------------------------------------------------
Something bad happend. We couldn't kill mongod process, and tried a lot.
If you want this problem solved you can help us if you open a new issue.

Follow this link:
https://github.com/flapdoodle-oss/de.flapdoodle.embed.mongo/issues

Thank you:)
----------------------------------------------------


	at de.flapdoodle.embed.process.runtime.ProcessControl.waitForProcessGotKilled(ProcessControl.java:192)
	at de.flapdoodle.embed.process.runtime.ProcessControl.stop(ProcessControl.java:76)
	at de.flapdoodle.embed.process.runtime.AbstractProcess.stopProcess(AbstractProcess.java:189)
	at de.flapdoodle.embed.mongo.AbstractMongoProcess.stopInternal(AbstractMongoProcess.java:117)
	at de.flapdoodle.embed.process.runtime.AbstractProcess.stop(AbstractProcess.java:170)
	at de.flapdoodle.embed.process.runtime.Executable.stop(Executable.java:73)
	at de.flapdoodle.embed.process.runtime.Executable$JobKiller.run(Executable.java:90)
	at java.lang.Thread.run(Thread.java:745)

Results :

Tests in error: 
  MongoTestSuit.tearDownCluster:260 ยป IllegalState Couldn't kill mongod process!...

{noformat}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)