mirror of
https://github.com/vale981/ray
synced 2025-03-06 10:31:39 -05:00

* 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
13 lines
424 B
XML
13 lines
424 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE suite SYSTEM "http://testng.org/testng-1.0.dtd">
|
|
<suite name="RAY suite" verbose="2">
|
|
<test name = "RAY test">
|
|
<packages>
|
|
<package name = "io.ray.api.test.*" />
|
|
<package name = "io.ray.runtime.*" />
|
|
</packages>
|
|
</test>
|
|
<listeners>
|
|
<listener class-name="io.ray.api.TestProgressListener" />
|
|
</listeners>
|
|
</suite>
|