Botond Dénes
a710866235
test: mutation_reader_test: add test_reader_concurrency_semaphore_forward_progress
...
This unit test checks that the semaphore doesn't get into a deadlock
when contended, in the presence of many memory-only reads (that don't
wait for admission). This is tested by simulating the 3 kind of reads we
currently have in the system:
* memory-only: reads that don't pass admission and only own memory.
* admitted: reads that pass admission.
* evictable: admitted reads that are furthermore evictable.
The test creates and runs a large number of these reads in parallel,
read kinds being selected randomly, then creates a watchdog which
kills the test if no progress is being made.
(cherry picked from commit 45d580f056 )
2021-04-30 11:03:09 +03:00
..
2021-01-13 11:07:29 +02:00
2020-08-15 20:26:02 +03:00
2020-11-16 22:32:32 -05:00
2020-09-23 20:55:15 +03:00
2021-01-08 14:16:08 +01:00
2020-09-21 16:32:53 +03:00
2021-03-21 14:05:36 +02:00
2021-03-09 14:08:44 +02:00
2020-11-02 18:02:01 +02:00
2020-10-15 19:25:24 +03:00
2021-01-08 14:16:08 +01:00
2020-11-12 12:36:16 +01:00
2021-01-13 11:07:29 +02:00
2021-01-13 11:07:29 +02:00
2021-01-13 11:07:29 +02:00
2020-10-19 15:40:55 -04:00
2020-12-06 19:34:13 +02:00
2020-08-26 20:44:11 +03:00
2021-03-24 13:00:33 +02:00
2020-10-30 08:06:04 +02:00
2020-08-15 20:26:02 +03:00
2020-11-12 12:36:13 +01:00
2020-10-19 15:38:11 -04:00
2020-09-28 11:27:23 +03:00
2021-01-13 11:07:29 +02:00
2020-09-28 11:27:23 +03:00
2020-11-11 14:20:23 +02:00
2021-01-15 18:28:24 +01:00
2020-12-15 16:03:18 +03:00
2020-10-30 08:06:04 +02:00
2021-01-13 11:07:29 +02:00
2021-01-08 14:16:08 +01:00
2020-10-19 15:38:11 -04:00
2021-01-13 11:07:29 +02:00
2021-01-18 11:01:28 +02:00
2021-01-15 18:21:13 +01:00
2020-09-28 10:53:56 +03:00
2020-10-12 15:56:56 +03:00
2021-04-30 08:57:12 +03:00
2021-01-08 14:16:08 +01:00
2020-09-28 10:53:48 +03:00
2021-04-30 11:03:09 +03:00
2021-01-08 14:16:08 +01:00
2021-03-21 18:09:45 +02:00
2020-10-26 11:54:42 +02:00
2021-01-13 11:07:29 +02:00
2021-04-30 09:08:17 +03:00
2021-03-09 14:08:44 +02:00
2020-12-08 19:19:55 +02:00
2020-12-28 18:26:48 +02:00
2020-12-16 14:46:48 -05:00
2021-03-16 23:42:11 +01:00
2021-01-04 10:24:40 +01:00
2020-09-23 20:55:11 +03:00
2020-12-16 15:00:29 -05:00
2020-10-14 16:45:21 +03:00
2020-10-30 08:03:44 +02:00
2020-09-23 20:55:12 +03:00
2021-04-20 13:52:13 +02:00
2020-11-09 19:57:40 +02:00
2020-11-09 19:57:40 +02:00
2020-09-28 11:27:47 +03:00
2020-09-23 20:55:13 +03:00
2020-09-23 20:55:15 +03:00
2021-01-04 16:55:06 -03:00
2020-08-11 10:37:34 +08:00
2020-12-22 10:35:15 +02:00
2020-11-03 21:30:11 +03:00
2021-01-08 14:16:08 +01:00
2020-11-02 16:47:32 +02:00
2020-09-07 18:11:21 +03:00
2020-08-16 13:49:55 +03:00
2020-10-21 11:14:44 +03:00
2021-01-13 11:07:29 +02:00
2020-08-18 14:31:04 +03:00
2020-08-20 14:53:07 +02:00