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

circuitv2: flaky TestReservationFailures #1668

Closed
marten-seemann opened this issue Aug 9, 2022 · 0 comments · Fixed by #1899 or #1898
Closed

circuitv2: flaky TestReservationFailures #1668

marten-seemann opened this issue Aug 9, 2022 · 0 comments · Fixed by #1899 or #1898
Labels
kind/bug A bug in existing code (including security flaws) P2 Medium: Good to have, but can wait until someone steps up

Comments

@marten-seemann
Copy link
Contributor

https://github.com/libp2p/go-libp2p/runs/7748150365?check_suite_focus=true

  === RUN   TestReservationFailures
  === RUN   TestReservationFailures/unsupported_protocol
  2022/08/09 14:31:47 failed to sufficiently increase receive buffer size (was: 208 kiB, wanted: 2048 kiB, got: 416 kiB). See https://github.com/lucas-clemente/quic-go/wiki/UDP-Receive-Buffer-Size for details.
  === RUN   TestReservationFailures/wrong_message_type
  === RUN   TestReservationFailures/unknown_status
  === RUN   TestReservationFailures/invalid_time
      reservation_test.go:101: 
          	Error Trace:	/home/runner/work/go-libp2p/go-libp2p/p2p/protocol/circuitv2/client/reservation_test.go:101
          	Error:      	"error writing reservation message: Application error 0x0: peer:QmQkiUAs4viJ4L6VYx1f4QTcc8oWcCsk8qxDxU9efYK3Fs: cannot reserve inbound connection: resource limit exceeded" does not contain "received reservation with expiration date in the past"
          	Test:       	TestReservationFailures/invalid_time
  === RUN   TestReservationFailures/invalid_voucher
  --- FAIL: TestReservationFailures (8.07s)
      --- PASS: TestReservationFailures/unsupported_protocol (2.04s)
      --- PASS: TestReservationFailures/wrong_message_type (1.53s)
      --- PASS: TestReservationFailures/unknown_status (1.77s)
      --- FAIL: TestReservationFailures/invalid_time (1.72s)
      --- PASS: TestReservationFailures/invalid_voucher (1.01s)
@marten-seemann marten-seemann added the kind/bug A bug in existing code (including security flaws) label Aug 9, 2022
@BigLep BigLep added the P2 Medium: Good to have, but can wait until someone steps up label Aug 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug A bug in existing code (including security flaws) P2 Medium: Good to have, but can wait until someone steps up
Projects
None yet
2 participants