typedb / typedb-driver

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

Cluster BDD Scenarios uses Core client and options #336

Closed lolski closed 2 years ago

lolski commented 3 years ago

Cluster BDD Scenarios are using Core client and options. This is incorrect and should be fixed.

Please see the following non-exhaustive examples:

alexjpwalker commented 2 years ago

Looking at the referenced lines, this bug appears to have been fixed.

That is in line with my expectations too - the tests could not possibly pass if we were using a Core client and Core options.