Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Check status for Segmenting PUSH_END trigger #68

Merged
merged 1 commit into from Oct 18, 2022

Conversation

thomshutt
Copy link
Contributor

No description provided.

@@ -65,7 +65,9 @@ func InitializeScenario(ctx *godog.ScenarioContext) {
fmt.Println("Error while killing app process:", err.Error())
}
if err := app.Wait(); err != nil {
fmt.Println("Error while waiting for app to exit:", err.Error())
if err.Error() != "signal: killed" {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is just to suppress an error being printed when the app has aactually already been successfully killed

@codecov
Copy link

codecov bot commented Oct 18, 2022

Codecov Report

Merging #68 (a31471d) into main (b9b4443) will increase coverage by 0.21940%.
The diff coverage is 40.54054%.

Impacted file tree graph

@@                 Coverage Diff                 @@
##                main         #68         +/-   ##
===================================================
+ Coverage   37.03382%   37.25322%   +0.21940%     
===================================================
  Files             17          17                 
  Lines           1153        1165         +12     
===================================================
+ Hits             427         434          +7     
- Misses           680         685          +5     
  Partials          46          46                 
Impacted Files Coverage Δ
handlers/misttriggers/push_end.go 31.69014% <40.54054%> (+2.45936%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update b9b4443...a31471d. Read the comment docs.

Impacted Files Coverage Δ
handlers/misttriggers/push_end.go 31.69014% <40.54054%> (+2.45936%) ⬆️

Copy link
Contributor

@AlexKordic AlexKordic left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I was also confused when exactly is trigger indicating failure..

@thomshutt thomshutt merged commit cab0abf into main Oct 18, 2022
@thomshutt thomshutt deleted the thom/segment-push-end-status branch October 18, 2022 14:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants