mirror of
https://github.com/wassname/ray.git
synced 2026-07-01 20:23:50 +08:00
[Streaming] Streaming data transfer java (#6474)
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE suite SYSTEM "http://testng.org/testng-1.0.dtd">
|
||||
<suite name="Ray streaming test suite">
|
||||
<test name = "Ray streaming test" >
|
||||
<packages>
|
||||
<package name = "org.ray.streaming.*" />
|
||||
</packages>
|
||||
</test>
|
||||
</suite>
|
||||
Reference in New Issue
Block a user