Skip to content

Commit a0eecb4

Browse files
multicast e2e: merge main, update dendrite to multicast-e2e branch
1 parent 3d2d0c1 commit a0eecb4

7 files changed

Lines changed: 27 additions & 28 deletions

File tree

Cargo.lock

Lines changed: 15 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -477,7 +477,7 @@ digest = "0.10.7"
477477
dns-server = { path = "dns-server" }
478478
dns-server-api = { path = "dns-server-api" }
479479
dns-service-client = { path = "clients/dns-service-client" }
480-
dpd-client = { git = "https://github.com/oxidecomputer/dendrite", rev = "c0bf0a3b536baab0393c96fec3204b32e4f9368b" }
480+
dpd-client = { git = "https://github.com/oxidecomputer/dendrite", rev = "e8a68118b5c2333f586d9bdcc4a1f63f2db98631", features = ["multicast"] }
481481
dropshot = { version = "0.16.6", features = [ "usdt-probes" ] }
482482
dropshot-api-manager = "0.6.0"
483483
dropshot-api-manager-types = "0.6.0"

nexus/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ license = "MPL-2.0"
88
workspace = true
99

1010
[features]
11+
default = ["multicast"]
1112
multicast = []
1213

1314
[build-dependencies]

nexus/tests/integration_tests/instances.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9015,8 +9015,6 @@ pub async fn instance_simulate(nexus: &Arc<Nexus>, id: &InstanceUuid) {
90159015
///
90169016
/// Returns an error instead of panicking if the sled agent communication fails.
90179017
/// This is useful during test cleanup where the sled agent may be unavailable.
9018-
// This is currently only consumed by tests behind the multicast feature gate.
9019-
// If/when it has another consumer, this cfg can be removed.
90209018
#[cfg(feature = "multicast")]
90219019
pub async fn try_instance_simulate(
90229020
nexus: &Arc<Nexus>,

package-manifest.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -748,8 +748,8 @@ only_for_targets.image = "standard"
748748
# the other `source.*` keys.
749749
source.type = "prebuilt"
750750
source.repo = "dendrite"
751-
source.commit = "c0bf0a3b536baab0393c96fec3204b32e4f9368b"
752-
source.sha256 = "28a7670be35a68ff3e52b3e5e57f4fa6b8465e3ec8a21314b09381fb213d3a3e"
751+
source.commit = "e8a68118b5c2333f586d9bdcc4a1f63f2db98631"
752+
source.sha256 = "cb5da43fe43e34adc627a8659cf8fc4474d87a8bac02d423530553a337d1e76e"
753753
output.type = "zone"
754754
output.intermediate_only = true
755755

@@ -775,8 +775,8 @@ only_for_targets.image = "standard"
775775
# the other `source.*` keys.
776776
source.type = "prebuilt"
777777
source.repo = "dendrite"
778-
source.commit = "c0bf0a3b536baab0393c96fec3204b32e4f9368b"
779-
source.sha256 = "8070af15f48316ace21e6bb339ba4a1fb2219256a9a017cdbe85505f66aa08ad"
778+
source.commit = "e8a68118b5c2333f586d9bdcc4a1f63f2db98631"
779+
source.sha256 = "2095a9ce8a4a390a5fc8dda557483e50de8ec20c41cfe9d16ac3ab02765432b5"
780780
output.type = "zone"
781781
output.intermediate_only = true
782782

@@ -795,8 +795,8 @@ only_for_targets.image = "standard"
795795
# the other `source.*` keys.
796796
source.type = "prebuilt"
797797
source.repo = "dendrite"
798-
source.commit = "c0bf0a3b536baab0393c96fec3204b32e4f9368b"
799-
source.sha256 = "69018db9c5f2d8878a8bc8dec26049679e8ece0e7d66e742c2e573c3484f8c29"
798+
source.commit = "e8a68118b5c2333f586d9bdcc4a1f63f2db98631"
799+
source.sha256 = "8343db98c696bcab03617010d0c4b57893cc511480b9201a9f9a62fa304e9fb8"
800800
output.type = "zone"
801801
output.intermediate_only = true
802802

tools/dendrite_stub_checksums

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
CIDL_SHA256_ILLUMOS="28a7670be35a68ff3e52b3e5e57f4fa6b8465e3ec8a21314b09381fb213d3a3e"
2-
CIDL_SHA256_LINUX_DPD="c68ea190f27e9526aa1fba1cc9d1416778d536c805c53c469ee62f603cc433fb"
3-
CIDL_SHA256_LINUX_SWADM="a2826dbdb9b3001cf35756e6ae77dbc9f43a5732932528a0b7cf482d0e0cb237"
1+
CIDL_SHA256_ILLUMOS="cb5da43fe43e34adc627a8659cf8fc4474d87a8bac02d423530553a337d1e76e"
2+
CIDL_SHA256_LINUX_DPD="d77fbe37f4ac0ccd302798030f5963b8299fa6b140e7be143e76eb9bb837eace"
3+
CIDL_SHA256_LINUX_SWADM="951b581f8b4915a8fe41867d26685a7c527099231690195157599516e685ce67"

tools/dendrite_version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
COMMIT="c0bf0a3b536baab0393c96fec3204b32e4f9368b"
1+
COMMIT="e8a68118b5c2333f586d9bdcc4a1f63f2db98631"

0 commit comments

Comments
 (0)