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

Remove excessive diagnostics flags, turn on development mode for tests #659

Closed farost closed 2 weeks ago

farost commented 2 weeks ago

Usage and product changes

We clean the usage of --diagnostics.*** flags used in the test servers because of the recent propagation of a newer version of TypeDB, now supporting the --development-mode.enable flag. As the development mode includes disabling any outer reporting, it is a perfect substitution for this logic.

Implementation

We remove the unnecessary flags everywhere, aiming to cover it by the activated development mode.

vaticle-bot commented 2 weeks ago

PR Review Checklist

Do not edit the content of this comment. The PR reviewer should simply update this comment by ticking each review item below, as they get completed.


Trivial Change

Code

Architecture