pulumi/sdk/python/cmd/pulumi-language-python
Thomas Gummerer b072edb017
avoid showing repeated messages (#16118)
Sometimes we show hundreds of repeated messages in the logs, e.g.
"waiting for quiescence; 3 outputs outstanding". This just makes the
logs harder to read. Since we need to wait for the test to finish before
any of this is shown anyway, only log each message once and show a
little blurb about how often the message has been repeated.

(Note that for simplicity if the last message is repeated we don't show
the same blurb, but that should be okay since the last messages we're
logging are always different.)

Based on https://github.com/pulumi/pulumi/pull/16117 where I noticed
this, and I didn't want to rebase it to avoid conflicts.
2024-05-06 13:20:06 +00:00
..
testdata Fix folder archives in the engine (#16119) 2024-05-06 07:26:48 +00:00
go.mod Changelog and go.mod updates for v3.115.1 (#16125) 2024-05-06 11:45:43 +00:00
go.sum Bump go modules (#16051) 2024-04-25 14:30:00 +00:00
language_test.go avoid showing repeated messages (#16118) 2024-05-06 13:20:06 +00:00
main.go upgrade to latest version of golangci-lint (#15977) 2024-04-19 06:20:33 +00:00
main_test.go Python: Fix determining plugins for old packages (#15576) 2024-03-04 07:23:34 +00:00