Look into test warnings #982
Labels
part:tests
Affects the unit, integration and performance (benchmarks) tests
priority:❓
We need to figure out how soon this should be addressed
type:bug
Something isn't working
Milestone
What happened?
We have quite a few warnings when running the tests. Some seem to be indicating real bugs.
Warnings at the time of writing
By enabling some Python debug features, more information can be obtained, but it is usually much much slower to run.
Example
An incomplete run of all the tests with `PYTHONMALLOC=debug PYTHONTRACEMALLOC=30`
What did you expect instead?
No warnings.
Affected version(s)
v1.0.0rc700
Affected part(s)
Unit, integration and performance tests (part:tests)
Extra information
We could try to find out if there is a way to make warnings errors in tests, so we don't end up in this situation again where a lot of warnings accumulated and it is hard to remove them all at once.
The text was updated successfully, but these errors were encountered: