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 an AllCaps format test (Issue #237) #261

Merged
merged 18 commits into from Apr 2, 2024

Conversation

MoromugHSE
Copy link
Contributor

Created (and updated to use current number of available metrics) a test suggested by issue #237.

msg=$("${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 looks like a typo. The expected should be counted from all

@yegor256
Copy link
Owner

yegor256 commented Apr 1, 2024

@MoromugHSE the test looks good, but it will fail, I believe. We should fix the code, in order for this test to work.

@MoromugHSE
Copy link
Contributor Author

Well, nothing fails on my local machine now! Seems to be all great.

@MoromugHSE
Copy link
Contributor Author

Now that is kind of strange. I don't see anything I could've done to destroy those package upgrades...

@yegor256
Copy link
Owner

yegor256 commented Apr 1, 2024

@MoromugHSE there is an obvious error in the build:

Script '/cam/tests/steps/test-allcaps.sh' is not executable, try running 'chmod +x /cam/tests/steps/test-allcaps.sh'

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

yegor256 commented Apr 2, 2024

@MoromugHSE thanks!

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