summaryrefslogtreecommitdiff
path: root/spec/workers/pipeline_metrics_worker_spec.rb
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot2020-07-201-2/+2
|
* Add frozen_string_literal to spec/workersfrozen_string_spec_workersThong Kuah2019-04-011-0/+2
| | | | Adds `# frozen_string_literal: true` to spec/workers ruby files
* Revert adding shared examples for every sidekiq workerGrzegorz Bizon2017-08-221-2/+0
| | | | Since this already exists in `every_sidekiq_worker_spec.rb`.
* Fix incorrect `let` in pipeline metrics worker specsGrzegorz Bizon2017-08-221-1/+8
|
* Assign all pipeline workers to specific queuesGrzegorz Bizon2017-08-211-0/+2
|
* Fix specs 2Felipe Artur2017-05-081-1/+1
|
* Add merge requests association to pipelineFelipe Artur2017-05-081-1/+1
|
* Use `:empty_project` where possible in worker specsRobert Speicher2017-03-271-1/+1
|
* Added test events specs and logic. Also fixed some SQL and refactored the ↵James Lopez2016-11-171-7/+11
| | | | pipeline worker spec.
* Add a be_like_time matcher and use it in specsNick Thomas2016-10-171-2/+2
| | | | | | The amount of precision times have in databases is variable, so we need tolerances when comparing in specs. It's better to have the tolerance defined in one place than several.
* Fix broken specs on MySQL after ↵fix-pipeline-metrics-failureKamil Trzcinski2016-10-171-2/+2
| | | | https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/6896
* Improve spec for pipeline metrics workeradd-pipeline-metrics-workerKamil Trzcinski2016-10-171-0/+46