Skip to content
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

rspec: Metadata server on Google App Engine displays zone read from metadata server failed #1184

Closed
flaky-bot bot opened this issue Oct 9, 2023 · 6 comments · Fixed by #1195 or #1196
Closed
Assignees
Labels
flakybot: flaky Tells the Flaky Bot not to close or comment on this issue. flakybot: issue An issue filed by the Flaky Bot. Should not be added manually. priority: p3 Desirable enhancement or fix. May not be included in next release. samples Issues that are directly related to samples. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns.

Comments

@flaky-bot
Copy link

flaky-bot bot commented Oct 9, 2023

Note: #889 was also for this test, but it was closed more than 10 days ago. So, I didn't mark it flaky.


commit: 50e0fbb
buildURL: Build Status, Sponge
status: failed

Test output
Failure/Error:
  expect(response.body).to match(
    /Zone: .*/
  )

expected "\n\n<meta http-equiv="content-type" content="text/html;charset=utf-8">\n<title>502 S...ould not complete your request.

Please try again in 30 seconds.\n

\n\n" to match /Zone: ./
Diff:
@@ -1,10 +1,19 @@
-/Zone: .
/
+
+
+
+<title>502 Server Error</title>
+
+
+

Error: Server Error


+

The server encountered a temporary error and could not complete your request.

Please try again in 30 seconds.


+


+
./spec/metadata_server_spec.rb:29:in `block (2 levels) in <top (required)>'

@flaky-bot flaky-bot bot added flakybot: issue An issue filed by the Flaky Bot. Should not be added manually. priority: p1 Important issue which blocks shipping the next release. Will be fixed prior to next release. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns. labels Oct 9, 2023
@product-auto-label product-auto-label bot added the samples Issues that are directly related to samples. label Oct 9, 2023
@flaky-bot
Copy link
Author

flaky-bot bot commented Oct 10, 2023

commit: 5b53c09
buildURL: Build Status, Sponge
status: failed

Test output
Failure/Error:
  expect(response.body).to match(
    /Zone: .*/
  )

expected "\r\n<title>502 Bad Gateway</title>\r\n\r\n

502 Bad Gateway

\r\n
nginx\r\n\r\n\r\n" to match /Zone: ./
Diff:
@@ -1,7 +1,13 @@
-/Zone: .
/
+
+<title>502 Bad Gateway</title>
+
+

502 Bad Gateway


+
nginx
+
+
./spec/metadata_server_spec.rb:29:in `block (2 levels) in <top (required)>'

@flaky-bot
Copy link
Author

flaky-bot bot commented Oct 17, 2023

commit: 2fa7630
buildURL: Build Status, Sponge
status: failed

Test output
Failure/Error:
  expect(response.body).to match(
    /Zone: .*/
  )

expected "\n\n<meta http-equiv="content-type" content="text/html;charset=utf-8">\n<title>502 S...ould not complete your request.

Please try again in 30 seconds.\n

\n\n" to match /Zone: ./
Diff:
@@ -1,10 +1,19 @@
-/Zone: .
/
+
+
+
+<title>502 Server Error</title>
+
+
+

Error: Server Error


+

The server encountered a temporary error and could not complete your request.

Please try again in 30 seconds.


+


+
./spec/metadata_server_spec.rb:29:in `block (2 levels) in <top (required)>'

@shivgautam shivgautam removed the priority: p1 Important issue which blocks shipping the next release. Will be fixed prior to next release. label Oct 23, 2023
@flaky-bot
Copy link
Author

flaky-bot bot commented Oct 23, 2023

commit: 9f3b81b
buildURL: Build Status, Sponge
status: failed

Test output
Failure/Error:
  expect(response.body).to match(
    /Zone: .*/
  )

expected "\n\n<meta http-equiv="content-type" content="text/html;charset=utf-8">\n<title>502 S...ould not complete your request.

Please try again in 30 seconds.\n

\n\n" to match /Zone: ./
Diff:
@@ -1,10 +1,19 @@
-/Zone: .
/
+
+
+
+<title>502 Server Error</title>
+
+
+

Error: Server Error


+

The server encountered a temporary error and could not complete your request.

Please try again in 30 seconds.


+


+
./spec/metadata_server_spec.rb:29:in `block (2 levels) in <top (required)>'

@NivedhaSenthil
Copy link
Member

Test failures were happening because there are lot of versions deployed

ERROR: (gcloud.app.deploy) INVALID_ARGUMENT: Your app may not have more than 210 versions. Please delete one of the existing versions before trying to create a new version.

Upon checking the project it looks like the versions are cleaned up now, probably in the later runs. Hence closing this issue for now and keep an eye on it to see if it happens again.

@flaky-bot flaky-bot bot reopened this Nov 22, 2023
@flaky-bot flaky-bot bot added priority: p1 Important issue which blocks shipping the next release. Will be fixed prior to next release. flakybot: flaky Tells the Flaky Bot not to close or comment on this issue. labels Nov 22, 2023
Copy link
Author

flaky-bot bot commented Nov 22, 2023

Looks like this issue is flaky. 😟

I'm going to leave this open and stop commenting.

A human should fix and close this.


commit: 9f3b81b
buildURL: Build Status, Sponge
status: failed

@shivgautam shivgautam removed the priority: p1 Important issue which blocks shipping the next release. Will be fixed prior to next release. label Nov 27, 2023
@NivedhaSenthil NivedhaSenthil self-assigned this Nov 27, 2023
@NivedhaSenthil NivedhaSenthil added the priority: p3 Desirable enhancement or fix. May not be included in next release. label Nov 27, 2023
@flaky-bot flaky-bot bot reopened this Dec 21, 2023
Copy link
Author

flaky-bot bot commented Dec 21, 2023

Oops! Looks like this issue is still flaky. It failed again. 😬

I reopened the issue, but a human will need to close it again.


commit: 39d2192
buildURL: Build Status, Sponge
status: failed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
flakybot: flaky Tells the Flaky Bot not to close or comment on this issue. flakybot: issue An issue filed by the Flaky Bot. Should not be added manually. priority: p3 Desirable enhancement or fix. May not be included in next release. samples Issues that are directly related to samples. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Projects
None yet
2 participants