albertogpz commented on pull request #697: URL: https://github.com/apache/geode-native/pull/697#issuecomment-732140493
> This is failing one of our "acceptance" tests, `SNITest.dropSNIProxy`. This is a negative test case, so I think it's expecting a Geode exception and now it's getting the following: > > ``` > terminate called after throwing an instance of 'boost::wrapexcept<boost::system::system_error>' > what(): remote_endpoint: Transport endpoint is not connected > ``` > > Command line for CI running acceptance tests is the following: > > ``` > cd /home/geode/build/cppcache/acceptance-test && ctest -C Debug --output-on-failure --output-log test.log --timeout 600 > ``` > > You can probably repro with just this: > > ``` > cd /home/geode/build/cppcache/acceptance-test && ctest -C Debug -R SNITest.dropSNIProxy --timeout 600 > ``` I forgot about the acceptance-tests :-). I have fixed the issue in the new commit. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
