GoogleCloudPlatform / nodejs-getting-started

A tutorial for creating a complete application using Node.js on Google Cloud Platform
https://cloud.google.com/nodejs
Apache License 2.0
809 stars 381 forks source link

background: should get the correct response failed #491

Closed flaky-bot[bot] closed 3 years ago

flaky-bot[bot] commented 3 years ago

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


commit: 43f71c0bc9898146640def59e8dd71b1c6bee8b0 buildURL: Build Status, Sponge status: failed

Test output
Input A expected to strictly equal input B:
+ expected - actual

- 500
+ 200

      + expected - actual

      -500
      +200

AssertionError [ERR_ASSERTION]: Input A expected to strictly equal input B:
+ expected - actual

- 500
+ 200
    at Context.it (test/app.test.js:101:12)
    at process._tickCallback (internal/process/next_tick.js:68:7)
flaky-bot[bot] commented 3 years ago

Looks like this issue is flaky. :worried:

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

A human should fix and close this.


When run at the same commit (43f71c0bc9898146640def59e8dd71b1c6bee8b0), this test passed in one build (Build Status, Sponge) and failed in another build (Build Status, Sponge).

flaky-bot[bot] commented 3 years ago

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

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


commit: ab1a643b5ab0e673f4fff90da1a738ce54fc9d69 buildURL: Build Status, Sponge status: failed

Test output
The expression evaluated to a falsy value:

  assert.ok(res.includes('how are you'))

      + expected - actual

      -false
      +true

AssertionError [ERR_ASSERTION]: The expression evaluated to a falsy value:

  assert.ok(res.includes('how are you'))

    at Context. (test/app.test.js:109:12)
    at process._tickCallback (internal/process/next_tick.js:68:7)