You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We could reduce the number of tests we run to a single test with 20 clients - I mean if it works with 20 clients, it will probably also work with 5 clients.
With this change we are including one stress test with near maximum values
i.e num_clients=20, num_operations=40, file_size=2**25
Other existing tests with lower values are eliminated as the goal
here should be to test with maximum stress. Tests with lower values are
needless when the test with maximum stress passes.
Fixes: samba-in-kubernetes#54
Signed-off-by: Shwetha K Acharya <[email protected]>
With this change we are including one stress test with near maximum values
i.e num_clients=20, num_operations=40, file_size=2**25
Other existing tests with lower values are eliminated as the goal
here should be to test with maximum stress. Tests with lower values are
needless when the test with maximum stress passes.
Fixes: #54
Signed-off-by: Shwetha K Acharya <[email protected]>
We could reduce the number of tests we run to a single test with 20 clients - I mean if it works with 20 clients, it will probably also work with 5 clients.
Originally posted by @spuiuk in #38 (comment)
The text was updated successfully, but these errors were encountered: