antrea-io / antrea

Kubernetes networking based on Open vSwitch
https://antrea.io
Apache License 2.0
1.66k stars 366 forks source link

Improve e2e log with timeline information #3573

Closed luolanzone closed 2 years ago

luolanzone commented 2 years ago

Describe the problem/challenge you have We do have some timestamp information when Antrea e2e have some logs codes to print useful information. but it would be better to have some high level execution time line during e2e.

Describe the solution you'd like We may have below ways to enhance the log which can help us to analyze the timeline and do enhancement easier.

  1. Add timestamp log information before and after each e2e case or check if go test provide such function to collect detail execution time.
  2. Add jenkins console log timestamp which can help to understand which part will be the bottleneck during e2e env preparation. one plugin might be used https://plugins.jenkins.io/timestamper/.

Anything else you would like to add?

github-actions[bot] commented 2 years ago

This issue is stale because it has been open 90 days with no activity. Remove stale label or comment, or this will be closed in 90 days