Skip to content

v2: broken build with -tags go_tarantool_ssl_disable #357

@oleg-jukovec

Description

@oleg-jukovec
$ go test -tags go_tarantool_ssl_disable
# github.com/tarantool/go-tarantool/v2 [github.com/tarantool/go-tarantool/v2.test]
./ssl_disable.go:13:7: undefined: SslOpts
./ssl_disable.go:17:28: undefined: SslOpts
./dial.go:213:56: undefined: sslOpts
./export_test.go:19:26: undefined: sslOpts
FAIL	github.com/tarantool/go-tarantool/v2 [build failed]

It would be also nice to add a test step with the build type to CI for all test jobs, as example after that:

- name: Run regression tests
run: |
make test
make testrace

      - name: Run regression tests with disabled SSL
        run: |
          make test TAGS="go_tarantool_ssl_disable"
          make testrace TAGS="go_tarantool_ssl_disable"

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions