When running --seq, provide start and end of mode log messages #420
Closed
gavinmccall
started this conversation in
Ideas
Replies: 3 comments 5 replies
-
That's a good idea, let me see what I can do for that. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I'm trying to keep the information sparse as possible by default so we don't SPAM the log with too many messages. So I'm thinking
|
Beta Was this translation helpful? Give feedback.
5 replies
-
Fix committed: commit 43576c5 (HEAD -> master, origin/master, origin/HEAD)
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi Colin et al,
We are currently using --seq to step thru a sequence of all the available tests, and concurrently running system performance tests.
The system performance tests are timestamped, so we can see ranges of time in which their performance is impacted.
What we need to do is tie this back to knowing which specific mode --seq was in at the time of the observed behaviour.
So my idea would be to add a "info: starting test XXX" as the hogs start a test mode
add "info: ending test XXX" when the mode is completed
adding --timestamp adds the time to these messages.
we can then parse the log file and extract for each test XXX its start time and end time.
?
Beta Was this translation helpful? Give feedback.
All reactions