From fb9d2661826386f8cf6246bee2f12b3d7e1752a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mikael=20Ronstr=C3=B6m?= Date: Mon, 9 Dec 2024 22:50:54 +0100 Subject: [PATCH] Fixed test cases in rdrs2-golang, ensured test cases run in build passes --- build_scripts/release_scripts/run_training.sh | 3 ++- mysql-test/suite/rdrs2-golang/disabled.def | 5 ++--- mysql-test/suite/rdrs2-golang/r/rdrs2-golang_health.result | 3 +++ mysql-test/suite/rdrs2-golang/r/rdrs2-golang_ping.result | 3 +++ 4 files changed, 10 insertions(+), 4 deletions(-) create mode 100644 mysql-test/suite/rdrs2-golang/r/rdrs2-golang_health.result create mode 100644 mysql-test/suite/rdrs2-golang/r/rdrs2-golang_ping.result diff --git a/build_scripts/release_scripts/run_training.sh b/build_scripts/release_scripts/run_training.sh index d26eb6c40301..fb9d3d76cc71 100755 --- a/build_scripts/release_scripts/run_training.sh +++ b/build_scripts/release_scripts/run_training.sh @@ -11,4 +11,5 @@ export MTR_CLASSPATH=$full_path ./mtr --suite=ndbcluster ./mtr --suite=ndb_rpl ndb_rpl_basic ./mtr --suite=innodb innodb-index -./mtr --suite=rdrs +./mtr --suite=rdrs2-golang +./mtr --suite=ronsql ronsql_constants ronsql_date_sub ronsql_dbt3_1_2 ronsql_filtering ronsql_regressions diff --git a/mysql-test/suite/rdrs2-golang/disabled.def b/mysql-test/suite/rdrs2-golang/disabled.def index 43ff7315167e..20b0d72996e2 100644 --- a/mysql-test/suite/rdrs2-golang/disabled.def +++ b/mysql-test/suite/rdrs2-golang/disabled.def @@ -11,7 +11,6 @@ # - Length of a comment section must not be more than 80 characters. # ############################################################################## - -rdrs2-golang.rdrs2-golang_health : RONDB-717 Not implemented yet -rdrs2-golang.rdrs2-golang_ping : RONDB-718 Not implemented yet +rdrs2-golang.rdrs2-golang_batchpkread : RONDB-718 Some error rdrs2-golang.rdrs2-golang_stat : RONDB-718 Not implemented yet + diff --git a/mysql-test/suite/rdrs2-golang/r/rdrs2-golang_health.result b/mysql-test/suite/rdrs2-golang/r/rdrs2-golang_health.result new file mode 100644 index 000000000000..3ea0bc6948cf --- /dev/null +++ b/mysql-test/suite/rdrs2-golang/r/rdrs2-golang_health.result @@ -0,0 +1,3 @@ +ok hopsworks.ai/rdrs2/internal/integrationtests/health + +Golang test for hopsworks.ai/rdrs2/internal/integrationtests/health exited with code 0 diff --git a/mysql-test/suite/rdrs2-golang/r/rdrs2-golang_ping.result b/mysql-test/suite/rdrs2-golang/r/rdrs2-golang_ping.result new file mode 100644 index 000000000000..00f370aa1d73 --- /dev/null +++ b/mysql-test/suite/rdrs2-golang/r/rdrs2-golang_ping.result @@ -0,0 +1,3 @@ +ok hopsworks.ai/rdrs2/internal/integrationtests/ping + +Golang test for hopsworks.ai/rdrs2/internal/integrationtests/ping exited with code 0