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

Fix Flaky CI Build Step #1258

Open
cicoyle opened this issue Mar 13, 2025 · 0 comments
Open

Fix Flaky CI Build Step #1258

cicoyle opened this issue Mar 13, 2025 · 0 comments

Comments

@cicoyle
Copy link
Contributor

cicoyle commented Mar 13, 2025

Sometimes the build will fail due to:

✅  Exited Dapr successfully
ℹ️  
terminated signal received: shutting down
✅  Exited App successfully
❌  failed to stop app id methodinvokeithttp-methodinvokeservice: couldn't find app id methodinvokeithttp-methodinvokeservice
Could not stop app methodinvokeithttp-methodinvokeservice: Could not find success criteria for command: dapr stop --app-id methodinvokeithttp-methodinvokeservice
Stopping dapr application ...
❌  failed to stop app id methodinvokeithttp-methodinvokeservice: couldn't find app id methodinvokeithttp-methodinvokeservice
Could not stop app methodinvokeithttp-methodinvokeservice: Could not find success criteria for command: dapr stop --app-id methodinvokeithttp-methodinvokeservice
Stopping dapr application ...
❌  failed to stop app id methodinvokeithttp-methodinvokeservice: couldn't find app id methodinvokeithttp-methodinvokeservice
Could not stop app methodinvokeithttp-methodinvokeservice: Could not find success criteria for command: dapr stop --app-id methodinvokeithttp-methodinvokeservice

We should investigate why this is happening and fix it. Failing to stop the app should not fail the build if the app already exited successfully.

https://github.com/dapr/java-sdk/actions/runs/13806766369/job/38619074416
another link: https://github.com/dapr/java-sdk/actions/runs/13773009141/job/38515768267

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

No branches or pull requests

1 participant