[GitHub] [nifi-minifi-cpp] lordgamez commented on a diff in pull request #1538: MINIFICPP-2073 Separate docker build from docker tests in CI

2023-04-13 Thread via GitHub


lordgamez commented on code in PR #1538:
URL: https://github.com/apache/nifi-minifi-cpp/pull/1538#discussion_r1165506164


##
.github/workflows/ci.yml:
##


Review Comment:
   @martinzink all right, I'm okay with that
   @szaszm unfortunately that will not work due to the previously mentioned 
container naming conflicts



-- 
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: issues-unsubscr...@nifi.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [nifi-minifi-cpp] lordgamez commented on a diff in pull request #1538: MINIFICPP-2073 Separate docker build from docker tests in CI

2023-04-13 Thread via GitHub


lordgamez commented on code in PR #1538:
URL: https://github.com/apache/nifi-minifi-cpp/pull/1538#discussion_r1165231758


##
.github/workflows/ci.yml:
##


Review Comment:
   I think it's good to separate the test jobs and the build jobs and it would 
be cool to have that for the other actions too. Although I'm not convinced that 
we need to rerun these jobs so often that we need to separate them to 4 
quadrants. I think it's more common that some of the tests in ctest runs fail 
than the ones running in docker. I would rather encourage identifying and 
fixing the flaky tests cases instead of making it easier to rerun them (which 
would help people disregard the issues).



-- 
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: issues-unsubscr...@nifi.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [nifi-minifi-cpp] lordgamez commented on a diff in pull request #1538: MINIFICPP-2073 Separate docker build from docker tests in CI

2023-04-13 Thread via GitHub


lordgamez commented on code in PR #1538:
URL: https://github.com/apache/nifi-minifi-cpp/pull/1538#discussion_r1165217460


##
.github/workflows/ci.yml:
##


Review Comment:
   There is already a ticket for running tests in parallel, but as Martin 
mentioned it requires larger changes on the test framework: 
https://issues.apache.org/jira/browse/MINIFICPP-1641



-- 
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: issues-unsubscr...@nifi.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org