Skip to content

Add LockFile to PythonDialogProcessor #1568#1572

Merged
tamarinvs19 merged 1 commit into
mainfrom
tamarinvs19/fix_start_several_test_generation
Dec 22, 2022
Merged

Add LockFile to PythonDialogProcessor #1568#1572
tamarinvs19 merged 1 commit into
mainfrom
tamarinvs19/fix_start_several_test_generation

Conversation

@tamarinvs19

Copy link
Copy Markdown
Collaborator

Description

I added LockFile in python test generation same as in UtTestsDialogProcessor. Now we cannot run more then one test generation.

Fixes #1568

Type of Change

  • Minor bug fix (non-breaking small changes)

How Has This Been Tested?

Manual Scenario

See issue

Checklist (remove irrelevant options):

  • The change followed the style guidelines of the UTBot project
  • Self-review of the code is passed
  • The change contains enough commentaries, particularly in hard-to-understand areas
  • No new warnings
  • New tests have been added
  • All tests pass locally with my changes

@tamarinvs19 tamarinvs19 added ctg-bug Issue is a bug lang-python Issue is related to python support labels Dec 22, 2022
@tamarinvs19 tamarinvs19 enabled auto-merge (squash) December 22, 2022 09:26
@tamarinvs19 tamarinvs19 merged commit 435787b into main Dec 22, 2022
@tamarinvs19 tamarinvs19 deleted the tamarinvs19/fix_start_several_test_generation branch December 22, 2022 09:42
denis-fokin pushed a commit that referenced this pull request Dec 23, 2022
@alisevych alisevych added ctg-bug-fix PR is fixing a bug comp-ide Issue is related to IDE support and removed ctg-bug Issue is a bug labels Jan 24, 2023
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 ctg-bug-fix PR is fixing a bug lang-python Issue is related to python support

Projects

None yet

Development

Successfully merging this pull request may close these issues.

It possible to start several test generation simultaneously, which may lead to errors

3 participants