From b9e26c32ff9283860ba16e4594c2e25513cc2338 Mon Sep 17 00:00:00 2001 From: Joe Gordon Date: Wed, 4 Dec 2013 16:59:05 +0200 Subject: [PATCH] Drop TEMPEST_LARGE_OPS_NUMBER by 33% to 100 The large-ops test was originally added to prevent regressions of bug 1199433. The number 150 was chosen somewhat arbitrarily because it never failed on the cloud that it was tested on. But as we add more clouds and AZs with different performance characteristics this test is starting to fail. Although failing this test at 150 is a sign that something is not performant and doesn't scale well, this test is just here as a regression test. Separate bugs will be opened up for nova and neutron about this issue. Partial-Bug: #1257626 Partial-Bug: #1250168 Change-Id: Ie11bf4264eb1b26bc2445a99de7267b07b8058ce --- devstack-vm-gate.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack-vm-gate.sh b/devstack-vm-gate.sh index 3b1d9177..a1250f33 100755 --- a/devstack-vm-gate.sh +++ b/devstack-vm-gate.sh @@ -203,7 +203,7 @@ EOF echo "VIRT_DRIVER=fake" >> localrc # To make debugging easier, disabled until bug 1218575 is fixed. # echo "NUMBER_FAKE_NOVA_COMPUTE=10" >>localrc - echo "TEMPEST_LARGE_OPS_NUMBER=150" >>localrc + echo "TEMPEST_LARGE_OPS_NUMBER=100" >>localrc fi