This is an automated email from the ASF dual-hosted git repository.
mboehm7 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/systemds.git
The following commit(s) were added to refs/heads/main by this push:
new 62d04035e3 [MINOR] Fix robustness new parameterized tests (thread
safeness)
62d04035e3 is described below
commit 62d04035e3bfad12e07973a81a866921eda39415
Author: Matthias Boehm <[email protected]>
AuthorDate: Tue Jun 4 10:54:52 2024 +0200
[MINOR] Fix robustness new parameterized tests (thread safeness)
---
.../test/functions/builtin/part2/BuiltinQuantizeByClusterTest.java | 2 ++
1 file changed, 2 insertions(+)
diff --git
a/src/test/java/org/apache/sysds/test/functions/builtin/part2/BuiltinQuantizeByClusterTest.java
b/src/test/java/org/apache/sysds/test/functions/builtin/part2/BuiltinQuantizeByClusterTest.java
index 3f33c1bb24..64908ee073 100644
---
a/src/test/java/org/apache/sysds/test/functions/builtin/part2/BuiltinQuantizeByClusterTest.java
+++
b/src/test/java/org/apache/sysds/test/functions/builtin/part2/BuiltinQuantizeByClusterTest.java
@@ -32,7 +32,9 @@ import org.junit.runner.RunWith;
import org.junit.runners.Parameterized;
import org.junit.runners.Parameterized.Parameter;
+
@RunWith(Parameterized.class)
[email protected]
public class BuiltinQuantizeByClusterTest extends AutomatedTestBase {
@Parameter