Changes between Initial Version and Version 1 of Ticket #3869
- Timestamp:
- 2022-01-28T16:11:10Z (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #3869 – Description
initial v1 1 1 Sometimes when running the full test suite, especially with high test concurrency (-j8 or higher), `test_bad_authentication` fails like this: 2 2 3 ``` 3 {{{ 4 4 [ERROR] 5 5 Traceback (most recent call last): … … 15 15 16 16 allmydata.test.test_storage_http.GenericHTTPAPITests.test_bad_authentication 17 ``` 17 }}}