-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
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
changeredis:6.2.6-alpine
todocker.dragonflydb.io/dragonflydb/dragonfly:v1.26.2
- ./gradlew test
- All the tests are failing with above error
Metadata
Metadata
Assignees
Labels
No labels