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

Bump Misk and Kotlin 2 #419

Merged
merged 3 commits into from
Feb 21, 2025
Merged

Bump Misk and Kotlin 2 #419

merged 3 commits into from
Feb 21, 2025

Conversation

adrw
Copy link
Collaborator

@adrw adrw commented Feb 11, 2025

  • Fix Kotlin Coroutines deprecation warnings currently failing tests

@adrw adrw force-pushed the 2025-02-11.bump branch 3 times, most recently from 7ac052c to e2c8cc6 Compare February 11, 2025 21:08
@adrw adrw requested a review from shellderp February 20, 2025 21:48
@katukota
Copy link
Collaborator

LG!

@@ -214,23 +192,13 @@ class VariableCapacityChannelTest {
val receiveChannel = variableCapacityChannel.proxy(this)
assertThat(size.get()).isEqualTo(0)

upstream.trySend("test").isSuccess
assertThat(size.get()).isEqualTo(1)
Copy link
Collaborator

Choose a reason for hiding this comment

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

I think we still want this count?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

A lot of these assertions relied on being run in a blocking test and are impacted by the coroutine scheduling which is inconsistent, hence why most of them were removed in the version bump which moves the tests to run in regular coroutines.

@adrw adrw merged commit 65d21a1 into master Feb 21, 2025
5 checks passed
@adrw
Copy link
Collaborator Author

adrw commented Feb 21, 2025

Thanks @swankjesse for pairing on this!

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.

4 participants