Skip to content

[Rails5] Fix "'-1' is not a valid data_store"

blackst0ne requested to merge blackst0ne-rails5-fix-data-store-spec into master

What does this MR do?

Fixes the spec/models/ci/build_trace_chunk_spec.rb for rails5 The fix is the same as https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/19882 has

This test should've been fixed by !19882 (merged), but it was missed there.

Are there points in the code the reviewer needs to double check?

No.

Why was this MR needed?

Migration to Rails 5.0.

Screenshots (if relevant)

No.

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

https://gitlab.com/gitlab-org/gitlab-ce/issues/47369

Edited by Kamil Trzciński

Merge request reports