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

Allow injection of arbitrary telemetry serialization formats #124

Merged
merged 3 commits into from
Nov 19, 2024

Conversation

JanusAsmussen
Copy link
Contributor

No description provided.

Copy link

github-actions bot commented Oct 2, 2024

Coverage

Coverage Report
FileStmtsMissCoverMissing
esd_services_api_client/beast/v3
   _connector.py1067925%58–74, 81, 93, 101–120, 140–175, 188–219, 227, 252–255, 262–265, 276–293, 303–309, 318–324
   _models.py1002080%46–50, 107–110, 119–127, 137–145, 153–156
esd_services_api_client/boxer
   _auth.py861780%42–43, 52–61, 70–76, 87
   _connector.py895044%54–58, 64–68, 74–76, 82–84, 92–99, 107–113, 121–128, 136–144, 179, 189–195, 209–218, 228–233
   _models.py27293%49–50
esd_services_api_client/crystal
   _connector.py1195256%55–67, 76, 149, 152, 173–201, 213, 222, 243, 248–259, 278–297, 325, 337–347
esd_services_api_client/nexus/abstractions
   algrorithm_cache.py37370%20–106
   input_object.py14140%20–60
   logger_factory.py16160%20–58
   nexus_object.py34340%20–101
   socket_provider.py15150%20–55
esd_services_api_client/nexus/algorithms
   __init__.py440%20–23
   _baseline_algorithm.py28280%19–88
   _remote_algorithm.py36360%21–112
   distributed.py14140%21–56
   forked_algorithm.py32320%20–124
   minimalistic.py12120%20–47
   recursive.py19190%21–63
esd_services_api_client/nexus/configurations
   algorithm_configuration.py880%4–34
esd_services_api_client/nexus/core
   app_core.py1331330%20–331
   app_dependencies.py1141140%20–313
   serializers.py23230%2–73
esd_services_api_client/nexus/exceptions
   __init__.py110%20
   _nexus_error.py220%21–27
   cache_errors.py13130%20–49
   input_reader_error.py15150%20–51
   startup_error.py22220%4–63
esd_services_api_client/nexus/input
   __init__.py220%21–22
   input_processor.py33330%20–97
   input_reader.py36360%20–105
   payload_reader.py33330%20–83
esd_services_api_client/nexus/telemetry
   recorder.py48480%4–140
   user_telemetry_recorder.py58580%4–165
tests
   test_crystal_connector.py88199%51
TOTAL1546102334% 

Tests Skipped Failures Errors Time
20 0 💤 0 ❌ 0 🔥 15.634s ⏱️

Copy link

github-actions bot commented Oct 2, 2024

Coverage

Coverage Report
FileStmtsMissCoverMissing
esd_services_api_client/beast/v3
   _connector.py1067925%58–74, 81, 93, 101–120, 140–175, 188–219, 227, 252–255, 262–265, 276–293, 303–309, 318–324
   _models.py1002080%46–50, 107–110, 119–127, 137–145, 153–156
esd_services_api_client/boxer
   _auth.py861780%42–43, 52–61, 70–76, 87
   _connector.py895044%54–58, 64–68, 74–76, 82–84, 92–99, 107–113, 121–128, 136–144, 179, 189–195, 209–218, 228–233
   _models.py27293%49–50
esd_services_api_client/crystal
   _connector.py1185256%55–67, 76, 149, 152, 173–201, 213, 222, 243, 248–259, 278–297, 325, 337–347
esd_services_api_client/nexus/abstractions
   input_object.py14140%20–60
   logger_factory.py16160%20–58
   nexus_object.py34340%20–101
   socket_provider.py15150%20–55
esd_services_api_client/nexus/algorithms
   __init__.py440%20–23
   _baseline_algorithm.py28280%19–88
   _remote_algorithm.py36360%21–112
   distributed.py14140%21–56
   forked_algorithm.py32320%20–124
   minimalistic.py12120%20–47
   recursive.py19190%21–63
esd_services_api_client/nexus/configurations
   algorithm_configuration.py880%4–34
esd_services_api_client/nexus/core
   app_dependencies.py1141140%20–313
   serializers.py23230%2–73
esd_services_api_client/nexus/exceptions
   __init__.py110%20
   _nexus_error.py220%21–27
   cache_errors.py13130%20–49
   input_reader_error.py15150%20–51
   startup_error.py22220%4–63
esd_services_api_client/nexus/input
   __init__.py220%21–22
   input_processor.py33330%20–97
   input_reader.py36360%20–105
   payload_reader.py33330%20–83
esd_services_api_client/nexus/telemetry
   recorder.py48480%4–140
   user_telemetry_recorder.py58580%4–165
tests
   test_crystal_connector.py88199%51
TOTAL137585338% 

Tests Skipped Failures Errors Time
20 0 💤 0 ❌ 0 🔥 14.963s ⏱️

@JanusAsmussen JanusAsmussen marked this pull request as ready for review October 2, 2024 19:56
@JanusAsmussen JanusAsmussen requested a review from a team as a code owner October 2, 2024 19:56
@JanusAsmussen JanusAsmussen merged commit 50a6fcd into main Nov 19, 2024
3 checks passed
@JanusAsmussen JanusAsmussen deleted the support-arbitrary-telemetry-format branch November 19, 2024 12:21
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