acrlabs / simkube

Record-and-replay Kubernetes simulator based on KWOK
https://appliedcomputing.io/simkube
MIT License
164 stars 7 forks source link

some test cleanup, added driver runner tests, fix start_ts bug #101

Closed drmorr0 closed 4 months ago

drmorr0 commented 4 months ago

Description

Add some tests for the driver runner, and fix the trace_store start_ts bug (TraceStore::start_ts would skip the first event in the simulation).

Testing done

codecov[bot] commented 4 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 74.92%. Comparing base (e5f05c5) to head (87bc0c1).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #101 +/- ## ========================================== + Coverage 69.67% 74.92% +5.24% ========================================== Files 38 38 Lines 1916 1922 +6 ========================================== + Hits 1335 1440 +105 + Misses 581 482 -99 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.