typedb / typedb-driver

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

Improve structure of test targets #318

Closed alexjpwalker closed 3 years ago

alexjpwalker commented 3 years ago

Problem to Solve

In client-java, we have separated out the Core and Cluster tests. I'm not sure if this is really a good idea, we should review it. Also, it has resulted in a huge number of CI jobs, which feels excessive.

Whatever we do, it should be propagated to the other clients. The other clients currently have no separation between Core and Cluster.

Proposed Solution

We could either:

Could even do both.

alexjpwalker commented 3 years ago

This change was propagated to all clients.