fdb-record-layer
fdb-record-layer copied to clipboard
LuceneIndexMaintenanceTest.concurrentUpdate times out saving records with parallelism=1
If you change the parallelism in concurrentTestWithinTransaction to have a limit of 1, the test will get an asyncToSync timeout, sometimes, while trying to save records.
It used to fail with higher numbers, due to https://github.com/FoundationDB/fdb-record-layer/issues/2989 but even with https://github.com/FoundationDB/fdb-record-layer/pull/3494 it fails with a parallelism of 1