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

Restore lifecycle annotations in tests #20205

Merged
merged 1 commit into from
Dec 22, 2023
Merged

Conversation

martint
Copy link
Member

@martint martint commented Dec 21, 2023

They are not redundant, as the tests contain lifecycle annotations such as BeforeAll and AfterAll.

The fact that AbstractTestQueries also has them is an implementation detail to manage its own private internal state, and subclasses should not rely on them being present.

This reverts commit f6ea5b4.

Release notes

(x) This is not user-visible or is docs only, and no release notes are required.

@cla-bot cla-bot bot added the cla-signed label Dec 21, 2023
@github-actions github-actions bot added tests:hive iceberg Iceberg connector delta-lake Delta Lake connector hive Hive connector mongodb MongoDB connector labels Dec 21, 2023
They are not redundant, as the tests contain lifecycle annotations
such as BeforeAll and AfterAll.

The fact that AbstractTestQueries also has them is an implementation
detail to manage its own private internal state, and subclasses
should not rely on them being present.

This reverts commit f6ea5b4.
@martint martint merged commit f5def2d into trinodb:master Dec 22, 2023
62 of 63 checks passed
@martint martint deleted the junit branch December 22, 2023 19:56
@github-actions github-actions bot added this to the 436 milestone Dec 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla-signed delta-lake Delta Lake connector hive Hive connector iceberg Iceberg connector mongodb MongoDB connector
Development

Successfully merging this pull request may close these issues.

2 participants