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

DAOS-13066 test: Reduce concurrency in NLT #12112

Merged
merged 9 commits into from
May 16, 2023
Merged

Conversation

ashleypittman
Copy link
Contributor

Required-githooks: true

Signed-off-by: Ashley Pittman [email protected]

Required-githooks: true

Signed-off-by: Ashley Pittman <[email protected]>
@github-actions
Copy link

github-actions bot commented May 9, 2023

Bug-tracker data:
Errors are Unable to load ticket data
https://daosio.atlassian.net/browse/DAOS-13066

Copy link
Collaborator

@daosbuild1 daosbuild1 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. No errors found by checkpatch.

@daosbuild1
Copy link
Collaborator

Test stage Functional on EL 8 completed with status FAILURE. https://build.hpdd.intel.com/job/daos-stack/job/daos/job/PR-12112/1/display/redirect

Copy link
Collaborator

@daosbuild1 daosbuild1 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. No errors found by checkpatch.

Copy link
Collaborator

@daosbuild1 daosbuild1 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. No errors found by checkpatch.

Copy link
Collaborator

@daosbuild1 daosbuild1 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. No errors found by checkpatch.

Required-githooks: true

Signed-off-by: Ashley Pittman <[email protected]>
Copy link
Collaborator

@daosbuild1 daosbuild1 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. No errors found by checkpatch.

Required-githooks: true
Signed-off-by: Ashley Pittman <[email protected]>
Copy link
Collaborator

@daosbuild1 daosbuild1 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. No errors found by checkpatch.

Required-githooks: true
Signed-off-by: Ashley Pittman <[email protected]>
@ashleypittman ashleypittman force-pushed the amd/nlt-concurrency branch from 0d0b9a6 to 2d010e8 Compare May 12, 2023 13:49
Copy link
Collaborator

@daosbuild1 daosbuild1 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. No errors found by checkpatch.

Required-githooks: true
Signed-off-by: Ashley Pittman <[email protected]>
Required-githooks: true
Signed-off-by: Ashley Pittman <[email protected]>
Copy link
Collaborator

@daosbuild1 daosbuild1 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. No errors found by checkpatch.

@ashleypittman ashleypittman marked this pull request as ready for review May 15, 2023 09:56
@ashleypittman ashleypittman requested a review from a team as a code owner May 15, 2023 09:56
@daosbuild1
Copy link
Collaborator

Test stage Functional Hardware Medium Verbs Provider completed with status FAILURE. https://build.hpdd.intel.com//job/daos-stack/job/daos/view/change-requests/job/PR-12112/9/execution/node/1187/log

src/tests/ftest/cart/util/cart_logtest.py Show resolved Hide resolved
@@ -3812,7 +3799,7 @@ def _run_test(ptl=None, function=None, test_cb=None):
# long-running tests which dominate the time, so whilst a higher value here would
# work there's no benefit in rushing to finish the quicker tests. The long-running
# tests are started first.
while len(threads) > 5:
while len(threads) > 4:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should 4 be a global or class constant?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

or a command line variable? I think here is as good as anywhere.

@ashleypittman
Copy link
Contributor Author

This seems to reduce the number of failures we're getting from the NLT test in CI currently.

@ashleypittman ashleypittman merged commit edeafc1 into master May 16, 2023
@ashleypittman ashleypittman deleted the amd/nlt-concurrency branch May 16, 2023 11:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

4 participants