GoogleCloudPlatform/nodejs-getting-started

background: should get the correct response failed

flaky-bot opened this issue · 2 comments

This test failed!

To configure my behavior, see the Build Cop Bot documentation.

If I'm commenting on this issue too often, add the buildcop: quiet label and
I will stop commenting.


commit: 0606884
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:74:12)
    at process._tickCallback (internal/process/next_tick.js:68:7)

Looks like this issue is flaky. 😟

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

A human should fix and close this.


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

Attempted a solution in #419