nomad icon indicating copy to clipboard operation
nomad copied to clipboard

flake: TestAllocChecksCommand_Run keeps failing

Open shoenig opened this issue 3 years ago • 0 comments

I've seen this test fail enough times to accept it's probably not going to fix itself

=== RUN   TestAllocChecksCommand_Run
    interface.go:24: 
        alloc_checks_test.go:117: expected string to contain substring; it does not
        ↪ substring: Name       =  check1
        ↪    string: ==> 2022-10-17T20:51:55Z: Monitoring evaluation "f9ef8537-dbb9-bf0d-493e-efb8dc9d6aa2"
            2022-10-17T20:51:55Z: Evaluation triggered by job "job1_checks"
            2022-10-17T20:51:55Z: Allocation "2d4d7fff-bb36-1090-a453-8f010c27b815" created: node "e9ebcae0-588f-dc75-494e-40b12b6a4d83", group "group1"
            2022-10-17T20:51:55Z: Evaluation status changed: "pending" -> "complete"
        ==> 2022-10-17T20:51:55Z: Evaluation "f9ef8537-dbb9-bf0d-493e-efb8dc9d6aa2" finished with status "complete"
        Status of 0 Nomad Service Checks

shoenig avatar Oct 17 '22 21:10 shoenig