-
Notifications
You must be signed in to change notification settings - Fork 615
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
11 changed files
with
99 additions
and
11 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
9 changes: 9 additions & 0 deletions
9
ydb/library/yql/tests/sql/solomon/canondata/test.test_solomon-BrokenJsonResponse-_/extracted
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,9 @@ | ||
<tmp_path>/program.sql:<main>: Error: Execution | ||
|
||
<tmp_path>/program.sql:<main>:1:1: Warning: Gateway Error | ||
SELECT * FROM local_solomon.broken_json WITH ( | ||
^ | ||
<tmp_path>/program.sql:<main>: Error: Fatal Error | ||
|
||
|
||
<tmp_path>/program.sql:<main>: Error: Failed to parse response from monitoring: library/cpp/json/json_reader.cpp:417: Offset: 2, Code: 4, Error: Missing a name for object member. (appeared 1 time at ISOTIME) |
9 changes: 9 additions & 0 deletions
9
ydb/library/yql/tests/sql/solomon/canondata/test.test_solomon-InvalidProject-_/extracted
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,9 @@ | ||
<tmp_path>/program.sql:<main>: Error: Execution | ||
|
||
<tmp_path>/program.sql:<main>:1:1: Warning: Gateway Error | ||
SELECT * FROM local_solomon.invalid WITH ( | ||
^ | ||
<tmp_path>/program.sql:<main>: Error: Fatal Error | ||
|
||
|
||
<tmp_path>/program.sql:<main>: Error: Error while sending request to monitoring api: 404 Not Found, response: Project invalid does not exist (appeared 1 time at ISOTIME) |
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
2 changes: 2 additions & 0 deletions
2
ydb/library/yql/tests/sql/suites/solomon/BrokenJsonResponse.cfg
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,2 @@ | ||
providers solomon | ||
xfail |
5 changes: 5 additions & 0 deletions
5
ydb/library/yql/tests/sql/suites/solomon/BrokenJsonResponse.sql
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,5 @@ | ||
SELECT * FROM local_solomon.broken_json WITH ( | ||
program = @@{}@@, | ||
from = "2023-12-08T14:40:39Z", | ||
to = "2023-12-08T14:45:39Z" | ||
); |
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,2 @@ | ||
providers solomon | ||
xfail |
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,5 @@ | ||
SELECT * FROM local_solomon.invalid WITH ( | ||
program = @@{}@@, | ||
from = "2023-12-08T14:40:39Z", | ||
to = "2023-12-08T14:45:39Z" | ||
); |
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