|
33 | 33 | reason: INVESTIGATE - Memory limit exceeded |
34 | 34 | message: 'DB::Exception: (total) memory limit exceeded:' |
35 | 35 | - name: 02700_s3_part_INT_MAX |
36 | | - reason: INVESTIGATE - Memory limit exceeded |
| 36 | + reason: KNOWN - Memory limit exceeded |
37 | 37 | message: 'DB::Exception: (total) memory limit exceeded:' |
38 | 38 | - name: 03572_export_merge_tree_part_to_object_storage |
39 | | - reason: INVESTIGATE - Unstable on asan, tsan |
| 39 | + reason: INVESTIGATE - Unstable on asan, tsan, msan |
40 | 40 | message: result differs with reference |
41 | 41 | check_types: |
42 | 42 | - asan |
43 | 43 | - tsan |
| 44 | + - msan |
44 | 45 | - name: 03321_clickhouse_local_initialization_not_too_slow_even_under_sanitizers |
45 | 46 | reason: INVESTIGATE - Unstable on msan |
| 47 | + message: result differs with reference |
46 | 48 | check_types: |
47 | 49 | - msan |
48 | | -- name: 03262_column_sizes_with_dynamic_structure |
49 | | - reason: INVESTIGATE - Unstable on tsan |
50 | | - message: 'DB::Exception: Estimated query execution time' |
51 | | - check_types: |
52 | | - - tsan |
53 | 50 | - name: 02676_optimize_old_parts_replicated |
54 | 51 | reason: INVESTIGATE - Unstable on tsan |
55 | 52 | message: result differs with reference |
|
86 | 83 | - name: test_storage_delta/test.py::test_concurrent_queries[False] |
87 | 84 | reason: INVESTIGATE - Unstable test |
88 | 85 | - name: test_storage_s3_queue/test_0.py::test_streaming_to_many_views[unordered] |
89 | | - reason: 'INVESTIGATE: Broken test?' |
| 86 | + reason: 'KNOWN - Unstable upstream' |
90 | 87 | - name: test_storage_s3_queue/test_0.py::test_streaming_to_many_views[ordered] |
91 | | - reason: 'INVESTIGATE: Broken test?' |
| 88 | + reason: 'KNOWN - Unstable upstream' |
92 | 89 | - name: test_storage_s3_queue/test_2.py::test_shards_distributed[unordered-1] |
93 | | - reason: 'INVESTIGATE: Unstable test' |
| 90 | + reason: 'KNOWN - Unstable upstream' |
94 | 91 | - name: test_storage_s3_queue/test_4.py::test_list_and_delete_race |
95 | | - reason: 'KNOWN: Unstable test' |
| 92 | + reason: 'KNOWN - Unstable upstream' |
96 | 93 | message: AssertionError |
97 | 94 | - name: test_storage_s3_queue/test_5.py::test_failed_startup |
98 | 95 | reason: 'INVESTIGATE: Unstable on tsan' |
|
157 | 154 | # regex: true applies to name, message, and not_message fields, but not to reason or check_types fields. |
158 | 155 |
|
159 | 156 | # Match all sanitizer related timeouts in stateless tests |
| 157 | +# Note that this style of multiline string is inserting a space before each |. |
| 158 | +# Make sure to include final punctuation marks as each sub-pattern has a space appended. |
160 | 159 | - name: \d{5}_.* |
161 | 160 | reason: 'KNOWN: Random timeout with sanitizer' |
162 | 161 | message: 'Timeout! Processes left in process group |
163 | | - |DB::Exception: Timeout exceeded |
164 | | - |Timeout exceeded while receiving data from server |
165 | | - |DB::Exception: Estimated query execution time \((\d+\.\d+) seconds\) is too long |
166 | | - |curl: \(28\) Operation timed out' |
| 162 | + |DB::Exception: Timeout exceeded:? |
| 163 | + |Timeout exceeded while receiving data from server\. |
| 164 | + |DB::Exception: Estimated query execution time \((\d+\.\d+) seconds\) is too long\. |
| 165 | + |curl: \(28\) Operation timed out' |
167 | 166 | not_message: 'Sanitizer trap' |
168 | 167 | regex: true |
169 | 168 | check_types: |
|
0 commit comments