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

RequestManager lifecycle #37

Closed
wants to merge 2 commits into from

Conversation

gabrielguarisa
Copy link
Collaborator

@gabrielguarisa gabrielguarisa commented Nov 13, 2024

Add functions to erase, reset and set the RequestManager in the RuleExecutor.

@gabrielguarisa gabrielguarisa changed the title Add new functions to control the request manager RequestManager lifecycle Nov 13, 2024
Copy link

coverage

Coverage Report
FileStmtsMissCoverMissing
retrack/engine
   base.py50688%35, 84, 93, 97, 104, 107
   executor.py1212381%52, 68, 80–81, 131, 199, 208–209, 241–245, 256–276, 282
   request_manager.py67790%17, 36, 55, 70–71, 154, 157
   rule.py49394%78, 99, 106
retrack/nodes
   check.py41393%23, 26, 89
   constants.py76396%113, 116, 143
   math.py43198%75
retrack/nodes/dynamic
   base.py16194%26
   conditional_connector.py27196%48
   csv_table.py43295%59, 62
   flow.py44198%18
retrack/utils
   component_registry.py1051883%77–78, 81–82, 85–86, 91–92, 101, 112–123
   exceptions.py281836%14–24, 42–63, 76–97, 106–127
   graph.py56886%35, 46, 59, 61, 63, 74, 79, 81
   registry.py34682%23–26, 38, 43, 51
retrack/validators
   base.py3167%10
   node_exists.py14286%35, 37
TOTAL123110492% 

Tests Skipped Failures Errors Time
69 0 💤 0 ❌ 0 🔥 4.996s ⏱️

Copy link

coverage

Coverage Report
FileStmtsMissCoverMissing
retrack/engine
   base.py50688%35, 84, 93, 97, 104, 107
   executor.py1212381%52, 68, 80–81, 131, 199, 208–209, 241–245, 256–276, 282
   request_manager.py67790%17, 36, 55, 70–71, 154, 157
   rule.py49394%78, 99, 106
retrack/nodes
   check.py41393%23, 26, 89
   constants.py76396%113, 116, 143
   math.py43198%75
retrack/nodes/dynamic
   base.py16194%26
   conditional_connector.py27196%48
   csv_table.py43295%59, 62
   flow.py44198%18
retrack/utils
   component_registry.py1051883%77–78, 81–82, 85–86, 91–92, 101, 112–123
   exceptions.py281836%14–24, 42–63, 76–97, 106–127
   graph.py56886%35, 46, 59, 61, 63, 74, 79, 81
   registry.py34682%23–26, 38, 43, 51
retrack/validators
   base.py3167%10
   node_exists.py14286%35, 37
TOTAL123110492% 

Tests Skipped Failures Errors Time
69 0 💤 0 ❌ 0 🔥 3.418s ⏱️

Copy link

coverage

Coverage Report
FileStmtsMissCoverMissing
retrack/engine
   base.py50688%35, 84, 93, 97, 104, 107
   executor.py1212381%52, 68, 80–81, 131, 199, 208–209, 241–245, 256–276, 282
   request_manager.py67790%17, 36, 55, 70–71, 154, 157
   rule.py49394%78, 99, 106
retrack/nodes
   check.py41393%23, 26, 89
   constants.py76396%113, 116, 143
   math.py43198%75
retrack/nodes/dynamic
   base.py16194%26
   conditional_connector.py27196%48
   csv_table.py43295%59, 62
   flow.py44198%18
retrack/utils
   component_registry.py1051883%77–78, 81–82, 85–86, 91–92, 101, 112–123
   exceptions.py281836%14–24, 42–63, 76–97, 106–127
   graph.py56886%35, 46, 59, 61, 63, 74, 79, 81
   registry.py34682%23–26, 38, 43, 51
retrack/validators
   base.py3167%10
   node_exists.py14286%35, 37
TOTAL123110492% 

Tests Skipped Failures Errors Time
69 0 💤 0 ❌ 0 🔥 3.436s ⏱️

Copy link

coverage

Coverage Report
FileStmtsMissCoverMissing
retrack/engine
   base.py50688%35, 84, 93, 97, 104, 107
   executor.py1212381%52, 68, 80–81, 131, 199, 208–209, 241–245, 256–276, 282
   request_manager.py67790%17, 36, 55, 70–71, 154, 157
   rule.py49394%78, 99, 106
retrack/nodes
   check.py41393%23, 26, 89
   constants.py76396%113, 116, 143
   math.py43198%75
retrack/nodes/dynamic
   base.py16194%26
   conditional_connector.py27196%48
   csv_table.py43295%59, 62
   flow.py44198%18
retrack/utils
   component_registry.py1051883%77–78, 81–82, 85–86, 91–92, 101, 112–123
   exceptions.py281836%14–24, 42–63, 76–97, 106–127
   graph.py56886%35, 46, 59, 61, 63, 74, 79, 81
   registry.py34682%23–26, 38, 43, 51
retrack/validators
   base.py3167%10
   node_exists.py14286%35, 37
TOTAL123110492% 

Tests Skipped Failures Errors Time
69 0 💤 0 ❌ 0 🔥 5.330s ⏱️

@gabrielguarisa gabrielguarisa deleted the f/add-erase-request-manager-option branch November 13, 2024 21:26
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.

1 participant