
9 Oct
2019
9 Oct
'19
1:48 p.m.
On 10/8/19 5:19 PM, Daniel P. Berrangé wrote:
The object locking test code is not run by any CI tests and has bitrotted to the point where it isn't worth the effort to try to fix it.
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com> --- .gitignore | 3 - configure.ac | 12 - tests/Makefile.am | 29 +- tests/objectlocking.ml | 819 ----------------------------------------- 4 files changed, 1 insertion(+), 862 deletions(-) delete mode 100644 tests/objectlocking.ml
Reviewed-by: Michal Privoznik <mprivozn@redhat.com> Michal