Commit 3b57288
committed
test(bigtable): only async-iterate streaming results in materialized view metadata test
read_row, row_exists, and the other non-streaming methods return concrete
values; async-iterating them raised a TypeError that the surrounding
except block silently swallowed, which could mask real errors.1 parent d522528 commit 3b57288
2 files changed
Lines changed: 9 additions & 4 deletions
File tree
- packages/google-cloud-bigtable/tests/unit/data
- _async
- _sync_autogen
Lines changed: 6 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1788 | 1788 | | |
1789 | 1789 | | |
1790 | 1790 | | |
1791 | | - | |
1792 | | - | |
| 1791 | + | |
| 1792 | + | |
| 1793 | + | |
| 1794 | + | |
| 1795 | + | |
| 1796 | + | |
1793 | 1797 | | |
1794 | 1798 | | |
1795 | 1799 | | |
| |||
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1477 | 1477 | | |
1478 | 1478 | | |
1479 | 1479 | | |
1480 | | - | |
1481 | | - | |
| 1480 | + | |
| 1481 | + | |
| 1482 | + | |
1482 | 1483 | | |
1483 | 1484 | | |
1484 | 1485 | | |
| |||
0 commit comments