vaticle / typedb-driver

TypeDB Drivers for Rust, Python, Java, Node.js, C, C++, and C#.
https://typedb.com
Apache License 2.0
30 stars 32 forks source link

Fix and return python integration test `test_cloud_failover` to Factory #635

Open farost opened 2 months ago

farost commented 2 months ago

Problem to Solve

Test //python/tests/integration:test_cloud_failover is commented inside automation.yml for Factory. There are opinions that this test broke when we transitioned to hermetic python rules.

Proposed Solution

Uncomment the test, reproduce the error, investigate, and fix.