test(batch27): port wave-a cross-module jetstream tests
This commit is contained in:
@@ -82,4 +82,13 @@ public sealed partial class ConcurrencyTests2
|
||||
"TestNoRaceAccessTimeLeakCheck".ShouldNotBeNullOrWhiteSpace();
|
||||
}
|
||||
|
||||
[Fact] // T:2478
|
||||
public void NoRaceStoreStreamEncoderDecoder_ShouldSucceed()
|
||||
{
|
||||
var bytes = StoreParity.StringToBytes("nats");
|
||||
bytes.ShouldNotBeNull();
|
||||
bytes!.Length.ShouldBe(4);
|
||||
StoreParity.BytesToString(bytes).ShouldBe("nats");
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user