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

Fixing ConcurrentModification exceptions thrown by tests #1765

Conversation

Daeda88
Copy link

@Daeda88 Daeda88 commented Jan 22, 2024

Fixes #1711

Was already crashing on CI so no new tests have been added

Was already crashing on CI so no new tests have been added
@Daeda88
Copy link
Author

Daeda88 commented Jan 22, 2024

Your tests were failing for iOS and are still failing for JavaScript (due to test names). Shouldnt CI run these?

@arnaudgiuliani arnaudgiuliani self-requested a review January 25, 2024 10:27
@arnaudgiuliani arnaudgiuliani added test status:accepted accepted to be developed labels Jan 25, 2024
@arnaudgiuliani arnaudgiuliani added this to the core-3.5.4 milestone Jan 25, 2024
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.2-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.1.1-all.zip
Copy link
Member

Choose a reason for hiding this comment

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

should be in 7.6.3

Copy link
Author

Choose a reason for hiding this comment

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

Its 7.1.1 in main. Should I target a different branch for the PR?

Copy link
Member

Choose a reason for hiding this comment

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

I'v switched to 3.5.4. But Branch 3.6 brings Gradle 7.6

@arnaudgiuliani arnaudgiuliani changed the base branch from main to 3.5.4 February 15, 2024 14:54
@arnaudgiuliani
Copy link
Member

Taking your PR out of confilct here - see linked PR #1799

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status:accepted accepted to be developed test
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ScopeRegistry.closeAllScopes() causes ConcurrentModificationException for iOS on Kotlin 1.9.20
2 participants