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 #491

Open
andrewphilipsmith opened this issue Aug 31, 2022 · 0 comments
Open

Comments

@andrewphilipsmith
Copy link

(Note: This issue was initially opened here urbangrammarai#20)

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 the 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.

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

1 participant