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

The test test_Sentinel2_image_processor fails inconsistantly #20

Closed
andrewphilipsmith opened this issue Jul 27, 2022 · 1 comment
Closed
Labels
bug Something isn't working upstream relates to upstream repo

Comments

@andrewphilipsmith
Copy link
Collaborator

How to reproduce

Run this test in isolation twice:

$ pytest pyveg/tests/test_processor_modules.py::test_Sentinel2_image_processor

Expect behaviour

The test should give the same result on every run (assuming no other changes)

Actual behaviour

The test gives different results on subsequent runs - passing on one occasion and failing one other.
This behaviour is more inconsistent when run as part of the entire test suite.

Notes

My initial impression is that this is due to the test failing to remove any temporary output files, which then interfere with (a) other tests and (b) future runs on this test.

@andrewphilipsmith
Copy link
Collaborator Author

This issue has been moved to the upstream repo alan-turing-institute#491

@andrewphilipsmith andrewphilipsmith closed this as not planned Won't fix, can't repro, duplicate, stale Aug 31, 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 upstream relates to upstream repo
Projects
None yet
Development

No branches or pull requests

1 participant