nodejs-bigtable icon indicating copy to clipboard operation
nodejs-bigtable copied to clipboard

filters: "after all" hook for "should filter with condition" failed

Open flaky-bot[bot] opened this issue 4 years ago • 8 comments

This test failed!

To configure my behavior, see the Flaky Bot documentation.

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


commit: 6669c370436ee80d8a453253312d685573a855a7 buildURL: Build Status, Sponge status: failed

Test output
Cannot read property 'delete' of undefined
TypeError: Cannot read property 'delete' of undefined
    at Context. (test/filters.js:192:17)
    at processImmediate (internal/timers.js:461:21)

flaky-bot[bot] avatar Dec 30 '21 23:12 flaky-bot[bot]

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

Test output
Cannot read property 'delete' of undefined
TypeError: Cannot read property 'delete' of undefined
    at Context. (test/filters.js:192:17)
    at processImmediate (internal/timers.js:461:21)

flaky-bot[bot] avatar Jan 12 '22 20:01 flaky-bot[bot]

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

Test output
Cannot read property 'delete' of undefined
TypeError: Cannot read property 'delete' of undefined
    at Context. (test/filters.js:192:17)
    at processImmediate (internal/timers.js:461:21)

flaky-bot[bot] avatar Mar 16 '22 20:03 flaky-bot[bot]

commit: 90de80f7f32e644a0762579afe37951714ac7271 buildURL: Build Status, Sponge status: failed

Test output
Cannot read property 'delete' of undefined
TypeError: Cannot read property 'delete' of undefined
    at Context. (test/filters.js:192:17)
    at processImmediate (internal/timers.js:461:21)

flaky-bot[bot] avatar Mar 31 '22 22:03 flaky-bot[bot]

commit: 75c1a301cd3ec91c7b251b384307687d081525b9 buildURL: Build Status, Sponge status: failed

Test output
Cannot read property 'delete' of undefined
TypeError: Cannot read property 'delete' of undefined
    at Context. (test/filters.js:192:17)
    at processImmediate (internal/timers.js:461:21)

flaky-bot[bot] avatar Jun 20 '22 22:06 flaky-bot[bot]

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

Test output
Cannot read property 'delete' of undefined
TypeError: Cannot read property 'delete' of undefined
    at Context. (test/filters.js:192:17)
    at processImmediate (internal/timers.js:461:21)

flaky-bot[bot] avatar Jun 22 '22 19:06 flaky-bot[bot]

All test outputs say:

Cannot read property 'delete' of undefined

danieljbruce avatar Aug 12 '22 21:08 danieljbruce

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

Test output
Cannot read property 'delete' of undefined
TypeError: Cannot read property 'delete' of undefined
    at Context. (test/filters.js:192:17)
    at processImmediate (internal/timers.js:461:21)

flaky-bot[bot] avatar Sep 17 '22 07:09 flaky-bot[bot]

I think this line of code is throwing the error:

https://github.com/googleapis/nodejs-bigtable/blob/main/samples/test/filters.js#L192

danieljbruce avatar Sep 20 '22 15:09 danieljbruce

commit: 000a353f05fa65bc0a7dc551c777ac55c6c08875 buildURL: Build Status, Sponge status: failed

Test output
Cannot read property 'delete' of undefined
TypeError: Cannot read property 'delete' of undefined
    at Context. (test/filters.js:192:17)
    at processImmediate (internal/timers.js:461:21)

flaky-bot[bot] avatar Feb 14 '23 08:02 flaky-bot[bot]

It says in the test output that the error is thrown on this line:

https://github.com/googleapis/nodejs-bigtable/blob/main/samples/test/filters.js#L192

Most sponges seem to say insufficient node quota.

danieljbruce avatar Mar 08 '23 20:03 danieljbruce

Looks like this issue is flaky. :worried:

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

A human should fix and close this.


commit: 44fab5cdbb6289f08be17c55f5d7402f89b5d46f buildURL: Build Status, Sponge status: failed

Test output
Cannot read property 'delete' of undefined
TypeError: Cannot read property 'delete' of undefined
    at Context. (test/filters.js:192:17)
    at processImmediate (internal/timers.js:461:21)

flaky-bot[bot] avatar Mar 15 '23 07:03 flaky-bot[bot]

All flakey test failures this year are due to an Insufficient Node Quota which will be fixed by https://github.com/googleapis/nodejs-bigtable/pull/1265 so this issue can be closed

danieljbruce avatar May 01 '23 18:05 danieljbruce