(Translated by https://www.hiragana.jp/)
PHOENIX-7381 : Skip last_ddl_timestamp validation when UCF is defined on table and cache entry is not old by palashc · Pull Request #1952 · apache/phoenix · GitHub
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

PHOENIX-7381 : Skip last_ddl_timestamp validation when UCF is defined on table and cache entry is not old #1952

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

palashc
Copy link
Contributor

@palashc palashc commented Aug 13, 2024

No description provided.

Comment on lines +1850 to +1853
assertEquals("There should have been no timestamp validation requests.",
0,
newMetricValues.getValidateDDLTimestampRequestsCount()
- oldMetricValues.getValidateDDLTimestampRequestsCount());
Copy link
Contributor

Choose a reason for hiding this comment

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

newMetricValues.getValidateDDLTimestampRequestsCount() should also be 0?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

There will be requests from other tests, that's why I am checking the difference before and after just this test.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants