You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@celix.apache.org by GitBox <gi...@apache.org> on 2019/09/28 14:20:01 UTC

[GitHub] [celix] rlenferink opened a new issue #75: data race in rsa export tests leads to spurious fails

rlenferink opened a new issue #75: data race in rsa export tests leads to spurious fails
URL: https://github.com/apache/celix/issues/75
 
 
   when running the rsa export tests, there is no chance for the client side to drop the imported endpoints between two tests:
   
   - Server runs stop/start cycle 1, exporting endpoint/services A
   - Client imports endpoints and according services A, runs test
   - Server runs stop/start cycle 2, exporting endpoint/services B
   - Client runs test but still picks up A, although it should wait for the import of b, because there was no time yet to remove them. With the next discovery poll of the client the endpoint is removed and the belonging service invalidated -> the test fails.
   
   ---
   
   Original creation date: 02/Dec/2015
   Reporter: @bpetri 
   

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


With regards,
Apache Git Services