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

Improve UX when running *IsolatedTests from IntelliJ IDEA #274

Merged
merged 2 commits into from
Mar 27, 2024

Conversation

ndkoval
Copy link
Collaborator

@ndkoval ndkoval commented Feb 13, 2024

Now, when running jvmTest from IntelliJ IDEA, it includes the *IsolatedTest tests, which makes the task extremely slow. We need to be able to run these tests but isolate them somehow. One possible solution is to launch a new JVM instance after N (e.g., 10) tests.

@ndkoval ndkoval requested a review from eupp February 13, 2024 14:47
@ndkoval
Copy link
Collaborator Author

ndkoval commented Feb 19, 2024

It's fine the the integration test with the latest kotlinx.coroutines version fails; the issue will be fixed under #273

@ndkoval ndkoval force-pushed the isolated-tests-idea branch from 3d6dd84 to 1e870fd Compare February 19, 2024 21:42
@ndkoval ndkoval force-pushed the isolated-tests-idea branch from 1e870fd to 154b5e4 Compare March 27, 2024 10:51
@ndkoval ndkoval requested review from avpotapov00 and removed request for eupp March 27, 2024 10:51
@ndkoval ndkoval merged commit 3fa20e4 into develop Mar 27, 2024
0 of 12 checks passed
@ndkoval ndkoval deleted the isolated-tests-idea branch March 27, 2024 11:03
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