Initial commit for Ray streaming (#4268)

This commit is contained in:
ppeagle
2019-03-30 19:32:05 +08:00
committed by Hao Chen
parent e5bcae52f5
commit 5efb21e1d0
80 changed files with 2873 additions and 11 deletions
+9
View File
@@ -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>