Skip to content

Conversation

@devbww
Copy link
Contributor

@devbww devbww commented Mar 28, 2025

Instead of processing the high and low 64 bits of the Uuid separately, just use the 128-bit value directly.

Also simplify the Uuid tests.

Fixes #15043.


This change is Reviewable

Instead of processing the high and low 64 bits of the Uuid separately,
just use the 128-bit value directly.

Also simplify the Uuid tests.

Fixes googleapis#15043.
@devbww devbww requested a review from a team as a code owner March 28, 2025 23:51
@product-auto-label product-auto-label bot added the api: spanner Issues related to the Spanner API. label Mar 28, 2025
@scotthart
Copy link
Member

/gcbrun

@codecov
Copy link

codecov bot commented Mar 31, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.91%. Comparing base (4d243d4) to head (ad7cd13).
Report is 69 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main   #15057   +/-   ##
=======================================
  Coverage   92.90%   92.91%           
=======================================
  Files        2354     2354           
  Lines      210374   210365    -9     
=======================================
+ Hits       195443   195452    +9     
+ Misses      14931    14913   -18     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

It looks like the cmake-oldest-deps build is old enough to not support
the deduced-type `%v` specifier.
@scotthart
Copy link
Member

/gcbrun

@devbww
Copy link
Contributor Author

devbww commented Apr 2, 2025

The tests don't look like they're operating as planned:

Queued --- Waiting to run this check...

Started 1d 19h 36m 40s ago

Please assist.

@scotthart
Copy link
Member

/gcbrun

@devbww
Copy link
Contributor Author

devbww commented Apr 9, 2025

I don't know how/when you folks triage PRs these days, but it would be nice to get some attention.

Copy link
Member

@scotthart scotthart left a comment

Choose a reason for hiding this comment

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

Reviewed 2 of 3 files at r1, 1 of 1 files at r2, all commit messages.
Reviewable status: :shipit: complete! all files reviewed, all discussions resolved (waiting on @devbww)

@scotthart
Copy link
Member

I don't know how/when you folks triage PRs these days, but it would be nice to get some attention.

Sorry about the delay, spinning lots of plates these days.

@scotthart scotthart merged commit c2f731a into googleapis:main Apr 9, 2025
73 of 74 checks passed
@devbww devbww deleted the uuid branch April 9, 2025 17:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

api: spanner Issues related to the Spanner API.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Spanner: refactor Uuid to and from string implementations to obviate splitting into two uint64_ts

2 participants