Skip to content
代码片段 群组 项目
提交 fef855e7 编辑于 作者: Thong Kuah's avatar Thong Kuah
浏览文件

Merge branch 'fix-phase4-specs-v2' into 'fix-phase4-specs'

Explicitly mark cross-database modification for `dast_*_profile`

See merge request gitlab-org/gitlab!77979
No related branches found
No related tags found
无相关合并请求
...@@ -38,8 +38,10 @@ ...@@ -38,8 +38,10 @@
end end
it 'clones the profile associations', :aggregate_failures do it 'clones the profile associations', :aggregate_failures do
expect(new_build.dast_site_profile).to eq(dast_site_profile) ::Gitlab::Database::QueryAnalyzers::PreventCrossDatabaseModification.allow_cross_database_modification_within_transaction(url: 'https://gitlab.com/gitlab-org/gitlab/-/issues/350051') do
expect(new_build.dast_scanner_profile).to eq(dast_scanner_profile) expect(new_build.dast_site_profile).to eq(dast_site_profile)
expect(new_build.dast_scanner_profile).to eq(dast_scanner_profile)
end
end end
end end
......
- "./ee/spec/replicators/geo/terraform_state_version_replicator_spec.rb" - "./ee/spec/replicators/geo/terraform_state_version_replicator_spec.rb"
- "./ee/spec/services/ci/retry_build_service_spec.rb"
- "./spec/features/issues/issue_detail_spec.rb" - "./spec/features/issues/issue_detail_spec.rb"
- "./spec/features/projects/pipelines/pipeline_spec.rb" - "./spec/features/projects/pipelines/pipeline_spec.rb"
- "./spec/features/signed_commits_spec.rb" - "./spec/features/signed_commits_spec.rb"
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册