summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorMichael Kozono <mkozono@gmail.com>2018-09-25 13:19:40 -0700
committerMichael Kozono <mkozono@gmail.com>2018-09-25 13:24:37 -0700
commitb720ea0613c1ce8db48f300a6d685f74acb9b9bf (patch)
treea2bdd53dfc259e2d10dae88c6c646350793e89d6 /scripts
parent0920342094ae07d7225b42cf23cf9637076d2b25 (diff)
downloadgitlab-ce-b720ea0613c1ce8db48f300a6d685f74acb9b9bf.tar.gz
Fix RequestStore-related test failuremk/backport-fix-safe-request-store-test
The test was failing https://gitlab.com/gitlab-org/gitlab-ee/-/jobs/101444126 because https://gitlab.com/gitlab-org/gitlab-ee/blob/a04056efad6639420b469eced5130751a8cf2757/ee/spec/support/request_store.rb which is in EE only, clears the RequestStore before every test, regardless of whether RequestStore is active. This test is unusual because it sets up RequestStore without it being active, to make sure that the tested code doesn’t attempt to use RequestStore. These two unusual facts combined to cause the failure in EE only. The fix works because of the particular order of RSpec hooks in the test lifecycle.
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions