Tags: Bobby-Ling/sqllogictest-rs
Tags
feat(bin): add `--shutdown-timeout` to set a timeout for shutting dow… …n the database connections after a test file is finished (risinglightdb#265)
fix(bin): add missing newline in override mode (risinglightdb#264) Signed-off-by: Cheng Chen <[email protected]>
feat(runner, bin): support test case partitioning (risinglightdb#257)
fix(external): close stdin properly in shutdown() (risinglightdb#255) * close stdin properly Signed-off-by: Li Yazhou <[email protected]> * update changelog Signed-off-by: Li Yazhou <[email protected]> * expect instead of unexpected eof Signed-off-by: Li Yazhou <[email protected]> * bump version Signed-off-by: xxchan <[email protected]> --------- Signed-off-by: Li Yazhou <[email protected]>
ci: cargo publish on tag (risinglightdb#254) * ci: cargo publish on tag Signed-off-by: xxchan <[email protected]> * bump Signed-off-by: xxchan <[email protected]> --------- Signed-off-by: xxchan <[email protected]>
feat: add `shutdown` method to `AsyncDB` `DB` and `Runner` (risinglig… …htdb#250) * add shutdown interface & use Signed-off-by: Bugen Zhao <[email protected]> * fix postgres impl Signed-off-by: Bugen Zhao <[email protected]> * manual shutdown Signed-off-by: Bugen Zhao <[email protected]> * remove f word Signed-off-by: Bugen Zhao <[email protected]> * also add shutdown method to sync db Signed-off-by: Bugen Zhao <[email protected]> * bump version and add change log Signed-off-by: Bugen Zhao <[email protected]> --------- Signed-off-by: Bugen Zhao <[email protected]>
feat(bin): abort connections before dropping temp databases in parall… …el run (risinglightdb#247) * feat(bin): abort connections before dropping temp databases in parallel run Signed-off-by: Bugen Zhao <[email protected]> * fmt Signed-off-by: Bugen Zhao <[email protected]> * refine comments Signed-off-by: Bugen Zhao <[email protected]> * use one from `tokio-util` Signed-off-by: Bugen Zhao <[email protected]> * bump version and add release notes Signed-off-by: Bugen Zhao <[email protected]> --------- Signed-off-by: Bugen Zhao <[email protected]>
feat(bin): support --fail-fast (risinglightdb#246) * feat(bin): support --fail-fast close risinglightdb#110 Signed-off-by: xxchan <[email protected]> * add env var Signed-off-by: xxchan <[email protected]> --------- Signed-off-by: xxchan <[email protected]>
PreviousNext