pulumi/sdk/python/cmd
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
..
pulumi-language-python avoid showing repeated messages (#16118) 2024-05-06 13:20:06 +00:00
pulumi-language-python-exec Clean up legacy Py 3.7 support (#15276) 2024-01-30 10:23:57 +00:00