]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
tests/crimson: don't be so verbose when run by the 'make check' bot.
authorRadoslaw Zarzynski <rzarzyns@redhat.com>
Fri, 17 Sep 2021 14:09:28 +0000 (14:09 +0000)
committerRadoslaw Zarzynski <rzarzyns@redhat.com>
Fri, 17 Sep 2021 16:00:42 +0000 (16:00 +0000)
commitbf727b0f3bb996b5b1c6629a4678a51c263b39a0
tree94861ac2c34d8f037f023bbcb60ac0186ebff2f7
parent3d244a2396db9d7283bb47c60e6167b234363776
tests/crimson: don't be so verbose when run by the 'make check' bot.

This commit is a try to balance crimson's debug facilities with overwhelming
some hosts the `make check` bot runs on with huge number of log entries;
see https://jenkins.ceph.com/job/ceph-pull-requests-arm64/17127/ for an
exemplification of the problem.

This is achieved by differentiating debug levels depending upon the
`FOR_MAKE_CHECK` env variable. It's a hack / a makeshift solution
only. IMHO ultimately we should introduce a dedicated target for
the bot while leaving `ninja test` for humans which would allow for more
debugs and maybe also for running `vstart.sh`-dependent tests.

Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com>
run-make-check.sh
src/test/crimson/gtest_seastar.cc