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

[trace-debug] Global location write fix #20741

Merged
merged 10 commits into from
Dec 28, 2024
Merged

Conversation

awelc
Copy link
Contributor

@awelc awelc commented Dec 27, 2024

Description

This PR fixes trace ingestion for the case when global location is used in a write to address a problem reported in #20727

Test plan

Added a new test (all new and old tests must pass)

@awelc awelc requested a review from tzakian December 27, 2024 08:10
Copy link

vercel bot commented Dec 27, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
sui-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 28, 2024 0:53am
3 Skipped Deployments
Name Status Preview Comments Updated (UTC)
multisig-toolkit ⬜️ Ignored (Inspect) Visit Preview Dec 28, 2024 0:53am
sui-kiosk ⬜️ Ignored (Inspect) Visit Preview Dec 28, 2024 0:53am
sui-typescript-docs ⬜️ Ignored (Inspect) Visit Preview Dec 28, 2024 0:53am

Copy link
Contributor

@tzakian tzakian left a comment

Choose a reason for hiding this comment

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

LGTM. Not sure about the new files in out though (but I'm not a very js/ts person so maybe that's something that should be expected?)

@@ -0,0 +1,435 @@
"use strict";
Copy link
Contributor

Choose a reason for hiding this comment

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

Should these files be included?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Nope... Accidental git add . which will now not do that anymore as I added .gitignore files to both TS projects

@awelc awelc temporarily deployed to sui-typescript-aws-kms-test-env December 28, 2024 00:52 — with GitHub Actions Inactive
@awelc awelc merged commit 8d0699e into main Dec 28, 2024
52 checks passed
@awelc awelc deleted the aw/trace-debug-global-write-fix branch December 28, 2024 02:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants