vitessio / vt

Apache License 2.0
2 stars 0 forks source link

Vitess tester demo #35

Closed harshit-gangal closed 1 week ago

harshit-gangal commented 1 week ago

Description:

This PR introduces a demo script that showcases the new --trace-file flag and the keys commands, adding more versatility in testing Vitess setups. Key additions include:

Refactor:

The code handling these directives has been refactored to improve readability and maintainability, introducing a dedicated state machine to track directive states more explicitly. This change simplifies state transitions when handling multiple directives.