Closed DoumanAsh closed 4 years ago
Hi @DoumanAsh ,
Appreciate your work in this important topic. 🥇 I see it's a draft, please let me know when you think it's ready for review and merge so I can start looking on it.
@AlexPikalov Actually I htink it is pretty ready, but I wasn't sure about unit tests
Taking into account that unit tests assume mocks for a network e2e tests could be more valuable in this case.
Similarly to other Rust projects we have our e2e in ./tests. Potentially you could create setup
function which would use your transport for connection and then use both transport option in tests. Though we don't have a code for running tests using different transport so some transportoptions. So, some resolver for tests purposes may be needed.
@AlexPikalov Sorry, it takes me sometime. I'll try to test it with my other PC where I have cassandra already installed and ready
@AlexPikalov Sorry, it takes me sometime. I'll try to test it with my other PC where I have cassandra already installed and ready
@DoumanAsh No worries. I know testing is always time-consuming. Please just let me know when we can proceed with it.
This introduces
rust-tls
features withrustls
andwebpki
For simplicity sake user is the one who configures rustls as it is rather complicated.
I feel like it would be better to come up with some generic for transport layer, but I decided for now we can go with code duplication
Closes #315