Skip to content

Commit

Permalink
s6 overlay was updated so no longer need the 143 exit code in tests. (I…
Browse files Browse the repository at this point in the history
  • Loading branch information
nigelgbanks authored Jan 4, 2024
1 parent c38eb00 commit f637457
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion activemq/tests/ServiceStartsWithDefaults/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ import plugins.TestsPlugin.DockerComposeUp

tasks.named<DockerComposeUp>("test") {
// Remove 143 when https://github.com/Islandora-Devops/isle-buildkit/issues/269 is resolved.
expectExitCodes("activemq", 0, 143)
expectExitCodes("activemq", 0)
}
2 changes: 1 addition & 1 deletion alpaca/tests/ServiceStartsWithDefaults/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ import plugins.TestsPlugin.DockerComposeUp

tasks.named<DockerComposeUp>("test") {
// Remove 143 when https://github.com/Islandora-Devops/isle-buildkit/issues/269 is resolved.
expectExitCodes("alpaca", 0, 143)
expectExitCodes("alpaca", 0)
expectOutput("alpaca", "[main] (AlpacaDriver) Alpaca started")
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ import plugins.TestsPlugin.DockerComposeUp

tasks.named<DockerComposeUp>("test") {
// Remove 143 when https://github.com/Islandora-Devops/isle-buildkit/issues/269 is resolved.
expectExitCodes("cantaloupe", 0, 143)
expectExitCodes("cantaloupe", 0)
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ import plugins.TestsPlugin.DockerComposeUp

tasks.named<DockerComposeUp>("test") {
// Remove 143 when https://github.com/Islandora-Devops/isle-buildkit/issues/269 is resolved.
expectExitCodes("code-server", 0, 143)
expectExitCodes("code-server", 0)
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ import plugins.TestsPlugin.DockerComposeUp

tasks.named<DockerComposeUp>("test") {
// Remove 143 when https://github.com/Islandora-Devops/isle-buildkit/issues/269 is resolved.
expectExitCodes("fcrepo6", 0, 143)
expectExitCodes("fcrepo6", 0)
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ import plugins.TestsPlugin.DockerComposeUp

tasks.named<DockerComposeUp>("test") {
// Remove 143 when https://github.com/Islandora-Devops/isle-buildkit/issues/269 is resolved.
expectExitCodes("fcrepo6", 0, 143)
expectExitCodes("fcrepo6", 0)
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ import plugins.TestsPlugin.DockerComposeUp

tasks.named<DockerComposeUp>("test") {
// Remove 143 when https://github.com/Islandora-Devops/isle-buildkit/issues/269 is resolved.
expectExitCodes("fcrepo6", 0, 143)
expectExitCodes("fcrepo6", 0)
}
2 changes: 1 addition & 1 deletion fits/tests/ServiceStartsWithDefaults/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ import plugins.TestsPlugin.DockerComposeUp

tasks.named<DockerComposeUp>("test") {
// Remove 143 when https://github.com/Islandora-Devops/isle-buildkit/issues/269 is resolved.
expectExitCodes("fits", 0, 143)
expectExitCodes("fits", 0)
}
2 changes: 1 addition & 1 deletion tomcat/tests/ServiceStartsWithDefaults/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ import plugins.TestsPlugin.DockerComposeUp

tasks.named<DockerComposeUp>("test") {
// Remove 143 when https://github.com/Islandora-Devops/isle-buildkit/issues/269 is resolved.
expectExitCodes("tomcat", 0, 143)
expectExitCodes("tomcat", 0)
}

0 comments on commit f637457

Please sign in to comment.