mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-07 13:32:57 +00:00
Merge branch 'main' into amasterov/random-ops-add-snapshots
# Conflicts: # test_runner/random_ops/test_random_ops.py
This commit is contained in:
@@ -711,6 +711,9 @@ def test_api_random(
|
||||
# To not go to the past where pgbench tables do not exist
|
||||
time.sleep(1)
|
||||
project.min_time = datetime.now(UTC)
|
||||
# To not go to the past where pgbench tables do not exist
|
||||
time.sleep(1)
|
||||
project.min_time = datetime.now(UTC)
|
||||
for _ in range(num_operations):
|
||||
log.info("Starting action #%s", _ + 1)
|
||||
while not do_action(
|
||||
|
||||
Reference in New Issue
Block a user