mirror of
https://github.com/kemko/nomad.git
synced 2026-01-06 02:15:43 +03:00
Just because an alloc is running does not mean nomad is ready to serve task logs. In a test case where you immediatly read logs after starting a task, it could be that nomad responds with "no logs found" when you try to read logs, in which case you just need to wait longer. Do so in the v3 TaskLogs helper function.