]> xenbits.xensource.com Git - libvirt.git/commit
util: purge all code for testing OOM handling
authorDaniel P. Berrangé <berrange@redhat.com>
Thu, 29 Aug 2019 12:04:07 +0000 (13:04 +0100)
committerDaniel P. Berrangé <berrange@redhat.com>
Fri, 13 Sep 2019 09:05:17 +0000 (10:05 +0100)
commit2c52ecd96086b4643b99b4570b5823d40ce2787b
tree921923b303b6b1ed9adf555fae444fd34c67978e
parente0cb57c552b79016535199021dca5296c0ca89a3
util: purge all code for testing OOM handling

The OOM handling requires special build time options which we never
enable in our CI. Even once enabled the tests are incredibly slow and
typically require manual inspection of the results to weed out false
positives.

Since there was previous agreement to switch to abort on OOM in libvirt
code, there's no point continuing to keep the unused OOM testing code.

Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
12 files changed:
configure.ac
docs/docs.html.in
docs/internals/oomtesting.html.in [deleted file]
src/libvirt_private.syms
src/util/viralloc.c
src/util/viralloc.h
tests/Makefile.am
tests/oomtrace.pl [deleted file]
tests/qemuxml2argvtest.c
tests/testutils.c
tests/testutils.h
tests/virfirewalltest.c