Merge pull request #3332 from nats-io/fix_js_cluster_test_name

Fixed JS cluster prefix name for Travis run
This commit is contained in:
Ivan Kozlovic
2022-08-04 09:45:28 -06:00
committed by GitHub

View File

@@ -11702,7 +11702,7 @@ func TestJetStreamClusterRePublishUpdateNotSupported(t *testing.T) {
t.Run("Clustered", func(t *testing.T) { test(t, c.randomServer(), "clustered", 3) })
}
func TestJetStreamDirectGetFromLeafnode(t *testing.T) {
func TestJetStreamClusterDirectGetFromLeafnode(t *testing.T) {
tmpl := strings.Replace(jsClusterAccountsTempl, "store_dir:", "domain: CORE, store_dir:", 1)
c := createJetStreamCluster(t, tmpl, "CORE", _EMPTY_, 3, 19022, true)
defer c.shutdown()