ceph/qa/workunits/mon
Kefu Chai f2e0770c27 qa/workunits/mon/test_mon_config_key: use subprocess.run() instead of proc.communicate()
the loop of proc.communicate() on python3.6, where we always are able to
get something out of stdout and/or stderr PIPEs. and the `stdout` and
`stderr` keep growing until out of memory. and teuthology considers
the command crashed after a while.

Fixes: https://tracker.ceph.com/issues/50393
Signed-off-by: Kefu Chai <kchai@redhat.com>
2021-04-19 16:11:30 +08:00
..
auth_caps.sh
caps.py qa/tasks: drop python2 support 2020-07-21 19:52:11 +08:00
caps.sh
config.sh common/TextTable: default to 2 spaces separating columns 2020-02-23 15:46:30 -06:00
crush_ops.sh
osd.sh
pg_autoscaler.sh mgr/pg_autoscaler: avoid scale-down until there is pressure 2021-02-01 13:05:54 +00:00
ping.py qa/tasks: drop python2 support 2020-07-21 19:52:11 +08:00
pool_ops.sh qa/workunits/mon: add check for min_size 2020-04-02 12:47:34 +05:30
rbd_snaps_ops.sh qa/workunits/mon: fixed excessively large pool PG count 2020-09-14 08:58:52 -04:00
test_config_key_caps.sh
test_mon_config_key.py qa/workunits/mon/test_mon_config_key: use subprocess.run() instead of proc.communicate() 2021-04-19 16:11:30 +08:00
test_mon_osdmap_prune.sh