Skip to content

Commit

Permalink
fix a test with too-strict bounds, any <=2 value is ok here
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacob Beck committed Jul 28, 2020
1 parent 2d2019c commit 3bcb5f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/rpc/test_management.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ def test_gc_change_interval(project_root, profiles_root, postgres_profile, uniqu

time.sleep(0.5)
result = querier.is_result(querier.ps(True, True))
assert len(result['rows']) == 2
assert len(result['rows']) <= 2


def test_ps_poll_output_match(project_root, profiles_root, postgres_profile, unique_schema):
Expand Down

0 comments on commit 3bcb5f1

Please sign in to comment.