pulumi/sdk/go/common/tail
Thomas Gummerer 7ccf079892
fix racy TestBlockUntilExists test (#18062)
If we remove the file tail is reading before we call `tail.Stop()`, the
latter may or may not return an error depending on what state it is in.
Fix this by asserting that there is no error, and removing the file
after calling `tail.Stop()`.
2024-12-17 17:03:41 +00:00
..
LICENSE fix race conditions in nxadm/tail library (#18044) 2024-12-16 14:32:08 +00:00
tail.go fix race conditions in nxadm/tail library (#18044) 2024-12-16 14:32:08 +00:00
tail_posix.go fix race conditions in nxadm/tail library (#18044) 2024-12-16 14:32:08 +00:00
tail_test.go fix racy TestBlockUntilExists test (#18062) 2024-12-17 17:03:41 +00:00
tail_windows.go fix race conditions in nxadm/tail library (#18044) 2024-12-16 14:32:08 +00:00