LIANG751234313 commented on code in PR #64522:
URL: https://github.com/apache/doris/pull/64522#discussion_r3479566100
##########
regression-test/suites/fault_injection_p0/test_index_io_context.groovy:
##########
@@ -69,82 +69,82 @@ suite("test_index_io_context", "nonConcurrent") {
}
try {
- create_table(tableName1, "V1");
+ // create_table(tableName1, "V1");
Review Comment:
It has been repaired. Create the V1 version by temporarily allowing the
switch to maintain the v1 test compatibility coverage.
In addition, some test files have inverted_index_storage_format = "V1", but
no USING INVERTED index is defined on the table. Without going through any
V1-related code path, it is changed to V2 to V1. The coverage rate has no
effect.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]