Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
1e83055e
Commit
1e83055e
authored
Jan 12, 2022
by
Kamil Trzciński
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix chain/create_spec.rb cross modification
parent
489bc112
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
+2
-3
spec/lib/gitlab/ci/pipeline/chain/create_spec.rb
spec/lib/gitlab/ci/pipeline/chain/create_spec.rb
+2
-2
spec/support/database/cross-database-modification-allowlist.yml
...upport/database/cross-database-modification-allowlist.yml
+0
-1
No files found.
spec/lib/gitlab/ci/pipeline/chain/create_spec.rb
View file @
1e83055e
...
...
@@ -7,7 +7,7 @@ RSpec.describe Gitlab::Ci::Pipeline::Chain::Create do
let_it_be
(
:user
)
{
create
(
:user
)
}
let
(
:pipeline
)
do
build
(
:ci_empty_pipeline
,
project:
project
,
ref:
'master'
)
build
(
:ci_empty_pipeline
,
project:
project
,
ref:
'master'
,
user:
user
)
end
let
(
:command
)
do
...
...
@@ -59,7 +59,7 @@ RSpec.describe Gitlab::Ci::Pipeline::Chain::Create do
context
'tags persistence'
do
let
(
:stage
)
do
build
(
:ci_stage_entity
,
pipeline:
pipeline
)
build
(
:ci_stage_entity
,
pipeline:
pipeline
,
project:
project
)
end
let
(
:job
)
do
...
...
spec/support/database/cross-database-modification-allowlist.yml
View file @
1e83055e
-
"
./spec/lib/gitlab/ci/pipeline/chain/create_spec.rb"
-
"
./spec/models/ci/build_trace_chunk_spec.rb"
-
"
./spec/models/ci/job_artifact_spec.rb"
-
"
./spec/services/ci/retry_build_service_spec.rb"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment