Enhance probing features with new crash demos and improved error hand…#50
Merged
Conversation
…ling - Added two new Python scripts: `crash_demo.py` and `crash_torchrun_demo.py` for demonstrating crash handling in single and distributed environments. - Introduced a shell script `run_crash_torchrun.sh` to facilitate running the distributed crash demo. - Updated `Cargo.lock` to include new dependencies such as `log`, `serde`, `sha2`, and `uuid` for enhanced functionality. - Refactored mutex handling in `memtable_sql.rs` and `step.rs` to improve error recovery and thread safety. - Added new functions for crash reporting and handling in the Python extension, enhancing the robustness of the crash capture mechanism.
- Added new `fmt` and `fmt-check` targets to the Makefile for Rust code formatting using `cargo fmt`. - Updated the help section in the Makefile to include the new formatting commands. - Reordered imports in `traces.rs` for consistency and clarity, moving `PageContainer` and `RefreshButton` to the correct position. - Restored the `span_timeline` module import in `mod.rs` to ensure proper component usage.
Codecov Report❌ Patch coverage is
🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
…ling
crash_demo.pyandcrash_torchrun_demo.pyfor demonstrating crash handling in single and distributed environments.run_crash_torchrun.shto facilitate running the distributed crash demo.Cargo.lockto include new dependencies such aslog,serde,sha2, anduuidfor enhanced functionality.memtable_sql.rsandstep.rsto improve error recovery and thread safety.