]> git.ipfire.org Git - thirdparty/elfutils.git/commit
tests: Don't try to corrupt sqlite database during test.
authorMark Wielaard <mark@klomp.org>
Thu, 14 Apr 2022 11:26:57 +0000 (13:26 +0200)
committerMark Wielaard <mark@klomp.org>
Thu, 14 Apr 2022 11:26:57 +0000 (13:26 +0200)
commit46e4d78de4a51b6e7ea2a2dba150ac9599c29c2f
tree607ee3120857b61cd846bc5afe35a8a993006339
parent8b568fdea8e1baea3d68cc38dec587e4c9219276
tests: Don't try to corrupt sqlite database during test.

In run-debuginfod-federation-sqlite.sh we used to try to corrupt
the sqlite database while the debuginfod server was running and
check it detected errors, but that was unreliably and slightly
dangerous since part of the database was already mapped into memory.
Instead trigger some some random activity, then trigger a shutdown.

Signed-off-by: Mark Wielaard <mark@klomp.org>
tests/ChangeLog
tests/run-debuginfod-federation-sqlite.sh