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

Abstain from overriding @BeforeClass init method #10654

Conversation

findepi
Copy link
Member

@findepi findepi commented Jan 18, 2022

There is no need for that, and thus it should be avoided, as it
introduces unnecessary flow dependencies, or ordering of events. Regular
@BeforeClass should be used instead.

There is no need for that, and thus it should be avoided, as it
introduces unnecessary flow dependencies, or ordering of events. Regular
`@BeforeClass` should be used instead.
@findepi findepi merged commit 2874b92 into trinodb:master Jan 18, 2022
@findepi findepi deleted the findepi/abstain-from-overriding-beforeclass-init-method-43079e branch January 18, 2022 11:58
@github-actions github-actions bot added this to the 369 milestone Jan 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

4 participants