-
Notifications
You must be signed in to change notification settings - Fork 42
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
Created a unique names test (Issue #234) #262
Conversation
tests/steps/test-unique.sh
Outdated
$("${LOCAL}/steps/measure-file.sh" "${java}" "${temp}/m1") | ||
set -x | ||
all=$(find "${temp}" -name 'm1.*' -type f -exec basename {} \; | sort) | ||
expected=52 |
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.
@MoromugHSE it's a typo, I believe? The expected
should be counted, not be a constant?
@MoromugHSE try to run |
…rding to linter demands.
@MoromugHSE did you run |
Has just run it again (in docker) -- all tests pass locally, yet test-unique.sh is somehow not executable for the workflows. |
@MoromugHSE please, read this: https://www.yegor256.com/2024/04/01/ping-me-please.html I keep missing your messages, that's why delays |
@yegor256 finally found the command for GitHub to acknowledge the exec permission -- rather surprised how much time did it take to even think about looking for it... |
@MoromugHSE thanks! |
Created a test suggested by issue #234, checking that we have no conflicting metric names.