Skip to content

Commit 6f3fc6b

Browse files
re-record tests
1 parent 3dc7185 commit 6f3fc6b

File tree

28 files changed

+50
-64
lines changed

28 files changed

+50
-64
lines changed

pkg/pf/tests/testdata/TestDetailedDiffSet/block_with_computed_and_computed_requires_replace/added.golden

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,9 @@ Plan: 1 to add, 0 to change, 1 to destroy.
2727
+-testprovider:index/test:Test: (replace)
2828
[id=test-id]
2929
[urn=urn:pulumi:test::project::testprovider:index/test:Test::p]
30-
~ id : "test-id" => output<string>
3130
~ keys: [
3231
+ [0]: {
33-
+ computed: output<string>
34-
+ nested : "value"
32+
+ nested: "value"
3533
}
3634
]
3735
Resources:

pkg/pf/tests/testdata/TestDetailedDiffSet/block_with_computed_and_computed_requires_replace/changed_non-null_to_null.golden

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ Plan: 0 to add, 1 to change, 0 to destroy.
3030
[urn=urn:pulumi:test::project::testprovider:index/test:Test::p]
3131
- keys: [
3232
- [0]: {
33-
- nested: "value"
33+
- computed: "computed-value"
34+
- nested : "value"
3435
}
3536
]
3637
Resources:

pkg/pf/tests/testdata/TestDetailedDiffSet/block_with_computed_and_computed_requires_replace/changed_null_to_non-null.golden

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,9 @@ Plan: 1 to add, 0 to change, 1 to destroy.
2828
+-testprovider:index/test:Test: (replace)
2929
[id=test-id]
3030
[urn=urn:pulumi:test::project::testprovider:index/test:Test::p]
31-
~ id : "test-id" => output<string>
3231
~ keys: [
3332
+ [0]: {
34-
+ computed: output<string>
35-
+ nested : "value"
33+
+ nested: "value"
3634
}
3735
]
3836
Resources:

pkg/pf/tests/testdata/TestDetailedDiffSet/block_with_computed_and_computed_requires_replace/removed.golden

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ Plan: 0 to add, 1 to change, 0 to destroy.
3131
[urn=urn:pulumi:test::project::testprovider:index/test:Test::p]
3232
~ keys: [
3333
- [0]: {
34-
- nested: "value"
34+
- computed: "computed-value"
35+
- nested : "value"
3536
}
3637
]
3738
Resources:

