-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[API-SERVER] New DB inherritance approach #280
Conversation
- WIP decodeHttpMainServer - parssering is not complete (problem with repitable)
- fix decoderHttpMainServer
-fix NerlComDb -have problem with: print("Worker stats for check: ", self.workers[entity_name].get_as_dict())
NewVal=maps:get({Name,Host,Port},Acc)++[Dest]; | ||
false-> | ||
%addres not in yet, create new value for it | ||
%address not in yet, create new value for it |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@GuyPerets106
Guy please add documentation here for both cases that there is a single returned value from routing table:
- Single entity's destination remained from broadcast list for the next hop.
- entity belongs to current router.
@@ -57,13 +58,13 @@ def print_test(in_str : str): | |||
if stderr: | |||
print_test(stderr) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@GuyPerets106 @NoaShapira8 @ohad123
add here
exit(rc)
@@ -57,13 +58,13 @@ def print_test(in_str : str): | |||
if stderr: | |||
print_test(stderr) | |||
else: | |||
print_test(stdout) | |||
print_test(stdout, False) | |||
stdout, stderr, rc = nerlnet_stop_cmd.sync(NERLNET_RUNNING_TIMEOUT_SEC) | |||
print_test(f'rc stop: {rc}') | |||
if stderr: | |||
print_test(stderr) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@GuyPerets106 @NoaShapira8 @ohad123
After print_test of stderr add
exit(rc)
add decode function for NerlDB
TODO fix diff compare
No description provided.