Skip to content
This repository has been archived by the owner on Jul 11, 2023. It is now read-only.

TestDownloadOption Unexpected Failure #241

Open
pgherghetta opened this issue Jun 29, 2021 · 1 comment
Open

TestDownloadOption Unexpected Failure #241

pgherghetta opened this issue Jun 29, 2021 · 1 comment

Comments

@pgherghetta
Copy link
Contributor

Describe the bug
TestDownloadOption is failing with this error when I run webboot_test.go with the tests I recently created (see Updated the UI pull request): panic: test timed out after 10m0s.

To Reproduce
The behavior can be seen on the Updated the UI pull request under the CI build.

Expected behavior
The added tests should be able to function without error.

@rminnich
Copy link
Member

The bigger problem is that the Downloaded directory is created in testdata, and that the remove is not done with a defer. Both of these are wrong.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants