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

samples.samples.backup_sample_test: test_list_backups failed #176

Closed
flaky-bot bot opened this issue Nov 26, 2020 · 4 comments
Closed

samples.samples.backup_sample_test: test_list_backups failed #176

flaky-bot bot opened this issue Nov 26, 2020 · 4 comments
Assignees
Labels
api: spanner Issues related to the googleapis/python-spanner API. priority: p1 Important issue which blocks shipping the next release. Will be fixed prior to next release. 🚨 This issue needs some love. 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 Nov 26, 2020

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


commit: 6053f4a
buildURL: Build Status, Sponge
status: failed

Test output
capsys = <_pytest.capture.CaptureFixture object at 0x7fa87753eeb8>
spanner_instance = 
def test_list_backups(capsys, spanner_instance):
    backup_sample.list_backups(INSTANCE_ID, DATABASE_ID, BACKUP_ID)
    out, _ = capsys.readouterr()
    id_count = out.count(BACKUP_ID)
  assert id_count == 7

E assert 6 == 7

backup_sample_test.py:99: AssertionError

@flaky-bot flaky-bot bot added buildcop: issue 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 Nov 26, 2020
@product-auto-label product-auto-label bot added api: spanner Issues related to the googleapis/python-spanner API. samples Issues that are directly related to samples. labels Nov 26, 2020
@flaky-bot
Copy link
Author

flaky-bot bot commented Nov 26, 2020

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 (6053f4a), this test passed in one build (Build Status, Sponge) and failed in another build (Build Status, Sponge).

@larkee
Copy link
Contributor

larkee commented Nov 27, 2020

Failed due to test_create_backup failing. See #157

@larkee larkee closed this as completed Nov 27, 2020
@flaky-bot flaky-bot bot reopened this Dec 1, 2020
@flaky-bot
Copy link
Author

flaky-bot bot commented Dec 1, 2020

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: cf87cdf
buildURL: Build Status, Sponge
status: failed

Test output
capsys = <_pytest.capture.CaptureFixture object at 0x7f662c1ec070>
spanner_instance = 
def test_list_backups(capsys, spanner_instance):
    backup_sample.list_backups(INSTANCE_ID, DATABASE_ID, BACKUP_ID)
    out, _ = capsys.readouterr()
    id_count = out.count(BACKUP_ID)
  assert id_count == 7

E assert 6 == 7

backup_sample_test.py:99: AssertionError

@yoshi-automation yoshi-automation added the 🚨 This issue needs some love. label Dec 3, 2020
@larkee
Copy link
Contributor

larkee commented Dec 15, 2020

Failed due to test_create_backup failing. See #157

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: spanner Issues related to the googleapis/python-spanner API. priority: p1 Important issue which blocks shipping the next release. Will be fixed prior to next release. 🚨 This issue needs some love. 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
Development

No branches or pull requests

2 participants