Skip to content
代码片段 群组 项目
未验证 提交 e233c633 编辑于 作者: Andrejs Cunskis's avatar Andrejs Cunskis 提交者: GitLab
浏览文件

Merge branch 'jmd/debug-mtls-failures' into 'master'

E2E: Add logging of environment certs for mtls scenario

See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/157641



Merged-by: default avatarAndrejs Cunskis <acunskis@gitlab.com>
Approved-by: default avatarAndrejs Cunskis <acunskis@gitlab.com>
Co-authored-by: default avatarJohn McDonnell <jmcdonnell@gitlab.com>
No related branches found
No related tags found
无相关合并请求
...@@ -7,6 +7,16 @@ module QA ...@@ -7,6 +7,16 @@ module QA
let(:first_added_commit_message) { 'commit over git' } let(:first_added_commit_message) { 'commit over git' }
let(:second_added_commit_message) { 'commit over api' } let(:second_added_commit_message) { 'commit over api' }
before do
# Debug environment certs to attempt to address some flakiness as per
# https://gitlab.com/gitlab-org/gitlab/-/issues/431474#note_1891541780
QA::Service::Shellout.shell("docker exec gitlab bash -c 'ls -al /etc/gitlab/trusted-certs'")
QA::Service::Shellout.shell("docker exec gitlab bash -c 'ls -al /etc/gitlab/ssl'")
QA::Service::Shellout.shell("docker exec gitaly bash -c 'ls -al /etc/gitlab/trusted-certs'")
QA::Service::Shellout.shell("docker exec gitaly bash -c 'ls -al /etc/gitlab/ssl'")
end
it 'pushes to gitaly', testcase: 'https://gitlab.com/gitlab-org/gitlab/-/quality/test_cases/347677' do it 'pushes to gitaly', testcase: 'https://gitlab.com/gitlab-org/gitlab/-/quality/test_cases/347677' do
project = Resource::Project.fabricate! do |project| project = Resource::Project.fabricate! do |project|
project.name = "mTLS" project.name = "mTLS"
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册