Skip to content

Commit

Permalink
make tests more stable
Browse files Browse the repository at this point in the history
  • Loading branch information
KnightMurloc committed Dec 26, 2023
1 parent a84787d commit 2a2ed36
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion tests/regress/expected/test_rejectmap_limit.out
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ SELECT diskquota.wait_for_worker_new_epoch();
t
(1 row)

INSERT INTO s5.a SELECT generate_series(1,10); -- should be successful
SELECT count(*) FROM master_log WHERE line LIKE '%the number of local quota reject map entries reached the limit%' AND line NOT LIKE '%LOG%';
count
-------
Expand Down
2 changes: 0 additions & 2 deletions tests/regress/sql/test_rejectmap_limit.sql
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,6 @@ INSERT INTO s5.a SELECT generate_series(1,100000);

SELECT diskquota.wait_for_worker_new_epoch();

INSERT INTO s5.a SELECT generate_series(1,10); -- should be successful

SELECT count(*) FROM master_log WHERE line LIKE '%the number of local quota reject map entries reached the limit%' AND line NOT LIKE '%LOG%';

DROP EXTENSION diskquota;
Expand Down

0 comments on commit 2a2ed36

Please sign in to comment.