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

Add parameterized test generation in CI #1114

Merged
merged 4 commits into from
Oct 11, 2022

Conversation

sofurihafe
Copy link
Member

@sofurihafe sofurihafe commented Oct 7, 2022

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 sofurihafe force-pushed the andrey-t/parameterized-tests-pipeline branch 11 times, most recently from 817c597 to 680052a Compare October 11, 2022 11:18
@sofurihafe sofurihafe force-pushed the andrey-t/parameterized-tests-pipeline branch from 680052a to 5975728 Compare October 11, 2022 11:35
@EgorkaKulikov EgorkaKulikov marked this pull request as ready for review October 11, 2022 12:07
@EgorkaKulikov EgorkaKulikov changed the title Add parameterized test generation in ci Add parameterized test generation in CI Oct 11, 2022
@EgorkaKulikov EgorkaKulikov self-requested a review October 11, 2022 12:11
@sofurihafe sofurihafe force-pushed the andrey-t/parameterized-tests-pipeline branch from c7b4cf3 to b4d4e8b Compare October 11, 2022 13:30
@EgorkaKulikov EgorkaKulikov enabled auto-merge (squash) October 11, 2022 13:35
@EgorkaKulikov EgorkaKulikov merged commit 0cbd535 into main Oct 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 <[email protected]>
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 <[email protected]>
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