Comment 0 for bug 2033759

Revision history for this message
Benjamin Drung (bdrung) wrote :

The test case test_stress_different_keys_threadsafe from zict 3.0.0-2 hangs in autopkgtest on ppc64el. Full log: https://autopkgtest.ubuntu.com/results/autopkgtest-mantic/mantic/ppc64el/z/zict/20230826_190417_4f12e@/log.gz

This behavior can be reproduces by running the test suite only on one core:

```
sudo taskset -c 0 autopkgtest ../python3-zict_3.0.0-2_all.deb . -- null
```

Running the test suite on all cores let all tests pass in around 20 seconds.