Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: Bobby-Ling/sqllogictest-rs

Tags

v0.28.3

Toggle v0.28.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat(bin): add `--shutdown-timeout` to set a timeout for shutting dow…

…n the database connections after a test file is finished (risinglightdb#265)

v0.28.2

Toggle v0.28.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(bin): add missing newline in override mode (risinglightdb#264)

Signed-off-by: Cheng Chen <[email protected]>

v0.28.1

Toggle v0.28.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: bump version to v0.28.1 (risinglightdb#261)

v0.28.0

Toggle v0.28.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat(runner, bin): support test case partitioning (risinglightdb#257)

v0.27.2

Toggle v0.27.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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]>

v0.27.1

Toggle v0.27.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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]>

v0.27.0

Toggle v0.27.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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]>

v0.26.4

Toggle v0.26.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat(bin): detect connection refused error and exit early (risingligh…

…tdb#248)

v0.26.3

Toggle v0.26.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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]>

v0.26.2

Toggle v0.26.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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]>