-
Notifications
You must be signed in to change notification settings - Fork 59
Complete target-release
test simulating an entire update
#9059
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
38a265b
3e61a97
e1b43c3
6b7e9ed
db263c1
bbb204c
67505ec
e1f2fe1
529874d
961338c
fed7aa0
bf79e74
51b3103
9514deb
ce31570
70d4ab9
690ea16
f15fa4b
5525529
c8126af
056829f
e3615a9
a38a811
b4bcca7
a6548ca
448a39d
07d79f3
730a3b5
f34422f
4939771
aa76e15
b4cfa2d
ff13b71
2e04448
8067ac9
e9b2e17
2ab3af2
87ecf81
02d6aae
e8d0d03
ef82b33
0ac6f92
f82ad3b
59194c0
deb3139
e7c58ef
d42a109
ff3d86b
7b67eaf
8d17221
b1ee973
4ea1405
9843b4a
4beb420
f61d3fd
8a96005
d491246
5392671
8118180
5fd5517
19a7276
0ecb80c
ddf1afb
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -863,6 +863,8 @@ wiped system | |
|
||
> load state.json | ||
loaded data from "state.json" | ||
warnings: | ||
could not determine active Nexus generation from serialized state: no target blueprint set (using default of 1) | ||
Comment on lines
+866
to
+867
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Why's this? Aren't we loaded something we just saved, and wouldn't the saved version have what we need? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This test doesn't use the example system; it's just showing a handful of commands. Earlier in this file we see no blueprints at all:
which is consistent with the warning here that there's no target blueprint. |
||
result: | ||
system: | ||
using collection 6e066695-94bc-4250-bd63-fd799c166cc1 as source of sled inventory data | ||
|
@@ -875,6 +877,7 @@ result: | |
config: | ||
configured external DNS zone name: oxide.example | ||
configured silo names: example-silo | ||
active Nexus generation: 1 | ||
|
||
|
||
> sled-show dde1c0e2-b10d-4621-b420-f179f7a7a00a | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
FYI, I did add this test to #8936 in a recent update, but I'm totally fine with deleting my changes and using what you have here.
(I think your addition of
set active-nexus-gen 2
will become necessary anyway)