@@ -152,7 +152,6 @@ suite("test_insert_strict_mode_and_filter_ratio","p0") {
152152 (1234567890);
153153 """
154154 exception """ Insert has too many filtered data"""
155- exception """ url"""
156155 }
157156 qt_sql_not_null_to_null_non_strict0 " select * from test_insert_strict_mode_and_filter_ratio order by 1"
158157
@@ -174,7 +173,6 @@ suite("test_insert_strict_mode_and_filter_ratio","p0") {
174173 (1234567890);
175174 """
176175 exception """ Insert has too many filtered data"""
177- exception """ url"""
178176 }
179177 qt_sql_not_null_to_null_non_strict1 " select * from test_insert_strict_mode_and_filter_ratio order by 1"
180178
@@ -260,8 +258,7 @@ suite("test_insert_strict_mode_and_filter_ratio","p0") {
260258 (1234567890),
261259 (1234567890);
262260 """
263- exception """ Encountered unqualified data, stop processing"""
264- exception """ url"""
261+ exception """ Insert has filtered data in strict mode"""
265262 }
266263
267264 // 4. no partition
@@ -300,7 +297,6 @@ suite("test_insert_strict_mode_and_filter_ratio","p0") {
300297 (100, "a100");
301298 """
302299 exception """ Insert has too many filtered data"""
303- exception """ url"""
304300 }
305301 qt_sql_no_partition_non_strict0 " select * from test_insert_strict_mode_and_filter_ratio order by 1"
306302
@@ -347,8 +343,7 @@ suite("test_insert_strict_mode_and_filter_ratio","p0") {
347343 (91, "a91"),
348344 (100, "a100");
349345 """
350- exception """ Encountered unqualified data, stop processing"""
351- exception """ url"""
346+ exception """ Insert has filtered data in strict mode"""
352347 }
353348 qt_sql_no_partition_strict0 " select * from test_insert_strict_mode_and_filter_ratio order by 1"
354349
@@ -402,8 +397,7 @@ suite("test_insert_strict_mode_and_filter_ratio","p0") {
402397 (91, "a9234567890"),
403398 (100, "a10234567890");
404399 """
405- exception """ Encountered unqualified data, stop processing"""
406- exception """ url"""
400+ exception """ Insert has filtered data in strict mode"""
407401 }
408402 qt_sql_string_exceed_len_strict1 " select * from test_insert_strict_mode_and_filter_ratio order by 1"
409403
@@ -538,8 +532,7 @@ suite("test_insert_strict_mode_and_filter_ratio","p0") {
538532 sql """
539533 insert into test_insert_select_strict_mode_and_filter_ratio_dst select * from test_insert_select_strict_mode_and_filter_ratio_src;
540534 """
541- exception """ Encountered unqualified data, stop processing"""
542- exception """ url"""
535+ exception """ Insert has filtered data in strict mode"""
543536 }
544537 qt_insert_select_string_exceed_len_strict1_dst " select * from test_insert_select_strict_mode_and_filter_ratio_dst order by 1"
545538
@@ -691,7 +684,6 @@ suite("test_insert_strict_mode_and_filter_ratio","p0") {
691684 insert into test_insert_select_strict_mode_and_filter_ratio_dst select * from test_insert_select_strict_mode_and_filter_ratio_src;
692685 """
693686 exception """ Insert has too many filtered data"""
694- exception """ url"""
695687 }
696688 qt_insert_select_null_into_not_null_non_strict_dst0 " select * from test_insert_select_strict_mode_and_filter_ratio_dst order by 1"
697689
@@ -718,8 +710,7 @@ suite("test_insert_strict_mode_and_filter_ratio","p0") {
718710 sql """
719711 insert into test_insert_select_strict_mode_and_filter_ratio_dst select * from test_insert_select_strict_mode_and_filter_ratio_src;
720712 """
721- exception """ Insert has too many filtered data"""
722- exception """ url"""
713+ exception """ Insert has filtered data in strict mode"""
723714 }
724715 qt_insert_select_null_into_not_null_strict_dst0 " select * from test_insert_select_strict_mode_and_filter_ratio_dst order by 1"
725716
@@ -775,7 +766,6 @@ suite("test_insert_strict_mode_and_filter_ratio","p0") {
775766 insert into test_insert_select_strict_mode_and_filter_ratio_dst select * from test_insert_select_strict_mode_and_filter_ratio_src;
776767 """
777768 exception """ Insert has too many filtered data"""
778- exception """ url"""
779769 }
780770 qt_insert_select_no_partition_non_strict_dst0 " select * from test_insert_select_strict_mode_and_filter_ratio_dst order by 1, 2"
781771
@@ -802,8 +792,7 @@ suite("test_insert_strict_mode_and_filter_ratio","p0") {
802792 sql """
803793 insert into test_insert_select_strict_mode_and_filter_ratio_dst select * from test_insert_select_strict_mode_and_filter_ratio_src;
804794 """
805- exception """ Encountered unqualified data, stop processing"""
806- exception """ url"""
795+ exception """ Insert has filtered data in strict mode"""
807796 }
808797 qt_insert_select_no_partition_strict_dst0 " select * from test_insert_select_strict_mode_and_filter_ratio_dst order by 1, 2"
809798}
0 commit comments