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

check ddl-auto configuration to none #3753

Open
lorriborri opened this issue Dec 17, 2024 · 0 comments
Open

check ddl-auto configuration to none #3753

lorriborri opened this issue Dec 17, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request testing

Comments

@lorriborri
Copy link
Member

Situation

Currently, our DB unit tests are being executed with the DDL auto ddl-auto: create-drop configuration. We need to evaluate the impact of changing the DDL auto setting to "none" on the execution times of these tests.

Wanted

Change the DDL auto setting to "none".
Execute the DB unit tests.
Measure the execution times and ensure the tests still pass (remain green).

Solution

Set the DDL auto configuration to "none".
Run the DB unit tests and measure the execution times.
If the execution times are not significantly slower and all tests pass, keep the DDL auto setting as "none" and approve the change.

@lorriborri lorriborri added enhancement New feature or request testing labels Dec 17, 2024
@lorriborri lorriborri self-assigned this Dec 17, 2024
@lorriborri lorriborri changed the title Change ddl-auto configuration to none check ddl-auto configuration to none Dec 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request testing
Projects
None yet
Development

No branches or pull requests

1 participant