-
Notifications
You must be signed in to change notification settings - Fork 2k
[UT] Add tests for C++ ThreadLocalUUIDGenerator #59267
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
[UT] Add tests for C++ ThreadLocalUUIDGenerator #59267
Conversation
c8066e2
to
02c2a45
Compare
Is there any docker image with environment for BE unit tests? I've tried to run UT on local machine, but I got compile errors for different libraries, and this is quite frustrating... |
Have you tried this docker image? |
38746ed
to
53da1b8
Compare
d0ddfe8
to
eea8458
Compare
Signed-off-by: Martynov Maxim <[email protected]>
eea8458
to
7d941cd
Compare
[FE Incremental Coverage Report]✅ pass : 0 / 0 (0%) |
[Java-Extensions Incremental Coverage Report]✅ pass : 0 / 0 (0%) |
[BE Incremental Coverage Report]✅ pass : 0 / 0 (0%) |
Why I'm doing: Before changing behavior of ThreadLocalUUIDGenerator in StarRocks#59107, added some minimal tests. What I'm doing: Added tests for ThreadLocalUUIDGenerator C++ class, checking UUID uniqueness and thread-safety. Signed-off-by: Martynov Maxim <[email protected]> Signed-off-by: AntiTopQuark <[email protected]>
Why I'm doing:
Before changing behavior of
ThreadLocalUUIDGenerator
in #59107, added some minimal tests.What I'm doing:
Added tests for
ThreadLocalUUIDGenerator
C++ class, checking UUID uniqueness and thread-safety.What type of PR is this:
Does this PR entail a change in behavior?
If yes, please specify the type of change:
Checklist:
Bugfix cherry-pick branch check: