SQRP-122 Reference SonarQube Community Build (#61)

This commit is contained in:
Anita Stanisz
2025-01-08 11:14:06 +01:00
committed by GitHub
parent 2a53a0f68e
commit 5a8df806f0
7 changed files with 23 additions and 18 deletions
+2 -2
View File
@@ -102,7 +102,7 @@ teardown() {
[ "$status" -eq 1 ]
[[ "${github_out_actual}" = "quality-gate-status=FAILED" ]]
[[ "$output" = *"Quality Gate not set for the project. Please configure the Quality Gate in SonarQube Server or remove sonarqube-quality-gate action from the workflow."* ]]
[[ "$output" = *"Quality Gate not set for the project. Please configure the Quality Gate in SonarQube or remove sonarqube-quality-gate action from the workflow."* ]]
}
@test "fail when polling timeout is reached" {
@@ -119,7 +119,7 @@ teardown() {
run script/check-quality-gate.sh metadata_tmp 5
[ "$status" -eq 1 ]
[[ "$output" = *"Polling timeout reached for waiting for finishing of the Sonar scan! Aborting the check for SonarQube Server's Quality Gate."* ]]
[[ "$output" = *"Polling timeout reached for waiting for finishing of the Sonar scan! Aborting the check for SonarQube's Quality Gate."* ]]
}
@test "fail when Quality Gate status WARN" {