Skip to content

Conversation

@sdimitro
Copy link
Owner

Add comprehensive tests that verify the record/replay functionality
by running all regression commands during recording, then replaying
on the generated kdumpling vmcore and verifying identical output.

Key features:

  • Records while running all regression commands against golden outputs
  • Stops recording and generates vmcore via kdumpling
  • Loads vmcore and replays all commands, verifying same golden output
  • Prints size comparison (original vs recorded) in GitHub Actions
  • Size comparison appears in both logs and job summary

The tests ensure that:

  1. Recording captures all memory needed to replay commands
  2. Replay produces identical output to the original dump
  3. Recorded vmcore is significantly smaller than original

https://claude.ai/code/session_01EmvCYCmwuRaiSwC9Foqcb3

Add comprehensive tests that verify the record/replay functionality
by running all regression commands during recording, then replaying
on the generated kdumpling vmcore and verifying identical output.

Key features:
- Records while running all regression commands against golden outputs
- Stops recording and generates vmcore via kdumpling
- Loads vmcore and replays all commands, verifying same golden output
- Prints size comparison (original vs recorded) in GitHub Actions
- Size comparison appears in both logs and job summary

The tests ensure that:
1. Recording captures all memory needed to replay commands
2. Replay produces identical output to the original dump
3. Recorded vmcore is significantly smaller than original

https://claude.ai/code/session_01EmvCYCmwuRaiSwC9Foqcb3
@codecov
Copy link

codecov bot commented Jan 30, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 76.13%. Comparing base (b60d241) to head (088c563).

Additional details and impacted files
@@           Coverage Diff            @@
##           develop      #25   +/-   ##
========================================
  Coverage    76.13%   76.13%           
========================================
  Files           69       69           
  Lines         4036     4036           
  Branches       625      625           
========================================
  Hits          3073     3073           
  Misses         809      809           
  Partials       154      154           

☔ 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.

@sdimitro
Copy link
Owner Author

Actions fail silently and we don't get visibility into which test failed, this is not good

@sdimitro sdimitro closed this Jan 30, 2026
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.

3 participants