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

Unit Testing Very Slow with VSCode #611

Open
debu999 opened this issue May 30, 2023 · 1 comment
Open

Unit Testing Very Slow with VSCode #611

debu999 opened this issue May 30, 2023 · 1 comment

Comments

@debu999
Copy link

debu999 commented May 30, 2023

Hi Team,
We use cmder in windows and after some followup was able to run the applicaiton fine in vscode.
Details at https://gist.github.com/debu999/042e33b556fd253f5f28e43559c0af21 May be something can be added to have a debug quarkus app with cmder might help others.
Regarding Unit Testing our applicaiton uses the following

  • MongoDB
  • Kogito
  • Kafka
  • Elastic Search
  • OIDC
  • GraphQL
  • Rest APIs

Test suite have roughly 650 tests and takes ~ 2min in intelij.
In VSCODE it takes a lot more than that. Just for 1 test case takes 3min.
Is there anything to fix for the testing. Any VMArgs/Env etc.

There is no docs anywhere to test in java. Help on it. VSCode testing is unusuable.

@datho7561
Copy link
Contributor

Are you using the testing side bar? If so, that's handled by a separate extension, vscode-java-test. It looks like there is some documentation for configuring the launch options for the tests here: https://github.com/microsoft/vscode-java-test/wiki/Run-with-Configuration . Let me know if that's helpful.

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

No branches or pull requests

2 participants