You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by gi...@git.apache.org on 2017/10/04 14:46:44 UTC

[GitHub] sven-lange-last opened a new pull request #2831: Make console tests more robust

sven-lange-last opened a new pull request #2831: Make console tests more robust
URL: https://github.com/apache/incubator-openwhisk/pull/2831
 
 
   Use activation start times as time base when polling for activations since a point in time - before, local system time was used. If there is a clock mismatch between the local system and the system which records activations (=invokers), poll results can be empty.
   
   Other queries use relative times, i.e. return activations since the specified number of seconds. For these relative times, a start and end time is taken based on the local system time and the time difference in seconds is computed. It is important to use start and end time from the same time source.
   
   In addition, use some time contigency to make tests more robust.
   
   Provide more debug output in case an assertion fails.
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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


With regards,
Apache Git Services