Commit a7d7392
authored
[Internal] Fixed SqlIT integration tests (#326)
## Changes
<!-- Summary of your changes that are easy to understand -->
Queries return null, we need to add a check to iterate if non null.
Note: Ideally the test should create the query history and then fetch
those followed by verifying if it's the same data to properly check for
E2E lifecycle.
But for just listing, the requests work (although get null response) and
more tests should be added for checking create etc...
## Tests
<!-- How is this tested? -->
Ran Integration test locally.1 parent c7f2582 commit a7d7392
File tree
2 files changed
+13
-14
lines changed- databricks-sdk-java/src/test/java/com/databricks/sdk/integration
2 files changed
+13
-14
lines changedLines changed: 5 additions & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
| 7 | + | |
| 8 | + | |
11 | 9 | | |
12 | 10 | | |
13 | 11 | | |
| |||
16 | 14 | | |
17 | 15 | | |
18 | 16 | | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
25 | 20 | | |
26 | 21 | | |
27 | 22 | | |
Lines changed: 8 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
26 | | - | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
27 | 29 | | |
28 | 30 | | |
29 | 31 | | |
| |||
33 | 35 | | |
34 | 36 | | |
35 | 37 | | |
36 | | - | |
37 | | - | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
38 | 42 | | |
39 | 43 | | |
40 | 44 | | |
0 commit comments