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

Created a unique names test (Issue #234) #262

Merged
merged 8 commits into from Apr 2, 2024

Conversation

MoromugHSE
Copy link
Contributor

Created a test suggested by issue #234, checking that we have no conflicting metric names.

$("${LOCAL}/steps/measure-file.sh" "${java}" "${temp}/m1")
set -x
all=$(find "${temp}" -name 'm1.*' -type f -exec basename {} \; | sort)
expected=52
Copy link
Owner

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?

@yegor256
Copy link
Owner

yegor256 commented Apr 1, 2024

@MoromugHSE try to run make lint on your machine

@yegor256
Copy link
Owner

yegor256 commented Apr 1, 2024

@MoromugHSE did you run make test locally?

@MoromugHSE
Copy link
Contributor Author

@MoromugHSE did you run make test locally?

Has just run it again (in docker) -- all tests pass locally, yet test-unique.sh is somehow not executable for the workflows.

@yegor256
Copy link
Owner

yegor256 commented Apr 2, 2024

@MoromugHSE please, read this: https://www.yegor256.com/2024/04/01/ping-me-please.html I keep missing your messages, that's why delays

@MoromugHSE
Copy link
Contributor Author

@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...

@yegor256 yegor256 merged commit 61d4bcd into yegor256:master Apr 2, 2024
9 checks passed
@yegor256
Copy link
Owner

yegor256 commented Apr 2, 2024

@MoromugHSE thanks!

@MoromugHSE MoromugHSE deleted the test-unique branch April 2, 2024 13:11
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.

None yet

2 participants