You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Because of the fact that terratests are run in parallel and produce a lot of log messages when doing the polling mechanisms (those waitUntilX functions), it's almost impossible to find out the root cause of the issue why some test is red.
Because of the fact that terratests are run in parallel and produce a lot of log messages when doing the polling mechanisms (those
waitUntilX
functions), it's almost impossible to find out the root cause of the issue why some test is red.Gruntwork provides a tool that produces separate log files for each test w/o any interleaving, it's called
terratest_log_parser
They also provide an example how to use it together with CircleCI. Here is an example of circle.ci config: https://github.com/gruntwork-io/kubergrunt/blob/master/.circleci/config.yml#L42:L54They upload the separate log files into artifact repository that pertains to the job. GHA has something similar
links:
The text was updated successfully, but these errors were encountered: