You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi. I run NosqlUnit with redis on Windows OS (with IntelliJ IDEA ) and I downloaded a unofficial Redis (Version 3.2.100) and it worked with other tests.
When I run with NoSQLUnit, I got following info:
java.lang.IllegalArgumentException: Windows System is not supported, because there is no official Redis server for Windows.
at com.lordofthejars.nosqlunit.redis.ManagedRedisLifecycleManager.doStart(ManagedRedisLifecycleManager.java:78)
at com.lordofthejars.nosqlunit.core.AbstractLifecycleManager.startEngine(AbstractLifecycleManager.java:14)
at com.lordofthejars.nosqlunit.redis.ManagedRedis.before(ManagedRedis.java:78)
at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:44)
at org.junit.rules.RunRules.evaluate(RunRules.java:18)
at org.junit.runners.ParentRunner.run(ParentRunner.java:300)
at org.junit.runner.JUnitCore.run(JUnitCore.java:157)
at com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:69)
at com.intellij.rt.junit.IdeaTestRunner$Repeater.startRunnerWithArgs(IdeaTestRunner.java:33)
at com.intellij.rt.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:220)
at com.intellij.rt.junit.JUnitStarter.main(JUnitStarter.java:53)
Is there any solution for it?
Thank you.
The text was updated successfully, but these errors were encountered:
Hi. I run NosqlUnit with redis on Windows OS (with IntelliJ IDEA ) and I downloaded a unofficial Redis (Version 3.2.100) and it worked with other tests.
When I run with NoSQLUnit, I got following info:
java.lang.IllegalArgumentException: Windows System is not supported, because there is no official Redis server for Windows.
Is there any solution for it?
Thank you.
The text was updated successfully, but these errors were encountered: