Skip to content

[#1][#2][#3][#4][#8] make test, pipeline etc

Sam Habiel requested to merge shabiel/YDBPosix:ydbposix-1-make-test into master
  1. make test now works. You can either run make test, make test ARGS="-V", or ctest [-V].
  2. Pipeline now runs make test and also installs the plugin and tests the code after installation.
  3. README updated with make test instructions and removed inaccruate instructions to source ydb_env_set.
  4. ydbposix.xc.in needed to be updated in order to be able to produce different ydbposix.xc's for testing vs for installation.

Merge request reports