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

test: pubsub > retry seems flaky #320

Open
uki00a opened this issue Jul 25, 2022 · 0 comments
Open

test: pubsub > retry seems flaky #320

uki00a opened this issue Jul 25, 2022 · 0 comments
Labels
bug Something isn't working test

Comments

@uki00a
Copy link
Member

uki00a commented Jul 25, 2022

    retry ... FAILED(1s)
error: ConnectionReset: Connection reset by peer (os error 104)
            const rr = await this.#rd.read(this.#buf.subarray(this.#w));
                 ^
          at async read (deno:ext/net/01_net.js:28:19)
          at async BufReader.#fill (https://deno.land/std@0.149.0/io/buffer.ts:323:18)
          at async BufReader.peek (https://deno.land/std@0.149.0/io/buffer.ts:654:9)
          at async readReply (file:///home/runner/work/redis/redis/protocol/reply.ts:13:15)
          at async RedisConnection.sendCommand (file:///home/runner/work/redis/redis/connection.ts:111:19)
          at async RedisConnection.reconnect (file:///home/runner/work/redis/redis/connection.ts:183:7)
          at async RedisSubscriptionImpl.receive (file:///home/runner/work/redis/redis/pubsub.ts:118:11)
          at async Promise.all (index 1)
          at async Object.<anonymous> (file:///home/runner/work/redis/redis/tests/commands/pubsub.ts:125:5)
          at async Function.runTest (https://deno.land/std@0.149.0/testing/_test_suite.ts:358:7)

https://github.com/denodrivers/redis/runs/7499043692?check_suite_focus=true

@uki00a uki00a added bug Something isn't working test labels Jul 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working test
Projects
None yet
Development

No branches or pull requests

1 participant