-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
[ ERR] Gave up waiting for: '[[ "$(curl -s -X POST http://${FRONTEND_IP}:5432/keys/foo -d value=1337)" = "Key created" ]]' #9512
Comments
@bparees are you familiar with the e2e app? My look at the logs suggests that it should be successfully POSTing. |
yeah, it's not obvious to me. based on the output it appears the curl request never even got to the app (the wait_for_command timed out on the curl, it didn't return a failure code). if we have container logs for the app pod, that might shed some light, but given that the welcome page returned successfully it seems like the app is working, unless the DB connection failed. |
Those are attached to the jenkins job under status and labeled with the container names. There are actually two pods started and they both seem to be getting the POSTs. |
Hrm, I've never seen that one fail before (or not in months). |
yeah was just looking at the posts... sure looks like the app is getting the post and responding with a 200. No idea why curl isn't getting that response back. |
It was triggering the SCC flake issue people started linking recently, so something broke. |
this happened again here: given that the app is responding with a 200, i'm inclined to question whether the service proxy is getting the response to the client... @knobunc see the failure here:
which comes from this test: and you can see the app pod logs returning 200 for the POST operation here: |
i've been seeing this one a lot the last couple days. I don't feel totally convinced by my service proxy theory, but I'm not sure what else it could be. Per @deads2k suggestion i'm going to update the curl command to report what it is getting back, in case that offers more insight. |
attempting to recreate w/ full shell debug here: |
further debugging on this issue has revealed we're getting back "key updated" instead of "key created" because apparently one of the earlier curl commands actually succeeded in creating the key, despite curl returning an RC=7(??). will see if i can tighten up the logic that's testing the responses. |
Still happening: https://ci.openshift.redhat.com/jenkins/job/test_pull_requests_origin_integration/2854/ @stevekuznetsov @bparees suggested you. |
dupe of #9685 |
from e2e: https://ci.openshift.redhat.com/jenkins/job/test_pull_requests_origin_integration/2370
The text was updated successfully, but these errors were encountered: