Open
Conversation
…ipts Add timestamp tracking and execution summaries to all justfiles in the vnv-test-framework/dist-s1 directory. Each script now: - Captures and displays start time at the beginning - Prints timestamps before each major command/section - Calculates total execution duration - Shows comprehensive summary with: - Start time (human-readable with timezone) - End time (human-readable with timezone) - Total duration (HH:MM:SS format and seconds) Modified files: - mod.just: Added timestamps to test suite orchestration - prerequisites.just: Added timestamps to all helper commands (survey-rtc-granules, trigger-granules, check-tile, get-product-id-from-granule, workflow) - e2e-with-product-id-time.just: Added timestamps to main E2E test - e2e-hist.just: Added timestamps to historical processing test - dist-s1-single-polarization.just: Added timestamps to polarization test - dist-s1-polarization-switch-for-a-track.just: Added timestamps to polarization switch test All timestamps are based on system clock and displayed in ISO-8601 format with timezone information.
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.
Purpose
Add timestamp tracking and execution summaries to all justfiles in the vnv-test-framework/dist-s1 directory. Each script now:
All timestamps are based on system clock and displayed in ISO-8601 format with timezone information.
Proposed Changes
Issues
Testing