Skip to content

Commit

Permalink
Remove SSL phase in memcached_testapp
Browse files Browse the repository at this point in the history
Now that we're using bufferevents in the state machinery
we don't need to run all of the tests in the McdTestappTest
batch with and without SSL (and that allows us to get
rid of the extra code to send data over the ssl socket)

Change-Id: I9b2edeba36cc4148a963c8265535e9ed1d426f22
Reviewed-on: http://review.couchbase.org/c/kv_engine/+/141609
Tested-by: Build Bot <build@couchbase.com>
Reviewed-by: Jim Walker <jim@couchbase.com>
  • Loading branch information
trondn committed Dec 8, 2020
1 parent e8af36d commit f057d4a
Show file tree
Hide file tree
Showing 8 changed files with 23 additions and 297 deletions.
2 changes: 0 additions & 2 deletions tests/testapp/CMakeLists.txt
Expand Up @@ -17,8 +17,6 @@ add_test(NAME testapp_auth_provider_test

set(memcached_testapp_SOURCES
$<TARGET_OBJECTS:testapp_auth_provider>
openssl_impl.cc
ssl_impl.h
subdoc_encoder.cc
subdoc_encoder.h
testapp.cc
Expand Down
117 changes: 0 additions & 117 deletions tests/testapp/openssl_impl.cc

This file was deleted.

53 changes: 0 additions & 53 deletions tests/testapp/ssl_impl.h

This file was deleted.

0 comments on commit f057d4a

Please sign in to comment.