Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
TestContainer traces
Type representing various events during testcontainer execution.
TraceDockerInvocation [Text] Text ExitCode | The low-level invocation of TraceDockerInvocation args stdin exitcode |
TraceDockerFollowLogs [Text] | Preparations to follow the logs for a certain container |
TraceDockerStdout Text | Line written to STDOUT by a Docker process. |
TraceDockerStderr Text | Line written to STDERR by a Docker process. |
TraceWaitUntilReady (Maybe Int) | Waiting for a container to become ready. Attached with the timeout to wait (in seconds). |
TraceOpenSocket Text Int (Maybe IOException) | Opening socket |
TraceHttpCall Text Int (Either String Int) | Call HTTP endpoint |