Skip to content

Running with dragonfly throws error #21

@shantanu1227

Description

@shantanu1227

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions