-
Notifications
You must be signed in to change notification settings - Fork 306
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-15915 cq: fix codespell errors #14439
Conversation
Ticket title is 'fix new codespell errors' |
Test-tag: pr,vm That seem to be introduced by some implicit version change Required-githooks: true Signed-off-by: Dalton Bohning <dalton.bohning@intel.com>
2328907
to
1c2432a
Compare
Test stage NLT on EL 8.8 completed with status FAILURE. https://build.hpdd.intel.com/job/daos-stack/job/daos/job/PR-14439/1/display/redirect |
Test stage Unit Test on EL 8.8 completed with status UNSTABLE. https://build.hpdd.intel.com/job/daos-stack/job/daos//view/change-requests/job/PR-14439/2/testReport/ |
Test stage Unit Test on EL 8.8 completed with status UNSTABLE. https://build.hpdd.intel.com/job/daos-stack/job/daos//view/change-requests/job/PR-14439/3/testReport/ |
The change to @kjacque Are you familiar with this? It looks like Is it simple enough to regenerate a golden hash? |
A workaround is to tell codespell to ignore that file |
Test-tag: pr,vm Required-githooks: true Signed-off-by: Dalton Bohning <dalton.bohning@intel.com>
db3e563
@@ -36,3 +36,6 @@ laf | |||
cacl | |||
chk | |||
falloc | |||
rin | |||
assertIn | |||
checkin |
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.
Should this be added? It seems like a legitimate spelling mistake - where either 'checking' or 'check in' should be used.
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.
It's terminology in our code. E.g.
printf("test_group server recv'd checkin, opc: %#x.\n", |
@@ -5,7 +5,7 @@ line_length = 99 | |||
skip_gitignore = true | |||
|
|||
[tool.codespell] | |||
skip = './src/control/vendor,./src/control/go.sum,./.git,./src/rdb/raft,./build,./install,./venv,./src/control/vendor/' | |||
skip = './src/control/vendor,./src/control/go.sum,./.git,./src/rdb/raft,./build,./install,./venv,./src/control/vendor/,./src/control/security/testdata/certs/source.txt' |
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.
This is really a workaround since I'm not sure how to regenerate the .golden
file. I'll try to follow up with a proper fix but this gets the check passing in master again
Skipped Jenkins HW testing since changes are only in code comments and GHA config |
Test-tag: pr,vm Fix codespell errors that seem to be introduced by some implicit version change. Also temporarily skip checking ./src/control/security/testdata/certs/source.txt until a new .golden is generated. Required-githooks: true Signed-off-by: Dalton Bohning <dalton.bohning@intel.com>
Fix codespell errors that seem to be introduced by some implicit version change. Also temporarily skip checking ./src/control/security/testdata/certs/source.txt until a new .golden is generated. Signed-off-by: Dalton Bohning <dalton.bohning@intel.com>
Test-tag: pr,vm
That seem to be introduced by some implicit version change
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: