Skip to content

fix: workspace create fails on windows - #9101

Merged
jackkav merged 2 commits into
Kong:developfrom
jackkav:fix/backup-test-workspace-create
Sep 5, 2025
Merged

fix: workspace create fails on windows#9101
jackkav merged 2 commits into
Kong:developfrom
jackkav:fix/backup-test-workspace-create

Conversation

@jackkav

@jackkav jackkav commented Sep 4, 2025

Copy link
Copy Markdown
Contributor

these is a flake on windows that causes resource busy when opening the app and creating a request, this ticket aims to resolve that flake, ideally by resolving the resource busy race condition. If that is not possible or too challenging we can add other actions before the add request.

image

approach: await the backup to complete during app start, this will delay app start on users with larger databases. Previously it was concurrent but it causes a race condition on windows.

@jackkav
jackkav marked this pull request as ready for review September 5, 2025 13:34
@jackkav
jackkav force-pushed the fix/backup-test-workspace-create branch from b391be0 to ce340f3 Compare September 5, 2025 13:35
@jackkav
jackkav enabled auto-merge (squash) September 5, 2025 16:00
@jackkav
jackkav merged commit 876ee66 into Kong:develop Sep 5, 2025
10 checks passed
@jackkav
jackkav deleted the fix/backup-test-workspace-create branch September 5, 2025 16:00
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