You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2018/04/04 06:45:27 UTC

[GitHub] chetanmeh opened a new issue #3524: LoadBalancerDataTests heisenbug

chetanmeh opened a new issue #3524: LoadBalancerDataTests heisenbug
URL: https://github.com/apache/incubator-openwhisk/issues/3524
 
 
   Following test failures were seen on travis
   
   * LoadBalancerData should return the number of activations for each invoker 
       * Some(2) was not equal to Some(1)
   * LoadBalancerData should remove activations from all 3 maps by activation id
       * Some(3) was not equal to Some(1)
   * LoadBalancerData should not evaluate the given block even if an entry is different (but has the same id)
       * Some(5) was not equal to Some(1)
   * LoadBalancerData should not add the same entry more then once
       * Some(4) was not equal to Some(1)
   * LoadBalancerData should respond with different values accordingly
       *  Some(2) was not equal to Some(1)
   
   See in 
   
   * https://scans.gradle.com/s/w3sgwosixzohk/tests/failed - April-3
   * https://scans.gradle.com/s/7gztyfsgyxm6a/tests/failed - April-2
   

----------------------------------------------------------------
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