Skip to content
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

Enable support for HTTP communication between components ECFLOW-1957 #121

Draft
wants to merge 5 commits into
base: develop
Choose a base branch
from

Conversation

marcosbento
Copy link
Collaborator

No description provided.

@marcosbento marcosbento force-pushed the feature/support_http_comms branch 2 times, most recently from b3c3d33 to 5e20a18 Compare September 18, 2024 08:59
@codecov-commenter
Copy link

codecov-commenter commented Sep 23, 2024

Codecov Report

Attention: Patch coverage is 17.51152% with 179 lines in your changes missing coverage. Please review.

Project coverage is 47.03%. Comparing base (fca83b6) to head (6d66c4f).

Files with missing lines Patch % Lines
libs/server/src/ecflow/server/HttpServer.cpp 0.00% 79 Missing ⚠️
libs/base/src/ecflow/base/HttpClient.cpp 0.00% 23 Missing ⚠️
Viewer/ecflowUI/src/ServerListDialog.cpp 0.00% 15 Missing ⚠️
Viewer/ecflowUI/src/ServerHandler.cpp 0.00% 10 Missing ⚠️
libs/server/src/ecflow/server/ServerMain.cpp 44.44% 10 Missing ⚠️
Viewer/ecflowUI/src/ServerItem.cpp 0.00% 9 Missing ⚠️
Viewer/ecflowUI/src/ServerList.cpp 0.00% 8 Missing ⚠️
libs/client/src/ecflow/client/ClientInvoker.cpp 12.50% 7 Missing ⚠️
libs/server/src/ecflow/server/ServerOptions.cpp 61.53% 5 Missing ⚠️
libs/udp/src/ecflow/udp/UDPServerMain.cpp 0.00% 3 Missing ⚠️
... and 9 more
Additional details and impacted files
@@             Coverage Diff             @@
##           develop     #121      +/-   ##
===========================================
- Coverage    47.12%   47.03%   -0.10%     
===========================================
  Files         1182     1181       -1     
  Lines        93344    93481     +137     
  Branches     14706    14733      +27     
===========================================
- Hits         43992    43972      -20     
- Misses       49352    49509     +157     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@marcosbento marcosbento force-pushed the feature/support_http_comms branch 3 times, most recently from 798ae74 to b1ca0fa Compare September 24, 2024 12:03
Also, fix an eventual race condition accessing:
 - Ecf::state_change_no_ and Ecf::state_modify_no_
Apart from making these global (instead of thread_local),
the Http library is restricted to the use of a single thread

Re ECFLOW-1957
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants