Skip to content

[Node][Flaky Test] PubSub › test pubsub numsub_true #4924

@xShinnRyuu

Description

@xShinnRyuu

Test Name

test pubsub numsub_true

Test Location

tests/PubSub.test.ts:3714:65

Failure Permlink

https://github.com/valkey-io/valkey-glide/actions/runs/18828866782/job/53716434346#step:8:1889

Frequency

No response

Steps to Reproduce

No response

System Information

aarch64-apple-darwin

Language and Version

Node 23.x

Engine Version

9.0

Logs

PubSub › test pubsub numsub_true

expect(received).toEqual(expected) // deep equality

- Expected  - 1
+ Received  + 1

  Object {
    "test_channel1": 1,
-   "test_channel2": 2,
+   "test_channel2": 0,
    "test_channel3": 3,
    "test_channel4": 0,
  }

  3712 |                     channel4,
  3713 |                 ]);
> 3714 |                 expect(convertGlideRecordToRecord(subscribers)).toEqual({
       |                                                                 ^
  3715 |                     [channel1]: 1,
  3716 |                     [channel2]: 2,
  3717 |                     [channel3]: 3,

  at tests/PubSub.test.ts:3714:65

Screenshots

No response

Glide Version

No response

Expected Behavior

No response

Actual Behavior

No response

Possible Fixes

No response

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions