Skip to content

Commit

Permalink
Merge pull request #602 from mronstro/24.10-main
Browse files Browse the repository at this point in the history
Fixed test cases in rdrs2-golang, ensured test cases run in build passes
  • Loading branch information
mronstro authored Dec 9, 2024
2 parents 04c7c76 + fb9d266 commit 7dc998a
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
3 changes: 2 additions & 1 deletion build_scripts/release_scripts/run_training.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
5 changes: 2 additions & 3 deletions mysql-test/suite/rdrs2-golang/disabled.def
Original file line number Diff line number Diff line change
Expand Up @@ -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

3 changes: 3 additions & 0 deletions mysql-test/suite/rdrs2-golang/r/rdrs2-golang_health.result
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
ok hopsworks.ai/rdrs2/internal/integrationtests/health

Golang test for hopsworks.ai/rdrs2/internal/integrationtests/health exited with code 0
3 changes: 3 additions & 0 deletions mysql-test/suite/rdrs2-golang/r/rdrs2-golang_ping.result
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
ok hopsworks.ai/rdrs2/internal/integrationtests/ping

Golang test for hopsworks.ai/rdrs2/internal/integrationtests/ping exited with code 0

0 comments on commit 7dc998a

Please sign in to comment.