facebook / mysql-5.6

Facebook's branch of the Oracle MySQL database. This includes MyRocks.
http://myrocks.io
Other
2.47k stars 712 forks source link

MyRocks engine should respect WITH_UNIT_TESTS #1331

Open mdcallag opened 1 year ago

mdcallag commented 1 year ago

MyRocks 5.6.35 and 8.0.28 adds the unittest directory based on the value of WITH_EMBEDDED_SERVER. It should do this based on the value of WITH_UNIT_TESTS. See how storage/perfschema does this for 5.6 and for 8.0.

In contrast to what MyRocks does in 5.6 and in 8.0.