-
-
## Issue description
- [ ] This issue is a regression.
- [x] It is unknown if this issue is a regression.
at the end of c-s we are seeing the following error:
```
java.lang.AssertionError
…
-
Page with a 10000 row table — measure time for initial render and after #1 lands, time to do sorting. Perhaps just load and drive sorts by javascript and spit out times.
-
In light of the tricky race condition we encountered a while ago (#10667), I'm thinking maybe we should at least stress test `wptserve`.
It's hard to write unit tests to verify multi-threading and …
-
Test `Turing` more rigorously to determine if the prototype is complete.
There's currently a bug in `Turing`, to reproduce just play two `Turing`s against each other.
-
We need a way to simulate 50 users trying to use the system at once, so that we can stress test use of the database system.
-
We are currently analyzing a potential risk where a user might be able to access data attached by another user in a different session.
In initial tests, we attempted to open two sessions in parallel…
-
Jira Link: [DB-13328](https://yugabyte.atlassian.net/browse/DB-13328)
### Description
Stress sample apps had an improvisation of having re-creating indexes. This was enabled by default, which caus…
-
# Bug report
### Bug description:
When building freethreading-debug Python 3.13.0b1 on s390x, test_signal.test_stress_modifying_handlers sometimes fails with RecursionError.
```
0:24:26 load avg: 1…
-
When `--cfg papaya_stress` is enabled the hash-table will never grow, which significantly increases the likelihood of catching bugs in the incremental resizing algorithm. We should run these tests in …