SQL: [Tests] Mute testReplaceChildren for Pivot#48997
SQL: [Tests] Mute testReplaceChildren for Pivot#48997matriv wants to merge 1 commit intoelastic:masterfrom
Conversation
Temporarily "mute" the testReplaceChildren for Pivot since it leads to failing tests for some seeds, since the new child doesn't respond to a valid data type. Relates to elastic#48900
|
Pinging @elastic/es-search (:Search/SQL) |
astefan
left a comment
There was a problem hiding this comment.
I believe a cleaner approach would be the use of JUnit's Assume class. One example is https://github.com/elastic/elasticsearch/blob/master/x-pack/plugin/sql/qa/src/main/java/org/elasticsearch/xpack/sql/qa/jdbc/SqlSpecTestCase.java#L78-L84.
I'm sorry I don't get how it can improve it, this method is run with every class extending Node as a |
|
Closing in favour of a proper fix: #49004 |
|
Instead of using the |
Temporarily "mute" the testReplaceChildren for Pivot since it leads to
failing tests for some seeds, since the new child doesn't respond to a
valid data type.
Relates to #48900