Skip to content

Update sqllogictest requirement from 0.21.0 to 0.29.1#293

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/main/sqllogictest-0.29.1
Open

Update sqllogictest requirement from 0.21.0 to 0.29.1#293
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/main/sqllogictest-0.29.1

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github Apr 21, 2026

Updates the requirements on sqllogictest to permit the latest version.

Release notes

Sourced from sqllogictest's releases.

v0.29.1

[0.29.1] - 2026-02-13

  • parser/runner: Add let record for binding query results to variables.
Changelog

Sourced from sqllogictest's changelog.

[0.29.1] - 2026-02-13

  • parser/runner: Add let record for binding query results to variables.

[0.29.0] - 2025-12-19

  • parser/runner: Support matching expected failures by SQLSTATE via statement|query error (<SQLSTATE>).

[0.28.4] - 2025-09-04

  • bin: support skip files with regex
  • runner: Add <slt:ignore> to skip the volatile parts of the output.

[0.28.3] - 2025-05-16

  • bin: Add --shutdown-timeout to set a timeout for shutting down the database connections after a test file is finished. By default, this is unspecified, meaning to wait forever.

[0.28.2] - 2025-05-07

  • engines: Enhance graceful shutdown by canceling ongoing queries when shutting down postgres connections. This improves the behavior when receiving a Ctrl-C signal by ensuring that any long-running queries are properly canceled before the connection is closed.
  • bin: In parallel mode, the output of a test case will be printed promptly before shutting down the database connection.

[0.28.1] - 2025-04-18

  • bin: Support graceful shutdown. When receiving a Ctrl-C, the program will cancel all running test cases, log cancelled and skipped test cases, drop temporary databases (if in parallel mode), close database connections, and finally exit with a non-zero code.

[0.28.0] - 2025-03-06

  • runner: Add Partitioner and Runner::with_partitioner to enable partitioning of test cases, allowing only a subset of the glob result to be executed. This can be helpful for running tests in parallel in CI.
  • bin: Add --partition-id and --partition-count to set a hash partitioning for the test cases. If users are running in Buildkite CI with parallelism: .. specified in the workflow file, this will be automatically configured.

[0.27.2] - 2025-02-18

  • engines/bin: fix stdin to be closed properly to avoid hangs in the external engine.

[0.27.1] - 2025-02-17

  • runner: Add Runner::set_var method to allow adding runner-local variables for substitution.
  • bin: Add __DATABASE__ variable for accessing current database name from SLT files.

[0.27.0] - 2025-02-11

  • runner: add shutdown method to DB and AsyncDB trait to allow for graceful shutdown of the database connection. Users are encouraged to call Runner::shutdown or Runner::shutdown_async after running tests to ensure that the database connections are properly closed.

[0.26.4] - 2025-01-27

  • runner: add random string in path generation to avoid conflict when using include.
  • bin: detect connection refused error and exit early to make error message clearer.

[0.26.3] - 2025-01-14

... (truncated)

Commits
  • ebab8da chore: bump version to v0.29.1 (#280)
  • 18a6169 feat(parser,runner): add let record for binding query results to variables ...
  • 492c9e3 feat: support matching sqlstate with [statement|query] error (CCSSS) (#269)
  • 265f332 ci: fix release workflow (#273)
  • 3063f4f chore: bump version to v0.28.4 (#272)
  • 5fe912a feat: support skip files with regex (#271)
  • dc6c6d4 feat(runner): support \<slt:ignore> (#266)
  • facb127 feat(bin): add --shutdown-timeout to set a timeout for shutting down the da...
  • 3a3ddc0 fix(bin): add missing newline in override mode (#264)
  • 86559e5 feat(bin): flush output to stdout before db conn shutdown (#262)
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [sqllogictest](https://github.com/risinglightdb/sqllogictest-rs) to permit the latest version.
- [Release notes](https://github.com/risinglightdb/sqllogictest-rs/releases)
- [Changelog](https://github.com/risinglightdb/sqllogictest-rs/blob/main/CHANGELOG.md)
- [Commits](risinglightdb/sqllogictest-rs@v0.21.0...v0.29.1)

---
updated-dependencies:
- dependency-name: sqllogictest
  dependency-version: 0.29.1
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Copy Markdown
Author

dependabot Bot commented on behalf of github Apr 21, 2026

Labels

The following labels could not be found: auto-dependencies. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants