-
Notifications
You must be signed in to change notification settings - Fork 0
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
Nix: False positives in E2E tests #63
Comments
CI checks fixed in #59. |
Curl didn't respond with a 500 error code because our server was beghind an nginx server, which returned a html containing a 301 permamently moved error message. This returns a 0 exit code. |
@marijanp You are wrong 🙄. Here is proof that code 301 is not an error, even if you add
Also, I didn't say server returned code 500, but only stated that error checking was done incorrectly:
|
@koxu1996 so what is wrong about my statement? I said it returned 0, because curl fetched a 301. A 0 indicates success. |
@marijanp Wrong CI checks were fixed by adding |
Maybe you are suggesting there is another CI issue? |
Like I said, another CI issue - not related with |
Nix's e2e tests relying on
curl
SHOULD be already broken at least twice - for example the following PRs successfully passed CI checks, even they changed request body in incompatible way:PublicKey
andSignature
with plainVec<u8>
#32The text was updated successfully, but these errors were encountered: