chyezh d2bc4a53be
enhance: implement rmq and pulsar as wal (#34046)
issue: #33285

- use reader but not consumer for pulsar
- advanced test framework
- move some streaming related package into pkg

---------

Signed-off-by: chyezh <chyezh@outlook.com>
2024-06-27 15:11:05 +08:00

12 lines
207 B
Go

package walimplstest
import (
"testing"
"github.com/milvus-io/milvus/pkg/streaming/walimpls"
)
func TestWALImplsTest(t *testing.T) {
walimpls.NewWALImplsTestFramework(t, 100, &openerBuilder{}).Run()
}