Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Running with dragonfly throws error #21

Open
shantanu1227 opened this issue Feb 7, 2025 · 0 comments · May be fixed by #20
Open

Running with dragonfly throws error #21

shantanu1227 opened this issue Feb 7, 2025 · 0 comments · May be fixed by #20

Comments

@shantanu1227
Copy link

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
@shantanu1227 shantanu1227 linked a pull request Feb 7, 2025 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant