-
Notifications
You must be signed in to change notification settings - Fork 1.2k
test_redirectionWithSetCookies fails nondeterministically #2532
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
Conversation
XFAIL it for now on master.
@swift-ci please test and merge |
Some days ago we found out that those cookie tests were dependent on the previous tests. I uploaded #2527 to make those test independent. It might be good to see if the non-determinism can be removed with that new version. |
|
From the little information from https://ci.swift.org/job/swift-PR-Linux-smoke-test/17459/console and tracking up the code, it doesn't seem that the fixes in the other PR might fix anything. It seems that the server is not returning anything (or that's what I understand from the cURL error code). Something that makes the problem a little harder is that the test triggers two requests: the first one is suppose to be a redirection, the second one is the redirected request. It is a little bit impossible from the test failure to know which of the two is actually failing. Sorry I cannot be of more help at the moment. |
@millenomi do we now want to merge this over the other change? |
@swift-ci please test Linux platform |
This PR will disable the test suite - #2533 |
It seems that the problem moving to the next test might be a resource usage problem (no more file descriptors? but as far as I can see in the code, either HTTPServer or cURL should fail more obviously because of that). I really hope nobody takes this the wrong way, but from what I can find in failures linked here, it might had happen just after the revert from Thursday (#2528). I wonder if some piece of code was added after the reverted commit that relied on it. I have reviewed the log, and I don’t see how one of those could have created the problem, though, but somebody else might see something. |
@drodriguez That revert was to 5.1-branch, while the failures in question are happening on master; what am I missing? |
There was a similar revert in the master branch: #2529 |
XFAIL it for now on master.