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

Reword message for initial stage of test generation #2546

Conversation

Vassiliy-Kudryashov
Copy link
Member

Description

Fixes #2516

"Reading classes" message is pretty misleading because it's stage of initialization: starting engine, creating application context, creating test generator. In my environment starting engine takes ~3sec and creating test generator takes ~10sec. It requires further profiling.

Manual tests

Start tests generation.
For the first stage we display text "Generate tests: starting engine" then iteration through classes (with messages "Generate test cases for class XXX").

Self-check list

Check off the item if the statement is true. Hint: [x] is a marked item.

Please do not delete the list or its items.

  • I've set the proper labels for my PR (at least, for category and component).
  • PR title and description are clear and intelligible.
  • I've added enough comments to my code, particularly in hard-to-understand areas.
  • The functionality I've repaired, changed or added is covered with automated tests.
  • Manual tests have been provided optionally.
  • The documentation for the functionality I've been working on is up-to-date.

@Vassiliy-Kudryashov Vassiliy-Kudryashov added ctg-enhancement New feature, improvement or change request comp-ui Improvements of plugin UI appearence and functionality comp-ide Issue is related to IDE support labels Aug 22, 2023
@EgorkaKulikov EgorkaKulikov merged commit 15d624f into main Aug 23, 2023
@EgorkaKulikov EgorkaKulikov deleted the Vassiliy-kudryashov/2516-read-a-couple-of-classes-takes-up-to-minutes-each-time branch August 23, 2023 05:42
@alisevych alisevych requested review from Markoutte and removed request for Markoutte August 23, 2023 07:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
comp-ide Issue is related to IDE support comp-ui Improvements of plugin UI appearence and functionality ctg-enhancement New feature, improvement or change request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Read classes takes up to minutes each time
2 participants