forked from duckdb/duckdb
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
AWS - remove expected error message (duckdb#14633)
This test is failing on Windows CI continuously because the error message is different: ``` ================================================================================ Query failed, but error message did not match expected error message: https://storage.googleapis.com/a/b.csv (D:/a/duckdb/duckdb/build/release/_deps/aws_extension_fc-src/test/sql/aws_secret_gcs.test:25)! ================================================================================ from "gcs://a/b.csv"; Actual result: ================================================================================ IO Error: Unable to connect to URL "gcs://a/b.csv": 400 (Bad Request) ``` This fixes that.
- Loading branch information
Showing
3 changed files
with
14 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
diff --git a/test/sql/aws_secret_gcs.test b/test/sql/aws_secret_gcs.test | ||
index cbed048..bcc274e 100644 | ||
--- a/test/sql/aws_secret_gcs.test | ||
+++ b/test/sql/aws_secret_gcs.test | ||
@@ -25,5 +25,4 @@ s1 | ||
statement error | ||
from "gcs://a/b.csv" | ||
---- | ||
-https://storage.googleapis.com/a/b.csv | ||
|
This file contains 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