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
Describe the bug
Running with dragonfly (drop-in replacement of redis) throws error
Running orkes-redis-queue tests with dragonfly throws this error
ConductorRedisQueueTest > testExpiredMessage() FAILED
org.opentest4j.AssertionFailedError: expected: <100> but was: <0>
at app//org.junit.jupiter.api.AssertionUtils.fail(AssertionUtils.java:55)
at app//org.junit.jupiter.api.AssertionUtils.failNotEqual(AssertionUtils.java:62)
at app//org.junit.jupiter.api.AssertEquals.assertEquals(AssertEquals.java:150)
at app//org.junit.jupiter.api.AssertEquals.assertEquals(AssertEquals.java:145)
at app//org.junit.jupiter.api.Assertions.assertEquals(Assertions.java:510)
at app//io.orkes.conductor.mq.ConductorRedisQueueTest.testExpiredMessage(ConductorRedisQueueTest.java:118)
Steps To Reproduce
Steps to reproduce the behavior:
In the ConductorRedisQueueTest.java change redis:6.2.6-alpine to docker.dragonflydb.io/dragonflydb/dragonfly:v1.26.2
./gradlew test
All the tests are failing with above error
The text was updated successfully, but these errors were encountered:
Describe the bug
Running with dragonfly (drop-in replacement of redis) throws error
Running orkes-redis-queue tests with dragonfly throws this error
Steps To Reproduce
Steps to reproduce the behavior:
ConductorRedisQueueTest.java
changeredis:6.2.6-alpine
todocker.dragonflydb.io/dragonflydb/dragonfly:v1.26.2
The text was updated successfully, but these errors were encountered: