summaryrefslogtreecommitdiff
path: root/tests/fixtures/config/single-tenant
diff options
context:
space:
mode:
authorJames E. Blair <jeblair@redhat.com>2016-12-15 09:18:05 -0800
committerJames E. Blair <jeblair@redhat.com>2016-12-15 09:25:39 -0800
commit5aed111523ef902514f0e0dcfbc92b87c14518b2 (patch)
treed466c5f5b7636d7fdaa1a23af87401e32ff4e66e /tests/fixtures/config/single-tenant
parent9b8d8079cd82b1bf47471a5f52c013a81b75a980 (diff)
downloadzuul-5aed111523ef902514f0e0dcfbc92b87c14518b2.tar.gz
Fix test_rerun_on_abort
Change I6d7d8d0f7e49a11e926667fbe772535ebdd35e89 erroneously altered test_rerun_on_abort to match the observed behavior. Change I6e64ef03cbb10ce858b22d6a4590f58ace0a5332 restored the values in the test but then erroneously changed the accounting system to match the observed behavior. The actual problem is that this test also exercises the 'attempts' job attribute, and does so by specifying it in a custom test configuration. The test was failing because that attribute, which instructs zuul to attempt to run a job for a non-default number of retries, was not being read. It was not being read because the test was still using the old configuration loading scheme. It updated the "layout_file" which isn't a thing anymore and asked the scheduler to reload. The scheduler *did* reload, but it simply reloaded the same configuration. The solution to this is to either create a new configuration, or, in this case, since the additional configuration needed is compatible with the configuration used by the tests siblings, simply add it to the active config file for the test. Once the test is loading the correct configuration, one can observe that the 'attempts' attribute was not added to the validator. That is corrected in this change as well. With all of this complete, the test passes in its original form and no modifications to the job retry accounting system. Change-Id: Icf6d697cbae0166bc516faf5b7e60cac05885ab0
Diffstat (limited to 'tests/fixtures/config/single-tenant')
-rw-r--r--tests/fixtures/config/single-tenant/git/common-config/zuul.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/fixtures/config/single-tenant/git/common-config/zuul.yaml b/tests/fixtures/config/single-tenant/git/common-config/zuul.yaml
index 8975fc46a..e7296fc63 100644
--- a/tests/fixtures/config/single-tenant/git/common-config/zuul.yaml
+++ b/tests/fixtures/config/single-tenant/git/common-config/zuul.yaml
@@ -65,6 +65,7 @@
- job:
name: project-test1
+ attempts: 4
nodes:
- name: controller
image: image1