Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fabtests/pytest/efa: Loose assertion for read request counters #10471

Merged
merged 1 commit into from
Oct 18, 2024

Conversation

shijin-aws
Copy link
Contributor

The current assertion check for send read wrs and bytes are based on the exact calculation of benchmark data size + fabtests control message size, which is too strict. Fabtests may change control message sizes which should not impact this test.

This patch looses the assertion for read request counters which make it have enough coverage for the benchmark data size.

The current assertion check for send read wrs and bytes are
based on the exact calculation of benchmark data size + fabtests
control message size, which is too strict. Fabtests may change
control message sizes which should not impact this test.

This patch looses the assertion for read request counters which
make it have enough coverage for the benchmark data size.

Signed-off-by: Shi Jin <sjina@amazon.com>
@shijin-aws
Copy link
Contributor Author

Fix the fabtest failure caused by 0c635e7 (cc @aingerson )

@shijin-aws shijin-aws requested a review from a team October 18, 2024 02:50
@aingerson
Copy link
Contributor

@shijin-aws Oops, sorry! How did it pass the CI for my PR?

@shijin-aws
Copy link
Contributor Author

@aingerson no worries, this test is only run on GPU platform which our public CI doesn't run due to capacity

@shijin-aws shijin-aws merged commit ecb2b3f into ofiwg:main Oct 18, 2024
12 of 13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants