Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRémy Coutable <remy@rymai.me>2017-10-04 14:01:48 +0300
committerRémy Coutable <remy@rymai.me>2017-10-04 16:14:38 +0300
commitebfb5a50757b65530e9649815619ec206513c65e (patch)
treec61b31e1f84989a6ef48f17cb428ee9b32a93956 /.gitlab-ci.yml
parent4a0f720a502ac02423cb9db20727ba386de3e1f1 (diff)
Ensure RSpecFlaky doesn't automatically update flaky examples
Previously, instantiating a RspecFlaky::FlakyExample object would automatically update its first_flaky_at, last_flaky_at and last_flaky_job. That was wrong because we would overwrite every time the suite report with this false data. We now: - Get the suite report and only read from it - Write only the currently detected flaky examples in the report, so that the final report is only updated with flaky examples that were actually detected in each job. Before, job1 could overwrite the legit report from job2! - Write the newly detected flaky examples by rejecting the already tracked flaky specs instead of using another hash. Signed-off-by: Rémy Coutable <remy@rymai.me>
Diffstat (limited to '.gitlab-ci.yml')
0 files changed, 0 insertions, 0 deletions