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

SLVSCODE-972 try fix flaky autobinding test #675

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

sophio-japharidze-sonarsource
Copy link
Contributor

@sophio-japharidze-sonarsource sophio-japharidze-sonarsource commented Jan 3, 2025

@@ -439,7 +438,7 @@ suite('Auto Binding Test Suite', () => {
});
});

async function deleteSettingsFiles() {
Copy link
Contributor Author

Choose a reason for hiding this comment

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

the temporary settings files need to be deleted not to pollute the state for upcoming test suites. At the same time, binding needs to be cleaned up after each test.

Possibly there used to be a race condition between the two actions. This change aims to mitigate this.

Copy link

sonarqube-next bot commented Jan 6, 2025

Copy link
Member

@jblievremont jblievremont left a comment

Choose a reason for hiding this comment

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

It does look more stable with this change (3 🟢 runs in a row).

Let's keep an eye on it in the next few days.

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