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

Create a uniques app whenenver we bind/unbind to a service instance #3694

Merged
merged 1 commit into from
Jan 9, 2025

Conversation

georgethebeatle
Copy link
Member

Is there a related GitHub Issue?

No

What is this change about?

Before this change all tests that were binding to as service instances
were using the buildpack app. When we bind to an app that is ready and
running the app becomes unready for a while and restarts. If we try to
run a task against such an app the operation will fail, because the app
is unready. This change creates a cheap app record and binds/unbinds to
this app to prevent messing with the running app state

Before this change all tests that were binding to as service instances
were using the buildpack app. When we bind to an app that is ready and
running the app becomes unready for a while and restarts. If we try to
run a task against such an app the operation will fail, because the app
is unready. This change creates a cheap app record and binds/unbinds to
this app to prevent messing with the running app state

Co-authored-by: Yusmen Zabanov <yusmen.zabanov@sap.com>
@danail-branekov danail-branekov enabled auto-merge (rebase) January 9, 2025 15:44
@danail-branekov danail-branekov merged commit 144f49e into main Jan 9, 2025
10 checks passed
@danail-branekov danail-branekov deleted the fix-run-task-flake branch January 9, 2025 16:39
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.

2 participants