pulumi/pkg/engine/lifecycletest/testdata/output/VGVzdFVwZGF0ZVRhcmdldC91cGR.../dXJuOnB1bHVtaTp0ZXN0Ojp0ZXN.../eventstream.json

30 lines
18 KiB
JSON
Raw Permalink Normal View History

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
{"sequence":0,"timestamp":0,"preludeEvent":{"config":{}}}
{"sequence":0,"timestamp":0,"resourcePreEvent":{"metadata":{"op":"update","urn":"urn:pulumi:test::test::pulumi:providers:pkgA::A","type":"pulumi:providers:pkgA","old":{"type":"pulumi:providers:pkgA","urn":"urn:pulumi:test::test::pulumi:providers:pkgA::A","custom":true,"id":"0","parent":"","inputs":{},"outputs":{"A":"foo"},"provider":""},"new":{"type":"pulumi:providers:pkgA","urn":"urn:pulumi:test::test::pulumi:providers:pkgA::A","custom":true,"id":"","parent":"","inputs":{"A":"bar"},"outputs":{},"provider":""},"detailedDiff":null,"logical":true,"provider":""}}}
{"sequence":0,"timestamp":0,"resOutputsEvent":{"metadata":{"op":"update","urn":"urn:pulumi:test::test::pulumi:providers:pkgA::A","type":"pulumi:providers:pkgA","old":{"type":"pulumi:providers:pkgA","urn":"urn:pulumi:test::test::pulumi:providers:pkgA::A","custom":true,"id":"0","parent":"","inputs":{},"outputs":{"A":"foo"},"provider":""},"new":{"type":"pulumi:providers:pkgA","urn":"urn:pulumi:test::test::pulumi:providers:pkgA::A","custom":true,"id":"0","parent":"","inputs":{"A":"bar"},"outputs":{"A":"bar"},"provider":""},"detailedDiff":null,"logical":true,"provider":""}}}
{"sequence":0,"timestamp":0,"resourcePreEvent":{"metadata":{"op":"same","urn":"urn:pulumi:test::test::pkgA:m:typA::B","type":"pkgA:m:typA","old":{"type":"pkgA:m:typA","urn":"urn:pulumi:test::test::pkgA:m:typA::B","custom":true,"id":"1","parent":"","inputs":{},"outputs":{},"provider":"urn:pulumi:test::test::pulumi:providers:pkgA::A::0"},"new":{"type":"pkgA:m:typA","urn":"urn:pulumi:test::test::pkgA:m:typA::B","custom":true,"id":"1","parent":"","inputs":{},"outputs":{},"provider":"urn:pulumi:test::test::pulumi:providers:pkgA::A::0"},"detailedDiff":null,"logical":true,"provider":"urn:pulumi:test::test::pulumi:providers:pkgA::A::0"}}}
{"sequence":0,"timestamp":0,"resOutputsEvent":{"metadata":{"op":"same","urn":"urn:pulumi:test::test::pkgA:m:typA::B","type":"pkgA:m:typA","old":{"type":"pkgA:m:typA","urn":"urn:pulumi:test::test::pkgA:m:typA::B","custom":true,"id":"1","parent":"","inputs":{},"outputs":{},"provider":"urn:pulumi:test::test::pulumi:providers:pkgA::A::0"},"new":{"type":"pkgA:m:typA","urn":"urn:pulumi:test::test::pkgA:m:typA::B","custom":true,"id":"1","parent":"","inputs":{},"outputs":{},"provider":"urn:pulumi:test::test::pulumi:providers:pkgA::A::0"},"detailedDiff":null,"logical":true,"provider":"urn:pulumi:test::test::pulumi:providers:pkgA::A::0"}}}
{"sequence":0,"timestamp":0,"resourcePreEvent":{"metadata":{"op":"update","urn":"urn:pulumi:test::test::pulumi:providers:pkgA::C","type":"pulumi:providers:pkgA","old":{"type":"pulumi:providers:pkgA","urn":"urn:pulumi:test::test::pulumi:providers:pkgA::C","custom":true,"id":"2","parent":"","inputs":{"A":"foo"},"outputs":{"A":"bar"},"provider":""},"new":{"type":"pulumi:providers:pkgA","urn":"urn:pulumi:test::test::pulumi:providers:pkgA::C","custom":true,"id":"","parent":"","inputs":{},"outputs":{},"provider":""},"detailedDiff":null,"logical":true,"provider":""}}}
{"sequence":0,"timestamp":0,"resOutputsEvent":{"metadata":{"op":"update","urn":"urn:pulumi:test::test::pulumi:providers:pkgA::C","type":"pulumi:providers:pkgA","old":{"type":"pulumi:providers:pkgA","urn":"urn:pulumi:test::test::pulumi:providers:pkgA::C","custom":true,"id":"2","parent":"","inputs":{"A":"foo"},"outputs":{"A":"bar"},"provider":""},"new":{"type":"pulumi:providers:pkgA","urn":"urn:pulumi:test::test::pulumi:providers:pkgA::C","custom":true,"id":"2","parent":"","inputs":{},"outputs":{},"provider":""},"detailedDiff":null,"logical":true,"provider":""}}}
{"sequence":0,"timestamp":0,"resourcePreEvent":{"metadata":{"op":"update","urn":"urn:pulumi:test::test::pulumi:providers:pkgA::D","type":"pulumi:providers:pkgA","old":{"type":"pulumi:providers:pkgA","urn":"urn:pulumi:test::test::pulumi:providers:pkgA::D","custom":true,"id":"3","parent":"","inputs":{"B":"foo"},"outputs":{"B":"foo"},"provider":""},"new":{"type":"pulumi:providers:pkgA","urn":"urn:pulumi:test::test::pulumi:providers:pkgA::D","custom":true,"id":"","parent":"","inputs":{},"outputs":{},"provider":""},"detailedDiff":null,"logical":true,"provider":""}}}
{"sequence":0,"timestamp":0,"resOutputsEvent":{"metadata":{"op":"update","urn":"urn:pulumi:test::test::pulumi:providers:pkgA::D","type":"pulumi:providers:pkgA","old":{"type":"pulumi:providers:pkgA","urn":"urn:pulumi:test::test::pulumi:providers:pkgA::D","custom":true,"id":"3","parent":"","inputs":{"B":"foo"},"outputs":{"B":"foo"},"provider":""},"new":{"type":"pulumi:providers:pkgA","urn":"urn:pulumi:test::test::pulumi:providers:pkgA::D","custom":true,"id":"3","parent":"","inputs":{},"outputs":{},"provider":""},"detailedDiff":null,"logical":true,"provider":""}}}
{"sequence":0,"timestamp":0,"resourcePreEvent":{"metadata":{"op":"same","urn":"urn:pulumi:test::test::pkgA:m:typA::E","type":"pkgA:m:typA","old":{"type":"pkgA:m:typA","urn":"urn:pulumi:test::test::pkgA:m:typA::E","custom":true,"id":"4","parent":"","inputs":{},"outputs":{},"provider":"urn:pulumi:test::test::pulumi:providers:pkgA::C::2"},"new":{"type":"pkgA:m:typA","urn":"urn:pulumi:test::test::pkgA:m:typA::E","custom":true,"id":"4","parent":"","inputs":{},"outputs":{},"provider":"urn:pulumi:test::test::pulumi:providers:pkgA::C::2"},"detailedDiff":null,"logical":true,"provider":"urn:pulumi:test::test::pulumi:providers:pkgA::C::2"}}}
{"sequence":0,"timestamp":0,"resOutputsEvent":{"metadata":{"op":"same","urn":"urn:pulumi:test::test::pkgA:m:typA::E","type":"pkgA:m:typA","old":{"type":"pkgA:m:typA","urn":"urn:pulumi:test::test::pkgA:m:typA::E","custom":true,"id":"4","parent":"","inputs":{},"outputs":{},"provider":"urn:pulumi:test::test::pulumi:providers:pkgA::C::2"},"new":{"type":"pkgA:m:typA","urn":"urn:pulumi:test::test::pkgA:m:typA::E","custom":true,"id":"4","parent":"","inputs":{},"outputs":{},"provider":"urn:pulumi:test::test::pulumi:providers:pkgA::C::2"},"detailedDiff":null,"logical":true,"provider":"urn:pulumi:test::test::pulumi:providers:pkgA::C::2"}}}
{"sequence":0,"timestamp":0,"resourcePreEvent":{"metadata":{"op":"same","urn":"urn:pulumi:test::test::pulumi:providers:pkgA::default","type":"pulumi:providers:pkgA","old":{"type":"pulumi:providers:pkgA","urn":"urn:pulumi:test::test::pulumi:providers:pkgA::default","custom":true,"id":"48321ba9-fb3a-440f-8b5f-29b262b9cecf","parent":"","inputs":{},"outputs":{},"provider":""},"new":{"type":"pulumi:providers:pkgA","urn":"urn:pulumi:test::test::pulumi:providers:pkgA::default","custom":true,"id":"","parent":"","inputs":{},"outputs":{},"provider":""},"detailedDiff":null,"logical":true,"provider":""}}}
{"sequence":0,"timestamp":0,"resOutputsEvent":{"metadata":{"op":"same","urn":"urn:pulumi:test::test::pulumi:providers:pkgA::default","type":"pulumi:providers:pkgA","old":{"type":"pulumi:providers:pkgA","urn":"urn:pulumi:test::test::pulumi:providers:pkgA::default","custom":true,"id":"48321ba9-fb3a-440f-8b5f-29b262b9cecf","parent":"","inputs":{},"outputs":{},"provider":""},"new":{"type":"pulumi:providers:pkgA","urn":"urn:pulumi:test::test::pulumi:providers:pkgA::default","custom":true,"id":"48321ba9-fb3a-440f-8b5f-29b262b9cecf","parent":"","inputs":{},"outputs":{},"provider":""},"detailedDiff":null,"logical":true,"provider":""}}}
{"sequence":0,"timestamp":0,"resourcePreEvent":{"metadata":{"op":"same","urn":"urn:pulumi:test::test::pkgA:m:typA::F","type":"pkgA:m:typA","old":{"type":"pkgA:m:typA","urn":"urn:pulumi:test::test::pkgA:m:typA::F","custom":true,"id":"5","parent":"","inputs":{"A":"foo"},"outputs":{},"provider":"urn:pulumi:test::test::pulumi:providers:pkgA::default::48321ba9-fb3a-440f-8b5f-29b262b9cecf"},"new":{"type":"pkgA:m:typA","urn":"urn:pulumi:test::test::pkgA:m:typA::F","custom":true,"id":"5","parent":"","inputs":{"A":"foo"},"outputs":{},"provider":"urn:pulumi:test::test::pulumi:providers:pkgA::default::48321ba9-fb3a-440f-8b5f-29b262b9cecf"},"detailedDiff":null,"logical":true,"provider":"urn:pulumi:test::test::pulumi:providers:pkgA::default::48321ba9-fb3a-440f-8b5f-29b262b9cecf"}}}
{"sequence":0,"timestamp":0,"resOutputsEvent":{"metadata":{"op":"same","urn":"urn:pulumi:test::test::pkgA:m:typA::F","type":"pkgA:m:typA","old":{"type":"pkgA:m:typA","urn":"urn:pulumi:test::test::pkgA:m:typA::F","custom":true,"id":"5","parent":"","inputs":{"A":"foo"},"outputs":{},"provider":"urn:pulumi:test::test::pulumi:providers:pkgA::default::48321ba9-fb3a-440f-8b5f-29b262b9cecf"},"new":{"type":"pkgA:m:typA","urn":"urn:pulumi:test::test::pkgA:m:typA::F","custom":true,"id":"5","parent":"","inputs":{"A":"foo"},"outputs":{},"provider":"urn:pulumi:test::test::pulumi:providers:pkgA::default::48321ba9-fb3a-440f-8b5f-29b262b9cecf"},"detailedDiff":null,"logical":true,"provider":"urn:pulumi:test::test::pulumi:providers:pkgA::default::48321ba9-fb3a-440f-8b5f-29b262b9cecf"}}}
{"sequence":0,"timestamp":0,"resourcePreEvent":{"metadata":{"op":"update","urn":"urn:pulumi:test::test::pkgA:m:typA::G","type":"pkgA:m:typA","old":{"type":"pkgA:m:typA","urn":"urn:pulumi:test::test::pkgA:m:typA::G","custom":true,"id":"6","parent":"","inputs":{"B":"foo"},"outputs":{},"provider":"urn:pulumi:test::test::pulumi:providers:pkgA::default::48321ba9-fb3a-440f-8b5f-29b262b9cecf"},"new":{"type":"pkgA:m:typA","urn":"urn:pulumi:test::test::pkgA:m:typA::G","custom":true,"id":"","parent":"","inputs":{},"outputs":{},"provider":"urn:pulumi:test::test::pulumi:providers:pkgA::default::48321ba9-fb3a-440f-8b5f-29b262b9cecf"},"detailedDiff":null,"logical":true,"provider":"urn:pulumi:test::test::pulumi:providers:pkgA::default::48321ba9-fb3a-440f-8b5f-29b262b9cecf"}}}
{"sequence":0,"timestamp":0,"resOutputsEvent":{"metadata":{"op":"update","urn":"urn:pulumi:test::test::pkgA:m:typA::G","type":"pkgA:m:typA","old":{"type":"pkgA:m:typA","urn":"urn:pulumi:test::test::pkgA:m:typA::G","custom":true,"id":"6","parent":"","inputs":{"B":"foo"},"outputs":{},"provider":"urn:pulumi:test::test::pulumi:providers:pkgA::default::48321ba9-fb3a-440f-8b5f-29b262b9cecf"},"new":{"type":"pkgA:m:typA","urn":"urn:pulumi:test::test::pkgA:m:typA::G","custom":true,"id":"6","parent":"","inputs":{},"outputs":{"output_prop":42},"provider":"urn:pulumi:test::test::pulumi:providers:pkgA::default::48321ba9-fb3a-440f-8b5f-29b262b9cecf"},"detailedDiff":null,"logical":true,"provider":"urn:pulumi:test::test::pulumi:providers:pkgA::default::48321ba9-fb3a-440f-8b5f-29b262b9cecf"}}}
{"sequence":0,"timestamp":0,"resourcePreEvent":{"metadata":{"op":"same","urn":"urn:pulumi:test::test::pkgA:m:typA::H","type":"pkgA:m:typA","old":{"type":"pkgA:m:typA","urn":"urn:pulumi:test::test::pkgA:m:typA::H","custom":true,"id":"4","parent":"","inputs":{},"outputs":{},"provider":"urn:pulumi:test::test::pulumi:providers:pkgA::D::3"},"new":{"type":"pkgA:m:typA","urn":"urn:pulumi:test::test::pkgA:m:typA::H","custom":true,"id":"4","parent":"","inputs":{},"outputs":{},"provider":"urn:pulumi:test::test::pulumi:providers:pkgA::D::3"},"detailedDiff":null,"logical":true,"provider":"urn:pulumi:test::test::pulumi:providers:pkgA::D::3"}}}
{"sequence":0,"timestamp":0,"resOutputsEvent":{"metadata":{"op":"same","urn":"urn:pulumi:test::test::pkgA:m:typA::H","type":"pkgA:m:typA","old":{"type":"pkgA:m:typA","urn":"urn:pulumi:test::test::pkgA:m:typA::H","custom":true,"id":"4","parent":"","inputs":{},"outputs":{},"provider":"urn:pulumi:test::test::pulumi:providers:pkgA::D::3"},"new":{"type":"pkgA:m:typA","urn":"urn:pulumi:test::test::pkgA:m:typA::H","custom":true,"id":"4","parent":"","inputs":{},"outputs":{},"provider":"urn:pulumi:test::test::pulumi:providers:pkgA::D::3"},"detailedDiff":null,"logical":true,"provider":"urn:pulumi:test::test::pulumi:providers:pkgA::D::3"}}}
{"sequence":0,"timestamp":0,"resourcePreEvent":{"metadata":{"op":"same","urn":"urn:pulumi:test::test::pkgA:m:typA::I","type":"pkgA:m:typA","old":{"type":"pkgA:m:typA","urn":"urn:pulumi:test::test::pkgA:m:typA::I","custom":true,"id":"5","parent":"","inputs":{"A":"foo"},"outputs":{},"provider":"urn:pulumi:test::test::pulumi:providers:pkgA::default::48321ba9-fb3a-440f-8b5f-29b262b9cecf"},"new":{"type":"pkgA:m:typA","urn":"urn:pulumi:test::test::pkgA:m:typA::I","custom":true,"id":"5","parent":"","inputs":{"A":"foo"},"outputs":{},"provider":"urn:pulumi:test::test::pulumi:providers:pkgA::default::48321ba9-fb3a-440f-8b5f-29b262b9cecf"},"detailedDiff":null,"logical":true,"provider":"urn:pulumi:test::test::pulumi:providers:pkgA::default::48321ba9-fb3a-440f-8b5f-29b262b9cecf"}}}
{"sequence":0,"timestamp":0,"resOutputsEvent":{"metadata":{"op":"same","urn":"urn:pulumi:test::test::pkgA:m:typA::I","type":"pkgA:m:typA","old":{"type":"pkgA:m:typA","urn":"urn:pulumi:test::test::pkgA:m:typA::I","custom":true,"id":"5","parent":"","inputs":{"A":"foo"},"outputs":{},"provider":"urn:pulumi:test::test::pulumi:providers:pkgA::default::48321ba9-fb3a-440f-8b5f-29b262b9cecf"},"new":{"type":"pkgA:m:typA","urn":"urn:pulumi:test::test::pkgA:m:typA::I","custom":true,"id":"5","parent":"","inputs":{"A":"foo"},"outputs":{},"provider":"urn:pulumi:test::test::pulumi:providers:pkgA::default::48321ba9-fb3a-440f-8b5f-29b262b9cecf"},"detailedDiff":null,"logical":true,"provider":"urn:pulumi:test::test::pulumi:providers:pkgA::default::48321ba9-fb3a-440f-8b5f-29b262b9cecf"}}}
{"sequence":0,"timestamp":0,"resourcePreEvent":{"metadata":{"op":"same","urn":"urn:pulumi:test::test::pkgA:m:typA::J","type":"pkgA:m:typA","old":{"type":"pkgA:m:typA","urn":"urn:pulumi:test::test::pkgA:m:typA::J","custom":true,"id":"6","parent":"","inputs":{"B":"foo"},"outputs":{},"provider":"urn:pulumi:test::test::pulumi:providers:pkgA::default::48321ba9-fb3a-440f-8b5f-29b262b9cecf"},"new":{"type":"pkgA:m:typA","urn":"urn:pulumi:test::test::pkgA:m:typA::J","custom":true,"id":"6","parent":"","inputs":{"B":"foo"},"outputs":{},"provider":"urn:pulumi:test::test::pulumi:providers:pkgA::default::48321ba9-fb3a-440f-8b5f-29b262b9cecf"},"detailedDiff":null,"logical":true,"provider":"urn:pulumi:test::test::pulumi:providers:pkgA::default::48321ba9-fb3a-440f-8b5f-29b262b9cecf"}}}
{"sequence":0,"timestamp":0,"resOutputsEvent":{"metadata":{"op":"same","urn":"urn:pulumi:test::test::pkgA:m:typA::J","type":"pkgA:m:typA","old":{"type":"pkgA:m:typA","urn":"urn:pulumi:test::test::pkgA:m:typA::J","custom":true,"id":"6","parent":"","inputs":{"B":"foo"},"outputs":{},"provider":"urn:pulumi:test::test::pulumi:providers:pkgA::default::48321ba9-fb3a-440f-8b5f-29b262b9cecf"},"new":{"type":"pkgA:m:typA","urn":"urn:pulumi:test::test::pkgA:m:typA::J","custom":true,"id":"6","parent":"","inputs":{"B":"foo"},"outputs":{},"provider":"urn:pulumi:test::test::pulumi:providers:pkgA::default::48321ba9-fb3a-440f-8b5f-29b262b9cecf"},"detailedDiff":null,"logical":true,"provider":"urn:pulumi:test::test::pulumi:providers:pkgA::default::48321ba9-fb3a-440f-8b5f-29b262b9cecf"}}}
{"sequence":0,"timestamp":0,"resourcePreEvent":{"metadata":{"op":"same","urn":"urn:pulumi:test::test::pkgA:m:typA::K","type":"pkgA:m:typA","old":{"type":"pkgA:m:typA","urn":"urn:pulumi:test::test::pkgA:m:typA::K","custom":true,"id":"7","parent":"","inputs":{"A":"foo"},"outputs":{},"provider":"urn:pulumi:test::test::pulumi:providers:pkgA::default::48321ba9-fb3a-440f-8b5f-29b262b9cecf"},"new":{"type":"pkgA:m:typA","urn":"urn:pulumi:test::test::pkgA:m:typA::K","custom":true,"id":"7","parent":"","inputs":{"A":"foo"},"outputs":{},"provider":"urn:pulumi:test::test::pulumi:providers:pkgA::default::48321ba9-fb3a-440f-8b5f-29b262b9cecf"},"detailedDiff":null,"logical":true,"provider":"urn:pulumi:test::test::pulumi:providers:pkgA::default::48321ba9-fb3a-440f-8b5f-29b262b9cecf"}}}
{"sequence":0,"timestamp":0,"resOutputsEvent":{"metadata":{"op":"same","urn":"urn:pulumi:test::test::pkgA:m:typA::K","type":"pkgA:m:typA","old":{"type":"pkgA:m:typA","urn":"urn:pulumi:test::test::pkgA:m:typA::K","custom":true,"id":"7","parent":"","inputs":{"A":"foo"},"outputs":{},"provider":"urn:pulumi:test::test::pulumi:providers:pkgA::default::48321ba9-fb3a-440f-8b5f-29b262b9cecf"},"new":{"type":"pkgA:m:typA","urn":"urn:pulumi:test::test::pkgA:m:typA::K","custom":true,"id":"7","parent":"","inputs":{"A":"foo"},"outputs":{},"provider":"urn:pulumi:test::test::pulumi:providers:pkgA::default::48321ba9-fb3a-440f-8b5f-29b262b9cecf"},"detailedDiff":null,"logical":true,"provider":"urn:pulumi:test::test::pulumi:providers:pkgA::default::48321ba9-fb3a-440f-8b5f-29b262b9cecf"}}}
{"sequence":0,"timestamp":0,"resourcePreEvent":{"metadata":{"op":"same","urn":"urn:pulumi:test::test::pkgA:m:typA::L","type":"pkgA:m:typA","old":{"type":"pkgA:m:typA","urn":"urn:pulumi:test::test::pkgA:m:typA::L","custom":true,"id":"8","parent":"","inputs":{"B":"foo"},"outputs":{},"provider":"urn:pulumi:test::test::pulumi:providers:pkgA::default::48321ba9-fb3a-440f-8b5f-29b262b9cecf"},"new":{"type":"pkgA:m:typA","urn":"urn:pulumi:test::test::pkgA:m:typA::L","custom":true,"id":"8","parent":"","inputs":{"B":"foo"},"outputs":{},"provider":"urn:pulumi:test::test::pulumi:providers:pkgA::default::48321ba9-fb3a-440f-8b5f-29b262b9cecf"},"detailedDiff":null,"logical":true,"provider":"urn:pulumi:test::test::pulumi:providers:pkgA::default::48321ba9-fb3a-440f-8b5f-29b262b9cecf"}}}
{"sequence":0,"timestamp":0,"resOutputsEvent":{"metadata":{"op":"same","urn":"urn:pulumi:test::test::pkgA:m:typA::L","type":"pkgA:m:typA","old":{"type":"pkgA:m:typA","urn":"urn:pulumi:test::test::pkgA:m:typA::L","custom":true,"id":"8","parent":"","inputs":{"B":"foo"},"outputs":{},"provider":"urn:pulumi:test::test::pulumi:providers:pkgA::default::48321ba9-fb3a-440f-8b5f-29b262b9cecf"},"new":{"type":"pkgA:m:typA","urn":"urn:pulumi:test::test::pkgA:m:typA::L","custom":true,"id":"8","parent":"","inputs":{"B":"foo"},"outputs":{},"provider":"urn:pulumi:test::test::pulumi:providers:pkgA::default::48321ba9-fb3a-440f-8b5f-29b262b9cecf"},"detailedDiff":null,"logical":true,"provider":"urn:pulumi:test::test::pulumi:providers:pkgA::default::48321ba9-fb3a-440f-8b5f-29b262b9cecf"}}}
{"sequence":0,"timestamp":0,"summaryEvent":{"maybeCorrupt":false,"durationSeconds":1,"resourceChanges":{"same":8,"update":4},"PolicyPacks":{}}}
{"sequence":0,"timestamp":0,"cancelEvent":{}}