You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by GitBox <gi...@apache.org> on 2021/05/07 19:36:02 UTC

[GitHub] [qpid-dispatch] ganeshmurthy opened a new pull request #1200: NO-JIRA: Added info about the -j flag so tests can execute faster

ganeshmurthy opened a new pull request #1200:
URL: https://github.com/apache/qpid-dispatch/pull/1200


   


-- 
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org


[GitHub] [qpid-dispatch] jiridanek commented on a change in pull request #1200: NO-JIRA: Added info about the -j flag so tests can execute faster

Posted by GitBox <gi...@apache.org>.
jiridanek commented on a change in pull request #1200:
URL: https://github.com/apache/qpid-dispatch/pull/1200#discussion_r628465112



##########
File path: README
##########
@@ -134,6 +134,13 @@ option.  Example:
 
 ctest --timeout 1500 -VV
 
+The Dispatch test suite has a number of tests. To shorten execution time of the test suite, use the -j2 flag. Example:
+
+ctest -j2 -VV
+
+The integer following the -j specifies the maximum number of concurrent jobs that are used to execute the tests.
+Higher numbers could lead to unexpected test failures.

Review comment:
       "... due to machine overload, which then causes missed timeouts in tests." Users should know that the tests themselves run concurrently just fine (or they should run fine), it's only the hardware which is not keeping up.
   
   "Reasonable value to use on a powerful developer laptop which provides good speed while does not suffer from spurious failures is `-j6`"




-- 
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org


[GitHub] [qpid-dispatch] ganeshmurthy closed pull request #1200: NO-JIRA: Added info about the -j flag so tests can execute faster

Posted by GitBox <gi...@apache.org>.
ganeshmurthy closed pull request #1200:
URL: https://github.com/apache/qpid-dispatch/pull/1200


   


-- 
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: dev-unsubscribe@qpid.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org


[GitHub] [qpid-dispatch] jiridanek commented on a change in pull request #1200: NO-JIRA: Added info about the -j flag so tests can execute faster

Posted by GitBox <gi...@apache.org>.
jiridanek commented on a change in pull request #1200:
URL: https://github.com/apache/qpid-dispatch/pull/1200#discussion_r628465112



##########
File path: README
##########
@@ -134,6 +134,13 @@ option.  Example:
 
 ctest --timeout 1500 -VV
 
+The Dispatch test suite has a number of tests. To shorten execution time of the test suite, use the -j2 flag. Example:
+
+ctest -j2 -VV
+
+The integer following the -j specifies the maximum number of concurrent jobs that are used to execute the tests.
+Higher numbers could lead to unexpected test failures.

Review comment:
       "... due to machine overload, which then causes missed timeouts in tests." Users should know that the tests themselves run concurrently just fine (or they should), it's only the hardware which is not keeping up.
   
   "Reasonable value to use on a powerful developer laptop which provides good speed while does not suffer from spurious failures is `-j6`"




-- 
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org