mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-12 19:02:12 +00:00
test: add trace-level logging for S3 and HTTP in compaction tests
Raise log levels for s3 and gcp_storage from debug to trace, and add trace-level logging for http and default_http_retry_strategy modules. This provides better visibility into storage backend interactions when debugging slow or failing compaction tests on remote storage.
This commit is contained in:
@@ -32,7 +32,7 @@ custom_args:
|
||||
sstable_datafile_test:
|
||||
- '-c1 -m2G'
|
||||
sstable_compaction_test:
|
||||
- '-c1 -m2G --logger-log-level compaction=debug --logger-log-level compaction_manager=debug --logger-log-level s3=debug --logger-log-level gcp_storage=debug'
|
||||
- '-c1 -m2G --logger-log-level compaction=debug --logger-log-level compaction_manager=debug --logger-log-level s3=trace --logger-log-level gcp_storage=trace --logger-log-level http=trace --logger-log-level default_http_retry_strategy=trace'
|
||||
sstable_3_x_test:
|
||||
- '-c1 -m2G'
|
||||
cql_query_test:
|
||||
|
||||
Reference in New Issue
Block a user