tarantool / go-tarantool

Tarantool 1.10+ client for Go language
https://pkg.go.dev/github.com/tarantool/go-tarantool/v2
BSD 2-Clause "Simplified" License
180 stars 57 forks source link

bugfix: build with -tags go_tarantool_ssl_disable #360

Closed oleg-jukovec closed 9 months ago

oleg-jukovec commented 9 months ago

The patch fixes build with the build tag go_tarantool_ssl_disable:

  1. It moves tests with OpenSslDialer to a test file that executes only with the tag.
  2. It defines structure sslOpts in the common place to use it in the code with/without the flag.

Finally, it adds tests to CI with the build tag.

Related issues:

Closes #357