Skip to content

Add parameterized test generation in CI - #1114

Merged
EgorkaKulikov merged 4 commits into
mainfrom
andrey-t/parameterized-tests-pipeline
Oct 11, 2022
Merged

Add parameterized test generation in CI#1114
EgorkaKulikov merged 4 commits into
mainfrom
andrey-t/parameterized-tests-pipeline

Conversation

@sofurihafe

@sofurihafesofurihafe commented Oct 7, 2022

Copy link
Copy Markdown
Member

Description

There were no parameterized test generation checks and runs in UtBot CI. This led to an increasing number of bugs in parameterizated mode.
Right now, we would like to test code generation, compilation and test execution stages in parameterized mode as well as in not parameterized mode. Symbolic Engine runs only once.

Type of Change

  • New feature (non-breaking change which adds functionality)

How Has This Been Tested?

Automated Testing

UtBot pipeline in not parameterized mode and, starting from this PR, in parameterized mode. There should be no dramatic changes in CI runs time.

@sofurihafe
sofurihafeforce-pushed the andrey-t/parameterized-tests-pipeline branch 11 times, most recently from 817c597 to 680052aCompareOctober 11, 2022 11:18
@sofurihafe
sofurihafeforce-pushed the andrey-t/parameterized-tests-pipeline branch from 680052a to 5975728CompareOctober 11, 2022 11:35
@EgorkaKulikov
EgorkaKulikov marked this pull request as ready for review October 11, 2022 12:07
@EgorkaKulikovEgorkaKulikov changed the title Add parameterized test generation in ciAdd parameterized test generation in CIOct 11, 2022
@EgorkaKulikov
EgorkaKulikov self-requested a review October 11, 2022 12:11
@sofurihafe
sofurihafeforce-pushed the andrey-t/parameterized-tests-pipeline branch from c7b4cf3 to b4d4e8bCompareOctober 11, 2022 13:30
@EgorkaKulikov
EgorkaKulikov enabled auto-merge (squash) October 11, 2022 13:35
@EgorkaKulikov
EgorkaKulikov merged commit 0cbd535 into mainOct 11, 2022
@EgorkaKulikov
EgorkaKulikov deleted the andrey-t/parameterized-tests-pipeline branch October 11, 2022 14:27
AbdullinAM pushed a commit to AbdullinAM/UTBotJava that referenced this pull request Oct 17, 2022
* Add parameterized test generation in ci
* Little style corrections
* Move *containsMocking* flag to UtSymbolicExecution
Co-authored-by: Egor Kulikov <egor.k.kulikov@gmail.com>
AbdullinAM pushed a commit to AbdullinAM/UTBotJava that referenced this pull request Oct 17, 2022
* Add parameterized test generation in ci
* Little style corrections
* Move *containsMocking* flag to UtSymbolicExecution
Co-authored-by: Egor Kulikov <egor.k.kulikov@gmail.com>
Sign up for freeto 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

@sofurihafe@EgorkaKulikov