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

Intermittent test failure: daemonSuite.TestHTTPAPI #205

Closed
barrettj12 opened this issue Mar 10, 2023 · 2 comments
Closed

Intermittent test failure: daemonSuite.TestHTTPAPI #205

barrettj12 opened this issue Mar 10, 2023 · 2 comments

Comments

@barrettj12
Copy link
Contributor

START: daemon_test.go:1057: daemonSuite.TestHTTPAPI
START: daemon_test.go:64: daemonSuite.SetUpTest
PASS: daemon_test.go:64: daemonSuite.SetUpTest	0.000s

2023-03-10T03:39:41.573Z [test] HTTP API server listening on ":0".
2023-03-10T03:39:41.573Z [test] Started daemon.
2023-03-10T03:39:41.576Z [test] [::1]:33068 GET /v1/checks 88.7µs 401
daemon_test.go:1088:
    c.Assert(err, IsNil)
... value *net.OpError = &net.OpError{Op:"close", Net:"tcp", Source:net.Addr(nil), Addr:(*net.TCPAddr)(0xc000493710), Err:poll.errNetClosing{}} ("close tcp [::]:34805: use of closed network connection")

START: daemon_test.go:73: daemonSuite.TearDownTest
PASS: daemon_test.go:73: daemonSuite.TearDownTest	0.000s

FAIL: daemon_test.go:1057: daemonSuite.TestHTTPAPI

Possibly related to #174. Full logs here: https://github.com/canonical/pebble/actions/runs/4381094611/jobs/7668828710

@flotter
Copy link
Contributor

flotter commented Aug 1, 2023

#253 Should be fixed by this.

@benhoyt
Copy link
Contributor

benhoyt commented Aug 1, 2023

Fixed by #253, closing.

@benhoyt benhoyt closed this as completed Aug 1, 2023
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

No branches or pull requests

3 participants