From 863621ca1485d996e9b05d2811323a2e5d948d5f Mon Sep 17 00:00:00 2001 From: Tim 'mithro' Ansell Date: Tue, 5 Feb 2019 22:25:23 +1100 Subject: [PATCH] infra: Disable checkdb. At the moment `make checkdb` seems to get stuck and never finish sometimes. See issue #583. Signed-off-by: Tim 'mithro' Ansell --- .github/kokoro/db-full.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/kokoro/db-full.sh b/.github/kokoro/db-full.sh index 7b0b0a79..65af5677 100755 --- a/.github/kokoro/db-full.sh +++ b/.github/kokoro/db-full.sh @@ -67,7 +67,7 @@ echo "----------------------------------------" echo "----------------------------------------" # Check the database -make checkdb-${XRAY_SETTINGS} || true +#make checkdb-${XRAY_SETTINGS} || true # Format the database make formatdb-${XRAY_SETTINGS}