apache / apache/celix

data race in rsa export tests leads to spurious fails

Open
#75 0 comments 0 reactions 0 assignees View on GitHub
kind/bug
Dominant language
C
Stars
193
Forks
99
Avg merge
1m
Merged PRs (30d)
1

Description

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

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.