Skip to content

Commit

Permalink
Bunch of fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
slinkydeveloper committed Jul 31, 2024
1 parent 9f534aa commit 9d8085a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -65,3 +65,4 @@ hs_err_pid*
replay_pid*

.kotlin/
test_report/
2 changes: 2 additions & 0 deletions src/main/kotlin/dev/restate/sdktesting/main.kt
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,8 @@ Run test suite, executing the service as container.
}
}
.distinct() + exclusions
}
if (report.failures.isNotEmpty()) {
newFailures = true
}
}
Expand Down

0 comments on commit 9d8085a

Please sign in to comment.