1
- #include all filters
2
- --include-files=*
1
+ #include all filters. We are excluding cpu.pprof file to avoid flakiness in tests.
2
+ --include-files=* --exclude-files=cpu.pprof
3
3
----
4
4
debug/crdb_internal.cluster_contention_events.txt
5
5
debug/crdb_internal.cluster_database_privileges.txt
@@ -40,7 +40,6 @@ debug/hot-ranges-tenant.sh
40
40
debug/hot-ranges.sh
41
41
debug/liveness.json
42
42
debug/nodes.json
43
- debug/nodes/1/cpu.pprof
44
43
debug/nodes/1/crdb_internal.active_range_feeds.txt
45
44
debug/nodes/1/crdb_internal.cluster_replication_node_stream_checkpoints.txt
46
45
debug/nodes/1/crdb_internal.cluster_replication_node_stream_spans.txt
@@ -290,8 +289,8 @@ debug/hot-ranges.sh
290
289
debug/pprof-summary.sh
291
290
debug/tenant_ranges.err.txt
292
291
293
- #exclude only log files
294
- --exclude-files=*.log
292
+ #exclude only log files. We are excluding cpu.pprof file to avoid flakiness in tests.
293
+ --exclude-files=*.log,cpu.pprof
295
294
----
296
295
debug/crdb_internal.cluster_contention_events.txt
297
296
debug/crdb_internal.cluster_database_privileges.txt
@@ -332,7 +331,6 @@ debug/hot-ranges-tenant.sh
332
331
debug/hot-ranges.sh
333
332
debug/liveness.json
334
333
debug/nodes.json
335
- debug/nodes/1/cpu.pprof
336
334
debug/nodes/1/crdb_internal.active_range_feeds.txt
337
335
debug/nodes/1/crdb_internal.cluster_replication_node_stream_checkpoints.txt
338
336
debug/nodes/1/crdb_internal.cluster_replication_node_stream_spans.txt
@@ -412,16 +410,15 @@ debug/system.zones.txt
412
410
debug/tenant_ranges.err.txt
413
411
414
412
415
- #exclude only txt files
416
- --exclude-files=*.txt
413
+ #exclude only txt files. We are excluding cpu.pprof file to avoid flakiness in tests.
414
+ --exclude-files=*.txt,cpu.pprof
417
415
----
418
416
debug/debug_zip_command_flags.txt
419
417
debug/events.json
420
418
debug/hot-ranges-tenant.sh
421
419
debug/hot-ranges.sh
422
420
debug/liveness.json
423
421
debug/nodes.json
424
- debug/nodes/1/cpu.pprof
425
422
debug/nodes/1/details.json
426
423
debug/nodes/1/gossip.json
427
424
debug/nodes/1/heap.pprof
@@ -435,8 +432,8 @@ debug/settings.json
435
432
debug/tenant_ranges.err.txt
436
433
437
434
438
- #exclude only json files
439
- --exclude-files=*.json
435
+ #exclude only json files. We are excluding cpu.pprof file to avoid flakiness in tests.
436
+ --exclude-files=*.json,cpu.pprof
440
437
----
441
438
debug/crdb_internal.cluster_contention_events.txt
442
439
debug/crdb_internal.cluster_database_privileges.txt
@@ -474,7 +471,6 @@ debug/crdb_internal.zones.txt
474
471
debug/debug_zip_command_flags.txt
475
472
debug/hot-ranges-tenant.sh
476
473
debug/hot-ranges.sh
477
- debug/nodes/1/cpu.pprof
478
474
debug/nodes/1/crdb_internal.active_range_feeds.txt
479
475
debug/nodes/1/crdb_internal.cluster_replication_node_stream_checkpoints.txt
480
476
debug/nodes/1/crdb_internal.cluster_replication_node_stream_spans.txt
0 commit comments