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 more memory assertions in TestHashAggregationOperator #10597

Conversation

findepi
Copy link
Member

@findepi findepi commented Jan 13, 2022

No description provided.

@findepi findepi requested review from losipiuk and sopel39 January 13, 2022 16:51
@cla-bot cla-bot bot added the cla-signed label Jan 13, 2022
Comment on lines +304 to +305
// TODO (https://github.com/trinodb/trino/issues/10596): it should be 0, since operator is finished
assertEquals(getOnlyElement(operator.getOperatorContext().getNestedOperatorStats()).getSystemMemoryReservation().toBytes(), spillEnabled && revokeMemoryWhenAddingPages ? 5_350_968 : 0);
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@findepi findepi merged commit 8ec9c08 into trinodb:master Jan 13, 2022
@findepi findepi deleted the findepi/add-more-memory-assertions-in-testhashaggregationoperator-172163 branch January 13, 2022 21:07
@github-actions github-actions bot added this to the 369 milestone Jan 13, 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.

2 participants