Commit 90b505f
authored
Ignore new Locales used in tests ES SQL (elastic#138360) (elastic#138551)
These locales are probably "new" and should have been added to the list
of ignored ones for that specific test file. The main reason is that ES
SQL is Locale-insensitive, while H2 (the database we compare the results
with) is Locale sensitive.
Fixes elastic#112640 Fixes
elastic#112641 Fixes
elastic#112642 Fixes
elastic#112643 Fixes
elastic#112746
(cherry picked from commit f569ef3)1 parent f0d6a4c commit 90b505f
File tree
3 files changed
+17
-25
lines changed- x-pack/plugin/sql/qa/server/src/main
- java/org/elasticsearch/xpack/sql/qa/jdbc
- resources
3 files changed
+17
-25
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | 8 | | |
33 | 9 | | |
34 | 10 | | |
| |||
x-pack/plugin/sql/qa/server/src/main/java/org/elasticsearch/xpack/sql/qa/jdbc/SqlSpecTestCase.java
Lines changed: 11 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
89 | | - | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
90 | 100 | | |
91 | 101 | | |
92 | 102 | | |
| |||
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
3 | 8 | | |
4 | 9 | | |
| 10 | + | |
5 | 11 | | |
6 | 12 | | |
7 | 13 | | |
| |||
0 commit comments