pkg/pf/tests/testdata/TestDetailedDiffSet/block_with_computed_and_computed_requires_replace_computed_specified_in_program/added.golden

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ Plan: 1 to add, 0 to change, 1 to destroy.
2727
+-testprovider:index/test:Test: (replace)
2828
[id=test-id]
2929
[urn=urn:pulumi:test::project::testprovider:index/test:Test::p]
30-
~ id : "test-id" => output<string>
3130
~ keys: [
3231
+ [0]: {
3332
+ computed: "non-computed-value"

pkg/pf/tests/testdata/TestDetailedDiffSet/block_with_computed_and_computed_requires_replace_computed_specified_in_program/changed_null_to_non-null.golden

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ Plan: 1 to add, 0 to change, 1 to destroy.
2828
+-testprovider:index/test:Test: (replace)
2929
[id=test-id]
3030
[urn=urn:pulumi:test::project::testprovider:index/test:Test::p]
31-
~ id : "test-id" => output<string>
3231
~ keys: [
3332
+ [0]: {
3433
+ computed: "non-computed-value"

pkg/pf/tests/testdata/TestDetailedDiffSet/block_with_computed_and_nested_requires_replace/added.golden

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,9 @@ Plan: 1 to add, 0 to change, 1 to destroy.
2727
+-testprovider:index/test:Test: (replace)
2828
[id=test-id]
2929
[urn=urn:pulumi:test::project::testprovider:index/test:Test::p]
30-
~ id : "test-id" => output<string>
3130
~ keys: [
3231
+ [0]: {
33-
+ computed: output<string>
34-
+ nested : "value"
32+
+ nested: "value"
3533
}
3634
]
3735
Resources:

pkg/pf/tests/testdata/TestDetailedDiffSet/block_with_computed_and_nested_requires_replace/changed_non-null_to_null.golden

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ Plan: 0 to add, 1 to change, 0 to destroy.
3030
[urn=urn:pulumi:test::project::testprovider:index/test:Test::p]
3131
- keys: [
3232
- [0]: {
33-
- nested: "value"
33+
- computed: "computed-value"
34+
- nested : "value"
3435
}
3536
]
3637
Resources:

pkg/pf/tests/testdata/TestDetailedDiffSet/block_with_computed_and_nested_requires_replace/changed_null_to_non-null.golden

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,9 @@ Plan: 1 to add, 0 to change, 1 to destroy.
2828
+-testprovider:index/test:Test: (replace)
2929
[id=test-id]
3030
[urn=urn:pulumi:test::project::testprovider:index/test:Test::p]
31-
~ id : "test-id" => output<string>
3231
~ keys: [
3332
+ [0]: {
34-
+ computed: output<string>
35-
+ nested : "value"
33+
+ nested: "value"
3634
}
3735
]
3836
Resources:

pkg/pf/tests/testdata/TestDetailedDiffSet/block_with_computed_and_nested_requires_replace/removed.golden

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ Plan: 0 to add, 1 to change, 0 to destroy.
3131
[urn=urn:pulumi:test::project::testprovider:index/test:Test::p]
3232
~ keys: [
3333
- [0]: {
34-
- nested: "value"
34+
- computed: "computed-value"
35+
- nested : "value"
3536
}
3637
]
3738
Resources:

pkg/pf/tests/testdata/TestDetailedDiffSet/block_with_computed_and_nested_requires_replace_computed_specified_in_program/added.golden

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ Plan: 1 to add, 0 to change, 1 to destroy.
2727
+-testprovider:index/test:Test: (replace)
2828
[id=test-id]
2929
[urn=urn:pulumi:test::project::testprovider:index/test:Test::p]
30-
~ id : "test-id" => output<string>
3130
~ keys: [
3231
+ [0]: {
3332
+ computed: "non-computed-value"

pkg/pf/tests/testdata/TestDetailedDiffSet/block_with_computed_and_nested_requires_replace_computed_specified_in_program/changed_null_to_non-null.golden

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ Plan: 1 to add, 0 to change, 1 to destroy.
2828
+-testprovider:index/test:Test: (replace)
2929
[id=test-id]
3030
[urn=urn:pulumi:test::project::testprovider:index/test:Test::p]
31-
~ id : "test-id" => output<string>
3231
~ keys: [
3332
+ [0]: {
3433
+ computed: "non-computed-value"

pkg/pf/tests/testdata/TestDetailedDiffSet/block_with_computed_no_replace_computed/changed_non-null_to_null.golden

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ Plan: 0 to add, 1 to change, 0 to destroy.
3030
[urn=urn:pulumi:test::project::testprovider:index/test:Test::p]
3131
- keys: [
3232
- [0]: {
33-
- nested: "value"
33+
- computed: "computed-value"
34+
- nested : "value"
3435
}
3536
]
3637
Resources:

pkg/pf/tests/testdata/TestDetailedDiffSet/block_with_computed_no_replace_computed/changed_null_to_non-null.golden

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ Plan: 0 to add, 1 to change, 0 to destroy.
2828
~ testprovider:index/test:Test: (update)
2929
[id=test-id]
3030
[urn=urn:pulumi:test::project::testprovider:index/test:Test::p]
31-
+ keys: [
32-
+ [0]: {
33-
+ nested: "value"
34-
}
31+
~ keys: [
32+
+ [0]: {
33+
+ nested: "value"
34+
}
3535
]
3636
Resources:
3737
~ 1 to update

pkg/pf/tests/testdata/TestDetailedDiffSet/block_with_computed_no_replace_computed/removed.golden

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ Plan: 0 to add, 1 to change, 0 to destroy.
3131
[urn=urn:pulumi:test::project::testprovider:index/test:Test::p]
3232
~ keys: [
3333
- [0]: {
34-
- nested: "value"
34+
- computed: "computed-value"
35+
- nested : "value"
3536
}
3637
]
3738
Resources:

pkg/pf/tests/testdata/TestDetailedDiffSet/block_with_computed_no_replace_computed_specified_in_program/changed_null_to_non-null.golden

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@ Plan: 0 to add, 1 to change, 0 to destroy.
2828
~ testprovider:index/test:Test: (update)
2929
[id=test-id]
3030
[urn=urn:pulumi:test::project::testprovider:index/test:Test::p]
31-
+ keys: [
32-
+ [0]: {
33-
+ computed: "non-computed-value"
34-
+ nested : "value"
35-
}
31+
~ keys: [
32+
+ [0]: {
33+
+ computed: "non-computed-value"
34+
+ nested : "value"
35+
}
3636
]
3737
Resources:
3838
~ 1 to update

pkg/pf/tests/testdata/TestDetailedDiffSet/block_with_computed_no_state_for_unknown/changed_non-null_to_null.golden

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ Plan: 0 to add, 1 to change, 0 to destroy.
3030
[urn=urn:pulumi:test::project::testprovider:index/test:Test::p]
3131
- keys: [
3232
- [0]: {
33-
- nested: "value"
33+
- computed: "computed-value"
34+
- nested : "value"
3435
}
3536
]
3637
Resources:

pkg/pf/tests/testdata/TestDetailedDiffSet/block_with_computed_no_state_for_unknown/changed_null_to_non-null.golden

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ Plan: 0 to add, 1 to change, 0 to destroy.
2828
~ testprovider:index/test:Test: (update)
2929
[id=test-id]
3030
[urn=urn:pulumi:test::project::testprovider:index/test:Test::p]
31-
+ keys: [
32-
+ [0]: {
33-
+ nested: "value"
34-
}
31+
~ keys: [
32+
+ [0]: {
33+
+ nested: "value"
34+
}
3535
]
3636
Resources:
3737
~ 1 to update

pkg/pf/tests/testdata/TestDetailedDiffSet/block_with_computed_no_state_for_unknown/removed.golden

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ Plan: 0 to add, 1 to change, 0 to destroy.
3131
[urn=urn:pulumi:test::project::testprovider:index/test:Test::p]
3232
~ keys: [
3333
- [0]: {
34-
- nested: "value"
34+
- computed: "computed-value"
35+
- nested : "value"
3536
}
3637
]
3738
Resources:

pkg/pf/tests/testdata/TestDetailedDiffSet/block_with_computed_no_state_for_unknown_computed_specified_in_program/changed_null_to_non-null.golden

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@ Plan: 0 to add, 1 to change, 0 to destroy.
2828
~ testprovider:index/test:Test: (update)
2929
[id=test-id]
3030
[urn=urn:pulumi:test::project::testprovider:index/test:Test::p]
31-
+ keys: [
32-
+ [0]: {
33-
+ computed: "non-computed-value"
34-
+ nested : "value"
35-
}
31+
~ keys: [
32+
+ [0]: {
33+
+ computed: "non-computed-value"
34+
+ nested : "value"
35+
}
3636
]
3737
Resources:
3838
~ 1 to update

pkg/pf/tests/testdata/TestDetailedDiffSet/block_with_computed_requires_replace/added.golden

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,9 @@ Plan: 1 to add, 0 to change, 1 to destroy.
2727
+-testprovider:index/test:Test: (replace)
2828
[id=test-id]
2929
[urn=urn:pulumi:test::project::testprovider:index/test:Test::p]
30-
~ id : "test-id" => output<string>
3130
~ keys: [
3231
+ [0]: {
33-
+ computed: output<string>
34-
+ nested : "value"
32+
+ nested: "value"
3533
}
3634
]
3735
Resources:

pkg/pf/tests/testdata/TestDetailedDiffSet/block_with_computed_requires_replace/changed_non-null_to_null.golden

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,11 @@ Plan: 1 to add, 0 to change, 1 to destroy.
2828
+-testprovider:index/test:Test: (replace)
2929
[id=test-id]
3030
[urn=urn:pulumi:test::project::testprovider:index/test:Test::p]
31-
~ id : "test-id" => output<string>
32-
~ keys: [
33-
- [0]: {
34-
- computed: "computed-value"
35-
- nested : "value"
36-
}
31+
- keys: [
32+
- [0]: {
33+
- computed: "computed-value"
34+
- nested : "value"
35+
}
3736
]
3837
Resources:
3938
+-1 to replace

pkg/pf/tests/testdata/TestDetailedDiffSet/block_with_computed_requires_replace/changed_null_to_non-null.golden

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,9 @@ Plan: 1 to add, 0 to change, 1 to destroy.
2828
+-testprovider:index/test:Test: (replace)
2929
[id=test-id]
3030
[urn=urn:pulumi:test::project::testprovider:index/test:Test::p]
31-
~ id : "test-id" => output<string>
3231
~ keys: [
3332
+ [0]: {
34-
+ computed: output<string>
35-
+ nested : "value"
33+
+ nested: "value"
3634
}
3735
]
3836
Resources:

pkg/pf/tests/testdata/TestDetailedDiffSet/block_with_computed_requires_replace/removed.golden

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ Plan: 1 to add, 0 to change, 1 to destroy.
2929
+-testprovider:index/test:Test: (replace)
3030
[id=test-id]
3131
[urn=urn:pulumi:test::project::testprovider:index/test:Test::p]
32-
~ id : "test-id" => output<string>
3332
~ keys: [
3433
- [0]: {
3534
- computed: "computed-value"

pkg/pf/tests/testdata/TestDetailedDiffSet/block_with_computed_requires_replace_computed_specified_in_program/added.golden

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ Plan: 1 to add, 0 to change, 1 to destroy.
2727
+-testprovider:index/test:Test: (replace)
2828
[id=test-id]
2929
[urn=urn:pulumi:test::project::testprovider:index/test:Test::p]
30-
~ id : "test-id" => output<string>
3130
~ keys: [
3231
+ [0]: {
3332
+ computed: "non-computed-value"

pkg/pf/tests/testdata/TestDetailedDiffSet/block_with_computed_requires_replace_computed_specified_in_program/changed_non-null_to_null.golden

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,11 @@ Plan: 1 to add, 0 to change, 1 to destroy.
2828
+-testprovider:index/test:Test: (replace)
2929
[id=test-id]
3030
[urn=urn:pulumi:test::project::testprovider:index/test:Test::p]
31-
~ id : "test-id" => output<string>
32-
~ keys: [
33-
- [0]: {
34-
- computed: "non-computed-value"
35-
- nested : "value"
36-
}
31+
- keys: [
32+
- [0]: {
33+
- computed: "non-computed-value"
34+
- nested : "value"
35+
}
3736
]
3837
Resources:
3938
+-1 to replace

pkg/pf/tests/testdata/TestDetailedDiffSet/block_with_computed_requires_replace_computed_specified_in_program/changed_null_to_non-null.golden

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ Plan: 1 to add, 0 to change, 1 to destroy.
2828
+-testprovider:index/test:Test: (replace)
2929
[id=test-id]
3030
[urn=urn:pulumi:test::project::testprovider:index/test:Test::p]
31-
~ id : "test-id" => output<string>
3231
~ keys: [
3332
+ [0]: {
3433
+ computed: "non-computed-value"

pkg/pf/tests/testdata/TestDetailedDiffSet/block_with_computed_requires_replace_computed_specified_in_program/removed.golden

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ Plan: 1 to add, 0 to change, 1 to destroy.
2929
+-testprovider:index/test:Test: (replace)
3030
[id=test-id]
3131
[urn=urn:pulumi:test::project::testprovider:index/test:Test::p]
32-
~ id : "test-id" => output<string>
3332
~ keys: [
3433
- [0]: {
3534
- computed: "non-computed-value"

0 commit comments

Comments
 (0)