Skip to content

Commit

Permalink
Revert batch of 40 to 50
Browse files Browse the repository at this point in the history
  • Loading branch information
bereng committed Mar 14, 2023
1 parent 32863f1 commit 6a90532
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client_request_metrics_local_remote_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def test_batch_and_slice(self):
# Run batch test:
query = 'BEGIN BATCH '
for i in murmur3_hashes.keys():
for y in range(0, 40):
for y in range(0, 50):
query += "INSERT INTO ks.test (id, ord, val) VALUES ({}, {}, 'aaa')".format(i, y)
query += 'APPLY BATCH;'
session.execute(query)
Expand Down

0 comments on commit 6a90532

Please sign in to comment.