Skip to content
  • YACOVM's avatar
    Make BCCSP stop complaining in gossip tests · 54f6a82a
    YACOVM authored
    
    
    BCCSP is logging the following message:
    [BCCSP_FACTORY] GetDefault -> WARN 29a Before using BCCSP,\
     please call InitFactories(). Falling back to bootBCCSP.
    
    If it is not initialized manually. Gossip uses BCCSP's hash
    so when running the intensive gossip_test, there are lots of
    BCCSP log entries logged.
    I added a line that initializes the BCCSP to prevent this.
    
    Change-Id: I1dd19794ced995f6cd3699d35aa138511267e9c4
    Signed-off-by: default avatarYacov Manevich <yacovm@il.ibm.com>
    54f6a82a