From 8dd41a78abbd913389e41c0957b4f7cd10dec55c Mon Sep 17 00:00:00 2001 From: Fergal Gribben Date: Thu, 11 Jul 2024 20:57:57 +0100 Subject: [PATCH] Add more logs --- .../load/automationv2_1/automationv2_1_test.go | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/integration-tests/load/automationv2_1/automationv2_1_test.go b/integration-tests/load/automationv2_1/automationv2_1_test.go index 657361278c7..e78542f04f6 100644 --- a/integration-tests/load/automationv2_1/automationv2_1_test.go +++ b/integration-tests/load/automationv2_1/automationv2_1_test.go @@ -719,6 +719,8 @@ Load Config: } } + minDequeueJSON, _ := json.Marshal(minDequeue) + avgBlocks := float64(0) if len(blockWindowCounts) > 0 { avgBlocks = float64(blocks) / float64(len(blockWindowCounts)) @@ -767,9 +769,11 @@ Load Config: Int64("Total Events Missed", eventsMissed). Float64("Percent Missed", percentMissed). Float64("Average Blocks", avgBlocks). + Int("Log Limit", int(*logLimit)). Int("Num upkeeps with one or more logs performed", numUpkeepsWithSomeLogsPerformed). Int("Num upkeeps with one or more min dequeue blocks", numUpkeepsWithSomeMinDequeue). - Str("Block window counts per upkeep", string(blockWindowCountsJSON)). + Str("Block window counts per upkeep JSON", string(blockWindowCountsJSON)). + Str("Min dequeue JSON", string(minDequeueJSON)). Msg("Test completed") testReportFormat := `Upkeep Delays in seconds - Fast Execution