-
Notifications
You must be signed in to change notification settings - Fork 29.8k
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
test: check version strings have expected pattern #23679
test: check version strings have expected pattern #23679
Conversation
8401ff8
to
429cb46
Compare
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 on the second commit.
(The first one got 👍 in #23678)
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 fails in the CI, but LGTM once it passes.
For reference: not ok 1451 parallel/test-process-versions
The version strings from ICU ( |
895db90
to
b2ec97a
Compare
93b5c7e
to
ba0fb46
Compare
97a88d2
to
43c451d
Compare
Many were checked, but a few were not.
43c451d
to
38c1e05
Compare
|
Landed in f4225f0 |
Landed in eb6b5c3 |
Many were checked, but a few were not.
Should wait on #23678, which is included in this to make the openssl version check succeed and to avoid conflicts because of adjacent test assertions. I'll rebase after the other is merged.
Checklist
make -j4 test
(UNIX), orvcbuild test
(Windows) passes