fix(batch57): add missing constructors to SuperCluster and LeafNode test classes
This commit is contained in:
@@ -31,6 +31,8 @@ namespace ZB.MOM.NatsNet.Server.IntegrationTests.JetStream;
|
|||||||
[Trait("Category", "Integration")]
|
[Trait("Category", "Integration")]
|
||||||
public sealed class JetStreamSuperClusterTests : IntegrationTestBase
|
public sealed class JetStreamSuperClusterTests : IntegrationTestBase
|
||||||
{
|
{
|
||||||
|
public JetStreamSuperClusterTests(ITestOutputHelper output) : base(output) { }
|
||||||
|
|
||||||
// -------------------------------------------------------------------------
|
// -------------------------------------------------------------------------
|
||||||
// From server/jetstream_super_cluster_test.go
|
// From server/jetstream_super_cluster_test.go
|
||||||
// -------------------------------------------------------------------------
|
// -------------------------------------------------------------------------
|
||||||
|
|||||||
@@ -29,6 +29,8 @@ namespace ZB.MOM.NatsNet.Server.IntegrationTests.LeafNode;
|
|||||||
[Trait("Category", "Integration")]
|
[Trait("Category", "Integration")]
|
||||||
public sealed class LeafNodeTests : IntegrationTestBase
|
public sealed class LeafNodeTests : IntegrationTestBase
|
||||||
{
|
{
|
||||||
|
public LeafNodeTests(ITestOutputHelper output) : base(output) { }
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Verifies that when a leaf-node remote URL resolves to multiple IP addresses
|
/// Verifies that when a leaf-node remote URL resolves to multiple IP addresses
|
||||||
/// the server randomly cycles through them, ensuring all IPs are eventually used.
|
/// the server randomly cycles through them, ensuring all IPs are eventually used.
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# NATS .NET Porting Status Report
|
# NATS .NET Porting Status Report
|
||||||
|
|
||||||
Generated: 2026-03-01 17:18:59 UTC
|
Generated: 2026-03-01 17:19:37 UTC
|
||||||
|
|
||||||
## Modules (12 total)
|
## Modules (12 total)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user