Skip to content

Commit

Permalink
also test with close_fds = False
Browse files Browse the repository at this point in the history
Signed-off-by: Wolfgang Hoschek <[email protected]>
  • Loading branch information
whoschek committed Jan 4, 2025
1 parent d46dbcf commit 46f36fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bzfs_tests/test_integrations.py
Original file line number Diff line number Diff line change
Expand Up @@ -776,8 +776,8 @@ def test_ssh_loopback_latency(self):
for cmd in [echo_cmd, list_cmd]:
cmd = p.split_args(f"{ssh_program} {ssh_opts} 127.0.0.1 {cmd}")
for check in [False, True]:
# for close_fds in [False, True]:
for close_fds in [True]:
# for close_fds in [True]:
for close_fds in [False, True]:
start_time_nanos = time.time_ns()
iters = 0
while time.time_ns() - start_time_nanos < 5 * 1000_000_000:
Expand Down

0 comments on commit 46f36fc

Please sign in to comment.