Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(py-test): Wait for Full Cycle Before Checking if SubTable Failed (#…
…6167) This fixes the spurious CI failure from yesterday, which was caused by checking if a table failed before there was the guarantee that the PUG executed the update listener. ``` 2024-10-02T06:26:34.9836763Z ====================================================================== 2024-10-02T06:26:34.9837211Z FAIL [3.008s]: test_snapshot_when_with_history (tests.test_table.TableTestCase) 2024-10-02T06:26:34.9837607Z ---------------------------------------------------------------------- 2024-10-02T06:26:34.9837829Z Traceback (most recent call last): 2024-10-02T06:26:34.9838342Z File "/python/tests/test_table.py", line 570, in test_snapshot_when_with_history 2024-10-02T06:26:34.9838653Z self.assertTrue(snapshot_hist.j_table.isFailed()) 2024-10-02T06:26:34.9838883Z AssertionError: False is not true ```
- Loading branch information