Skip to content

Commit e683e64

Browse files
committed
BUG#35327945 - Premerge ML tests are failing [noclose]
BUG#35327995 - mysql build error with gcc12 [noclose] BUG#35243036 - rpdserver crash at rpdmqxop_gby_clear_htkey_nullbvs (using imdb dataset) [noclose] BUG#35328430 - qcomp_bugs_varlen STRCMP query not offloading [noclose] Disable tests that break the Rapid premerge testing, described in the above bugs. Please re-enable once those issues are resolved. Change-Id: I3adbc0b19827a2f7569e81079508ca940306ad57
1 parent b0f88df commit e683e64

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

unittest/gunit/temptable/CMakeLists.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@ TARGET_LINK_LIBRARIES(merge_temptable_tests-t
4545
server_unittest_library
4646
)
4747

48+
# Revert this line after fixing BUG#35327995
49+
TARGET_COMPILE_OPTIONS(merge_temptable_tests-t PUBLIC -Wno-array-bounds)
50+
4851
# Download TBB from https://www.threadingbuildingblocks.org
4952
#SET(TBB_INCDIR /path/to/tbb43_20150611oss/include)
5053
#SET(TBB_LIBDIR /path/to/tbb43_20150611oss/build/linux_intel64_gcc_cc4.9.1_libc2.12_kernel2.6.39_release)
@@ -72,4 +75,3 @@ FOREACH(test ${TESTS})
7275
ADD_DEPENDENCIES(${test}-t GenError)
7376

7477
ENDFOREACH()
75-

0 commit comments

Comments
 (0)