-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
CORS system test: clean up #24068
CORS system test: clean up #24068
Conversation
Ephemeral COPR build failed. @containers/packit-build please check. |
test/system/271-tcp-cors-server.bats
Outdated
wait_for_port $SERVICE_TCP_HOST $PORT | ||
cmd="curl -s --max-time 10 -vvv $SERVICE_TCP_HOST:$PORT/_ping" | ||
echo "$_LOG_PROMPT $cmd" | ||
run $cmd |
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 verify the curl exit code is 0?
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.
OOPS! Yes, of course. Sometimes I hate bats.
Primary motivator: 'curl -v' format changes in f42 Drive-bys: * 127.0.0.1, not localhost * use wait_for_port, not sleep * show curl commands and their output, to ease debugging failures * better failure assertions Signed-off-by: Ed Santiago <[email protected]>
c4cb034
to
73cbc13
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
@edsantiago @Luap99 I'm guessing this is ok to waive for 5.2.3 bodhi? |
@lsm5 yes, please waive. This is a silliness failure, not a functional one. |
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
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: edsantiago, Luap99 The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
514d25d
into
containers:main
Primary motivator: 'curl -v' format changes in f42
Drive-bys:
Signed-off-by: Ed Santiago [email protected]