Skip to content

Commit

Permalink
poke instances twice in single-steppy migration test
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkw committed Jul 11, 2024
1 parent 8f8cebf commit 5774087
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nexus/db-queries/src/db/queries/instance.rs
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,7 @@ impl InstanceAndVmmUpdate {
.set((
migration_dsl::target_state.eq(state),
migration_dsl::time_target_updated.eq(time_updated),
migration_dsl::target_gen.eq(gen),
)),
);
Update {
Expand Down Expand Up @@ -280,6 +281,7 @@ impl InstanceAndVmmUpdate {
.set((
migration_dsl::source_state.eq(state),
migration_dsl::time_source_updated.eq(time_updated),
migration_dsl::source_gen.eq(gen),
)),
);
Update {
Expand Down

0 comments on commit 5774087

Please sign in to comment.