fix(test): force HTTP/1.1 for sqllogictests client - #19243
Merged
Conversation
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
bohutang
added a commit
to bohutang/databend
that referenced
this pull request
Jan 15, 2026
…abs#19243)" This reverts commit 5451e1a.
11 tasks
drmingdrmer
pushed a commit
to drmingdrmer/databend
that referenced
this pull request
Jan 15, 2026
…labs#19264) * Revert "chore(query): bump ast to 0.2.4 and optimize gRPC configs (databendlabs#19253)" This reverts commit 84f7338. * Revert "fix(test): force HTTP/1.1 for sqllogictests client (databendlabs#19243)" This reverts commit 5451e1a. * Revert "fix(ci): increase pool_max_idle_per_host (databendlabs#19241)" This reverts commit f885633. * Revert "feat(iceberg): bump iceberg-rust to v0.8.0 and add write support (databendlabs#19200)" This reverts commit 05caa2e. * fix: update geometry golden file after revert Update st_geomfromgeohash polygon coordinate order in golden file to match reverted behavior. The revert of PR databendlabs#19200 changed the polygon ring starting point back to the original order, but the unit test golden file was not updated. This commit fixes the geometry.txt golden file to match the actual output after the revert. Related to CI failure in test_unit job. * fix: update golden files for geometry and cast tests - geometry.txt: fix Row 1 (u4pruydqqvj0) polygon coordinate order - geometry.txt: fix internal Output hex representation - cast.txt: update date parsing error message format to match new jiff library error format The error message format changed from: 'failed to parse year in date: failed to parse four digit integer as year' to: 'failed to parse year in date "X": failed to parse "Y" as year (a four digit integer)'
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I hereby agree to the terms of the CLA available at: https://docs.databend.com/dev/policies/cla/
Summary
.http1_only()to HTTP client configuration in sqllogictestsChanges
This PR modifies the HTTP client configuration in sqllogictests to force HTTP/1.1 protocol usage by adding
.http1_only()method call.Implementation
tests/sqllogictests/src/client/http_client.rsline 125.http1_only()method call toClientBuilderTests
Type of change
This change is