Skip to content

Commit

Permalink
Change suppress fail to soft fail on known failing tests
Browse files Browse the repository at this point in the history
Ticket: ENT-10470

Issue was that these failures were visible in Jenkins,
turning build "unstable".

(cherry picked from commit 3d88073)
  • Loading branch information
Aleksei Shpakovskii committed Sep 18, 2023
1 parent eb5c801 commit 0759205
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions tests/acceptance/08_commands/01_modules/long-module-lines.cf
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ bundle agent init
bundle agent test
{
meta:
"test_suppress_fail" string => "windows",
meta => { "redmine1884" };
"test_soft_fail" string => "windows",
meta => { "ENT-1623" };

commands:
"$(init.script_name)" module => "true";
Expand Down
2 changes: 1 addition & 1 deletion tests/acceptance/09_services/custom.cf
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ bundle agent init
bundle agent test
{
meta:
"test_suppress_fail" string => "windows",
"test_soft_fail" string => "windows",
meta => { "CFE-2402" };

services:
Expand Down
2 changes: 1 addition & 1 deletion tests/acceptance/09_services/disable.cf
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ bundle agent init
bundle agent test
{
meta:
"test_suppress_fail" string => "windows",
"test_soft_fail" string => "windows",
meta => { "CFE-2402" };

services:
Expand Down
2 changes: 1 addition & 1 deletion tests/acceptance/09_services/enable.cf
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ bundle agent init
bundle agent test
{
meta:
"test_suppress_fail" string => "windows",
"test_soft_fail" string => "windows",
meta => { "CFE-2402" };

services:
Expand Down
2 changes: 1 addition & 1 deletion tests/acceptance/09_services/reload.cf
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ bundle agent init
bundle agent test
{
meta:
"test_suppress_fail" string => "windows",
"test_soft_fail" string => "windows",
meta => { "redmine4772,ENT-2161" };

services:
Expand Down
2 changes: 1 addition & 1 deletion tests/acceptance/09_services/restart.cf
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ bundle agent init
bundle agent test
{
meta:
"test_suppress_fail" string => "windows",
"test_soft_fail" string => "windows",
meta => { "redmine4772,ENT-2161" };

services:
Expand Down
2 changes: 1 addition & 1 deletion tests/acceptance/09_services/service_cannot_be_resolved.cf
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ bundle agent init
bundle common test
{
meta:
"test_suppress_fail" string => "windows",
"test_soft_fail" string => "windows",
meta => { "redmine4772,ENT-2161" };

classes:
Expand Down
2 changes: 1 addition & 1 deletion tests/acceptance/09_services/start.cf
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ bundle agent init
bundle agent test
{
meta:
"test_suppress_fail" string => "windows",
"test_soft_fail" string => "windows",
meta => { "redmine4772,ENT-2161" };

services:
Expand Down
2 changes: 1 addition & 1 deletion tests/acceptance/09_services/stop.cf
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ bundle agent init
bundle agent test
{
meta:
"test_suppress_fail" string => "windows",
"test_soft_fail" string => "windows",
meta => { "redmine4772,ENT-2161" };

services:
Expand Down

0 comments on commit 0759205

Please sign in to comment.