-
Notifications
You must be signed in to change notification settings - Fork 301
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-13771 control: Unit test TestSupport_getRunningConf() fix #12456
Conversation
Bug-tracker data: |
Test stage Unit Test with memcheck on EL 8 completed with status UNSTABLE. https://build.hpdd.intel.com/job/daos-stack/job/daos//view/change-requests/job/PR-12456/1/testReport/ |
Test stage Unit Test bdev with memcheck on EL 8 completed with status UNSTABLE. https://build.hpdd.intel.com/job/daos-stack/job/daos//view/change-requests/job/PR-12456/1/testReport/ |
b8de227
to
b0a33c6
Compare
Can you re-work the title of the PR to fit within the recommended character length. |
Test stage Unit Test with memcheck on EL 8 completed with status UNSTABLE. https://build.hpdd.intel.com/job/daos-stack/job/daos//view/change-requests/job/PR-12456/2/testReport/ |
Test stage Unit Test bdev with memcheck on EL 8 completed with status UNSTABLE. https://build.hpdd.intel.com/job/daos-stack/job/daos//view/change-requests/job/PR-12456/2/testReport/ |
Test stage Unit Test with memcheck on EL 8 completed with status UNSTABLE. https://build.hpdd.intel.com/job/daos-stack/job/daos//view/change-requests/job/PR-12456/3/testReport/ |
Test stage Unit Test bdev with memcheck on EL 8 completed with status UNSTABLE. https://build.hpdd.intel.com/job/daos-stack/job/daos//view/change-requests/job/PR-12456/3/testReport/ |
Test stage Unit Test with memcheck on EL 8 completed with status UNSTABLE. https://build.hpdd.intel.com/job/daos-stack/job/daos//view/change-requests/job/PR-12456/4/testReport/ |
Test stage Unit Test bdev with memcheck on EL 8 completed with status UNSTABLE. https://build.hpdd.intel.com/job/daos-stack/job/daos//view/change-requests/job/PR-12456/4/testReport/ |
Test stage Unit Test on EL 8 completed with status UNSTABLE. https://build.hpdd.intel.com/job/daos-stack/job/daos//view/change-requests/job/PR-12456/5/testReport/ |
Test stage Unit Test with memcheck on EL 8 completed with status UNSTABLE. https://build.hpdd.intel.com/job/daos-stack/job/daos//view/change-requests/job/PR-12456/5/testReport/ |
Test stage Unit Test bdev with memcheck on EL 8 completed with status UNSTABLE. https://build.hpdd.intel.com/job/daos-stack/job/daos//view/change-requests/job/PR-12456/5/testReport/ |
Testing the unit test failure in CI. Quick-build: true Skip-func-test: true Required-githooks: true Signed-off-by: Samir Raval <samir.raval@intel.com>
b0a33c6
to
7798a52
Compare
Test stage Build RPM on Leap 15.4 completed with status FAILURE. https://build.hpdd.intel.com//job/daos-stack/job/daos/view/change-requests/job/PR-12456/6/execution/node/209/log |
Test stage Build RPM on EL 8 completed with status FAILURE. https://build.hpdd.intel.com//job/daos-stack/job/daos/view/change-requests/job/PR-12456/6/execution/node/206/log |
Test stage Build DEB on Ubuntu 20.04 completed with status FAILURE. https://build.hpdd.intel.com//job/daos-stack/job/daos/view/change-requests/job/PR-12456/6/execution/node/231/log |
Test stage Build RPM on Leap 15.4 completed with status FAILURE. https://build.hpdd.intel.com//job/daos-stack/job/daos/view/change-requests/job/PR-12456/7/execution/node/213/log |
Test stage Build RPM on EL 8 completed with status FAILURE. https://build.hpdd.intel.com//job/daos-stack/job/daos/view/change-requests/job/PR-12456/7/execution/node/240/log |
Test stage Build DEB on Ubuntu 20.04 completed with status FAILURE. https://build.hpdd.intel.com//job/daos-stack/job/daos/view/change-requests/job/PR-12456/7/execution/node/197/log |
There was a problem hiding this 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.
Test stage Build RPM on Leap 15.4 completed with status FAILURE. https://build.hpdd.intel.com//job/daos-stack/job/daos/view/change-requests/job/PR-12456/8/execution/node/325/log |
Test stage Build RPM on EL 8 completed with status FAILURE. https://build.hpdd.intel.com//job/daos-stack/job/daos/view/change-requests/job/PR-12456/8/execution/node/349/log |
Required-githooks: true Quick-build: true Skip-func-test: true Signed-off-by: Samir Raval <samir.raval@intel.com>
Test stage Unit Test bdev with memcheck on EL 8 completed with status UNSTABLE. https://build.hpdd.intel.com/job/daos-stack/job/daos//view/change-requests/job/PR-12456/29/testReport/ |
This testing is covered as part of functional tests. Quick-build: true Skip-func-test: true Required-githooks: true Signed-off-by: Samir Raval <samir.raval@intel.com>
Test stage Unit Test with memcheck on EL 8 completed with status UNSTABLE. https://build.hpdd.intel.com/job/daos-stack/job/daos//view/change-requests/job/PR-12456/30/testReport/ |
Test stage Unit Test bdev with memcheck on EL 8 completed with status UNSTABLE. https://build.hpdd.intel.com/job/daos-stack/job/daos//view/change-requests/job/PR-12456/30/testReport/ |
This PR has 188 valgrind reports which I don't think are known, is that expected? |
In fact looking at the test results almost every build of this PR has the same 188 errors, I don't think this is ready for landing yet. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
non of the valgrind issues and unit test failures seem to be on master or seen elsewhere. please re-request gatekeeper when this is ready.
Required-githooks: true
Some of the tests from go code is removed. Not sure how this related to other unit test failure. |
There was a problem hiding this 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.
I rebase the master code and ran default tests without any tag and all unit test worked fine. I am not sure if Quick-build: true is making those failures or not. |
|
Can you merge this with latest master and then re-push without any commit tags please? |
There was a problem hiding this 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.
Merged with master and all checks looks OK. Please merge this. |
Removing the unit tests which required fake engine to start, And this test case already part of functional test.
Quick-build: true
Skip-func-test: true
Required-githooks: true
Before requesting gatekeeper:
Features:
(orTest-tag*
) commit pragma was used or there is a reason documented that there are no appropriate tags for this PR.Gatekeeper: