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

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

Closed
flaky-bot bot opened this issue Dec 30, 2021 · 12 comments
Closed

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

flaky-bot bot opened this issue Dec 30, 2021 · 12 comments
Assignees
Labels
api: bigtable Issues related to the googleapis/nodejs-bigtable API. 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: p2 Moderately-important priority. Fix may not be included in next release. 🚨 This issue needs some love. 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 Dec 30, 2021

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: 6669c37
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 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 Dec 30, 2021
@product-auto-label product-auto-label bot added the api: bigtable Issues related to the googleapis/nodejs-bigtable API. label Dec 30, 2021
@yoshi-automation yoshi-automation added 🚨 This issue needs some love. and removed 🚨 This issue needs some love. labels Jan 4, 2022
@meredithslota meredithslota added priority: p2 Moderately-important priority. Fix may not be included in next release. and removed priority: p1 Important issue which blocks shipping the next release. Will be fixed prior to next release. labels Jan 12, 2022
@yoshi-automation yoshi-automation removed the 🚨 This issue needs some love. label Jan 12, 2022
@flaky-bot
Copy link
Author

flaky-bot bot commented Jan 12, 2022

commit: b058d3b
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
Copy link
Author

flaky-bot bot commented Mar 16, 2022

commit: bb92d2e
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
Copy link
Author

flaky-bot bot commented Mar 31, 2022

commit: 90de80f
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
Copy link
Author

flaky-bot bot commented Jun 20, 2022

commit: 75c1a30
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
Copy link
Author

flaky-bot bot commented Jun 22, 2022

commit: b997a6b
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)

@yoshi-automation yoshi-automation added the 🚨 This issue needs some love. label Jun 28, 2022
@danieljbruce
Copy link
Contributor

All test outputs say:

Cannot read property 'delete' of undefined

@flaky-bot
Copy link
Author

flaky-bot bot commented Sep 17, 2022

commit: f5991bb
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)

@danieljbruce
Copy link
Contributor

I think this line of code is throwing the error:

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

@danieljbruce danieljbruce self-assigned this Feb 9, 2023
@flaky-bot
Copy link
Author

flaky-bot bot commented Feb 14, 2023

commit: 000a353
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)

@danieljbruce
Copy link
Contributor

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.

@flaky-bot flaky-bot bot reopened this Mar 15, 2023
@flaky-bot flaky-bot bot added the flakybot: flaky Tells the Flaky Bot not to close or comment on this issue. label Mar 15, 2023
@flaky-bot
Copy link
Author

flaky-bot bot commented Mar 15, 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: 44fab5c
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)

@danieljbruce
Copy link
Contributor

All flakey test failures this year are due to an Insufficient Node Quota which will be fixed by #1265 so this issue can be closed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: bigtable Issues related to the googleapis/nodejs-bigtable API. 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: p2 Moderately-important priority. Fix may not be included in next release. 🚨 This issue needs some love. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Projects
None yet
Development

No branches or pull requests

3 participants