mirror of
https://github.com/wassname/ray.git
synced 2026-07-01 08:53:44 +08:00
[Java] Rename group id and package name. (#7864)
* Initial * Change streaming's * Fix * Fix * Fix org_ray * Fix cpp file name * Fix streaming * Fix * Fix * Fix testlistening * Fix missing sth in python * Fix * Fix * Fix SPI * Fix * Fix complation * Fix * Fix CI * Fix checkstyle Fix checkstyle * Fix streaming tests * Fix streaming CI * Fix streaming checkstyle. * Fix build * Fix bazel dep * Fix * Fix ray checkstyle * Fix streaming checkstyle * Fix bazel checkstyle
This commit is contained in:
+3
-3
@@ -3,11 +3,11 @@
|
||||
<suite name="RAY suite" verbose="2">
|
||||
<test name = "RAY test">
|
||||
<packages>
|
||||
<package name = "org.ray.api.test.*" />
|
||||
<package name = "org.ray.runtime.*" />
|
||||
<package name = "io.ray.api.test.*" />
|
||||
<package name = "io.ray.runtime.*" />
|
||||
</packages>
|
||||
</test>
|
||||
<listeners>
|
||||
<listener class-name="org.ray.api.TestProgressListener" />
|
||||
<listener class-name="io.ray.api.TestProgressListener" />
|
||||
</listeners>
|
||||
</suite>
|
||||
|
||||
Reference in New Issue
Block a user