spring-projects / spring-lifecycle-smoke-tests

24 stars 18 forks source link

Add data-cassandra smoke test #30

Open christophstrobl opened 11 months ago

christophstrobl commented 11 months ago

Currently failing due to open connections in the CqlSession internal pool.

We'd need to close() and recreate the entire CqlSession since just closing the ChannelPools of the DefaultSession is not enough to get rid of all open sockets.