forked from databendlabs/databend
-
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.
Revert "Revert "ci: fix flaky test (databendlabs#16945)""
This reverts commit 49ea151.
- Loading branch information
Showing
27 changed files
with
169 additions
and
170 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
16 changes: 8 additions & 8 deletions
16
tests/suites/0_stateless/17_altertable/17_0004_alter_table_set_options.result
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 |
---|---|---|
@@ -1,8 +1,8 @@ | ||
Error: APIError: ResponseError with 1301: table option snapshot_location is invalid for alter table statement | ||
Error: APIError: ResponseError with 1301: table option snapshot_loc is invalid for alter table statement | ||
Error: APIError: ResponseError with 1301: table option extrenal_location is invalid for alter table statement | ||
Error: APIError: ResponseError with 1301: table option abc is invalid for alter table statement | ||
Error: APIError: ResponseError with 1301: invalid block_per_segment option, can't be over 1000 | ||
Error: APIError: ResponseError with 1301: can't change storage_format for alter table statement | ||
Error: APIError: ResponseError with 1006: Unable to get field named "b". Valid fields: ["a"] | ||
Error: APIError: ResponseError with 1301: Unsupported data type 'Decimal(4, 2)' for bloom index | ||
Error: APIError: QueryFailed: [1301]table option snapshot_location is invalid for alter table statement | ||
Error: APIError: QueryFailed: [1301]table option snapshot_loc is invalid for alter table statement | ||
Error: APIError: QueryFailed: [1301]table option extrenal_location is invalid for alter table statement | ||
Error: APIError: QueryFailed: [1301]table option abc is invalid for alter table statement | ||
Error: APIError: QueryFailed: [1301]invalid block_per_segment option, can't be over 1000 | ||
Error: APIError: QueryFailed: [1301]can't change storage_format for alter table statement | ||
Error: APIError: QueryFailed: [1006]Unable to get field named "b". Valid fields: ["a"] | ||
Error: APIError: QueryFailed: [1301]Unsupported data type 'Decimal(4, 2)' for bloom index |
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
Oops, something went wrong.