forked from nats-io/nats.c
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FIXED] microservice cleanup (flapping MicroServiceStops... tests) (n…
…ats-io#816) * [FIXED] microservice cleanup (flapping MicroServiceStops... tests) - Removed the global hash of services, it was the most immediate source of the deadlock. - Added the list of microservices to `natsConnection`. **NOTE** increased memory allocation for all connections, need a better way. - Fixed the flow of replacing an existing endpoint in a service. - Got rid of ep->name since it was synonimous with ep->cfg->Name - Adjusted the tests, some minor fixes. * Adjusted test parameters, REPEAT micro on travis * fixes, cleannup * Restored Travis * PR Feedback: include EP name in the error description * PR Feedback: s/not_used/ignored * PR Feedback: better connection handling in AddService * PR Feedback: removed extra indent * PR Feedback: just move the last array element, do not copy * PR feedback: removed unneeded return * PR feedback: quote display names in errors (micro) * PR feedback: removed trailing whitespace in micro* * PR feedback
- Loading branch information
Showing
11 changed files
with
445 additions
and
575 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.