[
https://issues.apache.org/jira/browse/MINIFICPP-2820?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Gábor Gyimesi updated MINIFICPP-2820:
-------------------------------------
Description:
Currently on Windows SFTP tests fail, because SFTPTestServer Windows
implementation is missing in start and stop:
{code:java}
bool SFTPTestServer::start() {
if (started_) {
return true;
}
#ifdef WIN32
throw std::runtime_error("Not implemented");
#else {code}
We should implement and run tests on Windows too.
> Implement SFTPTestServer and run SFTP tests on Windows
> ------------------------------------------------------
>
> Key: MINIFICPP-2820
> URL: https://issues.apache.org/jira/browse/MINIFICPP-2820
> Project: Apache NiFi MiNiFi C++
> Issue Type: Improvement
> Reporter: Gábor Gyimesi
> Priority: Minor
>
> Currently on Windows SFTP tests fail, because SFTPTestServer Windows
> implementation is missing in start and stop:
> {code:java}
> bool SFTPTestServer::start() {
> if (started_) {
> return true;
> }
> #ifdef WIN32
> throw std::runtime_error("Not implemented");
> #else {code}
> We should implement and run tests on Windows too.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)