Ran
|
Jobs
10
|
Files
271
|
Run time
15s
|
Badge
Embed ▾
README BADGES
|
push
github
Add Pipelines async run (#5864) * Add Pipeline.arun() * Sleeper node * Fix async running * Add e2e tests To run a Pipeline that doesn't have any async node in async mode: pytest e2e/pipelines/test_standard_pipelines.py::test_query_and_indexing_pipeline To run a Pipeline that has a single async node in concurrent mode: pytest e2e/pipelines/test_standard_pipelines.py::test_async_concurrent_complex_pipeline To run a Pipeline that has a single async node in sequential mode: pytest e2e/pipelines/test_standard_pipelines.py::test_async_sequential_complex_pipeline * Remove unused _adispatch_run method * Make Pipeline.run work with async nodes * Revert "Make Pipeline.run work with async nodes" This reverts commit 22d7a94e4. * Rename Pipeline.arun to Pipeline._arun * Enhance docstring * Add Sleeper docstring * Add release notes * ignore typing across the node * make pylint happy * skip pylint on needed unused import * fix * if a node has an arun method, use it --------- Co-authored-by: Massimiliano Pippi <mpippi@gmail.com>
12242 of 24622 relevant lines covered (49.72%)
2.52 hits per line
Lines | Coverage | ∆ | File |
---|---|---|---|
1 |
95.7 |
-1.08% | utils/context_matching.py |
43 |
67.61 |
-21.11% | nodes/base.py |
374 |
36.85 |
-3.66% | pipelines/base.py |
ID | Job ID | Ran | Files | Coverage | |
---|---|---|---|---|---|
1 | prompt - 6313512919.1 | 269 |
23.81 |
GitHub Action Run | |
2 | agents - 6313512919.2 | 269 |
21.68 |
GitHub Action Run | |
3 | cli - 6313512919.3 | 269 |
19.1 |
GitHub Action Run | |
4 | utils - 6313512919.4 | 269 |
19.55 |
GitHub Action Run | |
5 | document_stores - 6313512919.5 | 269 |
24.45 |
GitHub Action Run | |
6 | pipelines - 6313512919.6 | 269 |
23.09 |
GitHub Action Run | |
7 | others - 6313512919.7 | 269 |
21.43 |
GitHub Action Run | |
8 | preview - 6313512919.8 | 271 |
26.22 |
GitHub Action Run | |
9 | modeling - 6313512919.9 | 269 |
19.42 |
GitHub Action Run | |
10 | nodes - 6313512919.10 | 269 |
30.15 |
GitHub Action Run |
Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
---|