-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Flaky 02247_read_bools_as_numbers_json #66029
Copy link
Copy link
Closed
Labels
flaky testflaky test found by CIflaky test found by CI
Description
It's failed a few times lately
In the last instance it's failed due to an assert in jemalloc:
2024-07-03 09:20:16 <jemalloc>: /build/contrib/jemalloc/src/decay.c:92: Failed assertion: "nstime_compare(&decay->epoch, new_time) <= 0"
2024-07-03 09:20:16 /usr/share/clickhouse-test/queries/0_stateless/02247_read_bools_as_numbers_json.sh: line 64: 63745 Aborted (core dumped) $CLICKHOUSE_CLIENT -q "select * from file('$FILE_NAME', 'JSONCompactEachRow')"
2024-07-03 09:20:16
2024-07-03 09:20:16 stdout:
2024-07-03 09:20:16 x Nullable(Bool)
2024-07-03 09:20:16 true
2024-07-03 09:20:16 false
2024-07-03 09:20:16 x Nullable(Float64)
2024-07-03 09:20:16 42.42
2024-07-03 09:20:16 0
2024-07-03 09:20:16 x Nullable(Float64)
2024-07-03 09:20:16 1
2024-07-03 09:20:16 0.42
2024-07-03 09:20:16 x Array(Nullable(Float64))
2024-07-03 09:20:16 [1,0]
2024-07-03 09:20:16 [0.42]
2024-07-03 09:20:16 x Array(Array(Nullable(Int64)))
2024-07-03 09:20:16 [[1,2,3],[1,0],[1,1,0]]
2024-07-03 09:20:16 [[1,2,3]]
2024-07-03 09:20:16 c1 Nullable(Bool)
2024-07-03 09:20:16 true
2024-07-03 09:20:16 false
2024-07-03 09:20:16 c1 Nullable(Float64)
2024-07-03 09:20:16 42.42
2024-07-03 09:20:16 0
2024-07-03 09:20:16 c1 Nullable(Float64)
2024-07-03 09:20:16 1
2024-07-03 09:20:16 0.42
2024-07-03 09:20:16 c1 Array(Nullable(Float64))
2024-07-03 09:20:16 [1,0]
2024-07-03 09:20:16 [0.42]
2024-07-03 09:20:16 c1 Array(Array(Nullable(Int64)))
2024-07-03 09:20:16
2024-07-03 09:20:16
2024-07-03 09:20:16 MergeTree settings used in test: --ratio_of_defaults_for_sparse_serialization 1.0 --prefer_fetch_merged_part_size_threshold 3135711448 --vertical_merge_algorithm_min_rows_to_activate 1 --vertical_merge_algorithm_min_columns_to_activate 1 --allow_vertical_merges_from_compact_to_wide_parts 1 --min_merge_bytes_to_use_direct_io 1044012439 --index_granularity_bytes 9475836 --merge_max_block_size 9146 --index_granularity 40416 --min_bytes_for_wide_part 824419059 --marks_compress_block_size 45700 --primary_key_compress_block_size 69244 --replace_long_file_name_to_hash 1 --max_file_name_length 128 --min_bytes_for_full_part_storage 55985356 --compact_parts_max_bytes_to_buffer 350992591 --compact_parts_max_granules_to_buffer 256 --compact_parts_merge_max_bytes_to_prefetch_part 14064915 --cache_populated_by_fetch 1 --concurrent_part_removal_threshold 100 --old_parts_lifetime 10
2024-07-03 09:20:16
2024-07-03 09:20:16 Database: test_2qta73pr
Sometimes it's failed with a core dump
2024-06-11 00:17:03 /usr/share/clickhouse-test/queries/0_stateless/02247_read_bools_as_numbers_json.sh: line 17: 18319 Aborted (core dumped) $CLICKHOUSE_CLIENT -q "desc file('$FILE_NAME', 'JSONEachRow')"
2024-06-11 00:17:03 /usr/share/clickhouse-test/queries/0_stateless/02247_read_bools_as_numbers_json.sh: line 18: 18320 Aborted (core dumped) $CLICKHOUSE_CLIENT -q "select * from file('$FILE_NAME', 'JSONEachRow')"
2024-06-11 00:17:03 /usr/share/clickhouse-test/queries/0_stateless/02247_read_bools_as_numbers_json.sh: line 22: 18321 Aborted (core dumped) $CLICKHOUSE_CLIENT -q "desc file('$FILE_NAME', 'JSONEachRow')"
2024-06-11 00:17:03 /usr/share/clickhouse-test/queries/0_stateless/02247_read_bools_as_numbers_json.sh: line 23: 18322 Aborted (core dumped) $CLICKHOUSE_CLIENT -q "select * from file('$FILE_NAME', 'JSONEachRow')"
2024-06-11 00:17:03 /usr/share/clickhouse-test/queries/0_stateless/02247_read_bools_as_numbers_json.sh: line 27: 18323 Aborted (core dumped) $CLICKHOUSE_CLIENT -q "desc file('$FILE_NAME', 'JSONEachRow')"
2024-06-11 00:17:03 /usr/share/clickhouse-test/queries/0_stateless/02247_read_bools_as_numbers_json.sh: line 28: 18324 Aborted (core dumped) $CLICKHOUSE_CLIENT -q "select * from file('$FILE_NAME', 'JSONEachRow')"
2024-06-11 00:17:03 /usr/share/clickhouse-test/queries/0_stateless/02247_read_bools_as_numbers_json.sh: line 32: 18325 Aborted (core dumped) $CLICKHOUSE_CLIENT -q "desc file('$FILE_NAME', 'JSONEachRow')"
2024-06-11 00:17:03 /usr/share/clickhouse-test/queries/0_stateless/02247_read_bools_as_numbers_json.sh: line 33: 18326 Aborted (core dumped) $CLICKHOUSE_CLIENT -q "select * from file('$FILE_NAME', 'JSONEachRow')"
2024-06-11 00:17:03 /usr/share/clickhouse-test/queries/0_stateless/02247_read_bools_as_numbers_json.sh: line 37: 18327 Aborted (core dumped) $CLICKHOUSE_CLIENT -q "desc file('$FILE_NAME', 'JSONEachRow')"
2024-06-11 00:17:03 /usr/share/clickhouse-test/queries/0_stateless/02247_read_bools_as_numbers_json.sh: line 38: 18328 Aborted (core dumped) $CLICKHOUSE_CLIENT -q "select * from file('$FILE_NAME', 'JSONEachRow')"
2024-06-11 00:17:03 /usr/share/clickhouse-test/queries/0_stateless/02247_read_bools_as_numbers_json.sh: line 43: 18329 Aborted (core dumped) $CLICKHOUSE_CLIENT -q "desc file('$FILE_NAME', 'JSONCompactEachRow')"
2024-06-11 00:17:03 /usr/share/clickhouse-test/queries/0_stateless/02247_read_bools_as_numbers_json.sh: line 44: 18330 Aborted (core dumped) $CLICKHOUSE_CLIENT -q "select * from file('$FILE_NAME', 'JSONCompactEachRow')"
2024-06-11 00:17:03 /usr/share/clickhouse-test/queries/0_stateless/02247_read_bools_as_numbers_json.sh: line 48: 18331 Aborted (core dumped) $CLICKHOUSE_CLIENT -q "desc file('$FILE_NAME', 'JSONCompactEachRow')"
2024-06-11 00:17:03 /usr/share/clickhouse-test/queries/0_stateless/02247_read_bools_as_numbers_json.sh: line 49: 18332 Aborted (core dumped) $CLICKHOUSE_CLIENT -q "select * from file('$FILE_NAME', 'JSONCompactEachRow')"
2024-06-11 00:17:03 /usr/share/clickhouse-test/queries/0_stateless/02247_read_bools_as_numbers_json.sh: line 53: 18333 Aborted (core dumped) $CLICKHOUSE_CLIENT -q "desc file('$FILE_NAME', 'JSONCompactEachRow')"
2024-06-11 00:17:03 /usr/share/clickhouse-test/queries/0_stateless/02247_read_bools_as_numbers_json.sh: line 54: 18334 Aborted (core dumped) $CLICKHOUSE_CLIENT -q "select * from file('$FILE_NAME', 'JSONCompactEachRow')"
2024-06-11 00:17:03 /usr/share/clickhouse-test/queries/0_stateless/02247_read_bools_as_numbers_json.sh: line 58: 18335 Aborted (core dumped) $CLICKHOUSE_CLIENT -q "desc file('$FILE_NAME', 'JSONCompactEachRow')"
2024-06-11 00:17:03 /usr/share/clickhouse-test/queries/0_stateless/02247_read_bools_as_numbers_json.sh: line 59: 18336 Aborted (core dumped) $CLICKHOUSE_CLIENT -q "select * from file('$FILE_NAME', 'JSONCompactEachRow')"
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
flaky testflaky test found by CIflaky test found by CI