mirror of
https://github.com/ceph/ceph
synced 2024-12-23 11:54:11 +00:00
f1576c833c
This change aims to test rgw with messenger failure injection and very short logs. Signed-off-by: Tamil Muthamizhan <tmuthami@redhat.com>
21 lines
369 B
YAML
21 lines
369 B
YAML
tasks:
|
|
- install:
|
|
flavor: notcmalloc
|
|
debuginfo: true
|
|
- ceph:
|
|
- rgw:
|
|
client.0:
|
|
valgrind: [--tool=memcheck]
|
|
- s3tests:
|
|
client.0:
|
|
force-branch: ceph-master
|
|
rgw_server: client.0
|
|
overrides:
|
|
ceph:
|
|
conf:
|
|
global:
|
|
osd_min_pg_log_entries: 10
|
|
osd_max_pg_log_entries: 10
|
|
client:
|
|
rgw lc debug interval: 10
|