pulumi/pkg/engine/lifecycletest/testdata/output/TestImportPlan/0
Thomas Gummerer fc10da33d9
Add display to the engine tests (#16050)
We want to add more test coverage to the display code. The best way to
do that is to add it to the engine tests, that already cover most of the
pulumi functionality.

It's probably not really possible to review all of the output, but at
least it gives us a baseline, which we can work with.

There's a couple of tests that are flaky for reasons I don't quite
understand yet. I marked them as to skip and we can look at them later.
I'd rather get in the baseline tests sooner, rather than spending a
bunch of time looking at that. The output differences also seem very
minor, so not super concerning.

The biggest remaining issue is that this doesn't interact well with the
Chdir we're doing in the engine. We could either pass the CWD through,
or just try to get rid of that Chdir. So this should only be merged
after https://github.com/pulumi/pulumi/pull/15607.

I've tried to split this into a few commits, separating out adding the
testdata, so it's hopefully a little easier to review, even though the
PR is still quite large.

One other thing to note is that we're comparing that the output has all
the same lines, and not that it is exactly the same. Because of how the
engine is implemented, there's a bunch of race conditions otherwise,
that would make us have to skip a bunch of tests, just because e.g.
resource A is sometimes deleted before resource B and sometimes it's the
other way around.

The biggest downside of that is that running with `PULUMI_ACCEPT` will
produce a diff even when there are no changes. Hopefully we won't have
to run that way too often though, so it might not be a huge issue?

---------

Co-authored-by: Fraser Waters <fraser@pulumi.com>
2024-05-13 07:18:25 +00:00
..
diff.stderr.txt Add display to the engine tests (#16050) 2024-05-13 07:18:25 +00:00
diff.stdout.txt Add display to the engine tests (#16050) 2024-05-13 07:18:25 +00:00
eventstream.json Add display to the engine tests (#16050) 2024-05-13 07:18:25 +00:00
progress.stderr.txt Add display to the engine tests (#16050) 2024-05-13 07:18:25 +00:00
progress.stdout.txt Add display to the engine tests (#16050) 2024-05-13 07:18:25 +00:00