martinzink commented on code in PR #2044:
URL: https://github.com/apache/nifi-minifi-cpp/pull/2044#discussion_r2472647242
##########
extensions/sql/tests/features/sql.feature:
##########
@@ -29,13 +26,13 @@ Feature: Executing SQL operations from MiNiFi-C++
And the "success" relationship of the GenerateFlowFile processor is
connected to the UpdateAttribute
And the "success" relationship of the UpdateAttribute processor is
connected to the PutSQL
And an ODBCService is setup up for PutSQL with the name "ODBCService"
+ And PutSQL's success relationship is auto-terminated
And a PostgreSQL server is set up
When all instances start up
Then the query "SELECT * FROM test_table WHERE int_col = 42" returns 1
rows in less than 60 seconds on the PostgreSQL server
Review Comment:
you are right, thanks, I've included your patch here
https://github.com/apache/nifi-minifi-cpp/pull/2044/commits/d7469f7214b9f2b4c44bec6b7c7f3540668914a3
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]