Skip to content

Add timestamps to vnv just scripts#74

Open
riverma wants to merge 1 commit intomainfrom
claude/add-vnv-timestamps-GMLP4
Open

Add timestamps to vnv just scripts#74
riverma wants to merge 1 commit intomainfrom
claude/add-vnv-timestamps-GMLP4

Conversation

@riverma
Copy link
Copy Markdown
Contributor

@riverma riverma commented Dec 17, 2025

Purpose

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)

All timestamps are based on system clock and displayed in ISO-8601 format with timezone information.

Proposed Changes

  • [CHANGE] All just scripts to enable timestamp support

Issues

  • N/A

Testing

  • Not yet tested

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