|
Ran
|
Jobs
10
|
Files
271
|
Run time
15s
|
Badge
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
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 1 | prompt - 6313512919.1 | 0 |
23.81 |
GitHub Action Run | |
| 2 | agents - 6313512919.2 | 0 |
21.68 |
GitHub Action Run | |
| 3 | cli - 6313512919.3 | 0 |
19.1 |
GitHub Action Run | |
| 4 | utils - 6313512919.4 | 0 |
19.55 |
GitHub Action Run | |
| 5 | document_stores - 6313512919.5 | 0 |
24.45 |
GitHub Action Run | |
| 6 | pipelines - 6313512919.6 | 0 |
23.09 |
GitHub Action Run | |
| 7 | others - 6313512919.7 | 0 |
21.43 |
GitHub Action Run | |
| 8 | preview - 6313512919.8 | 0 |
26.22 |
GitHub Action Run | |
| 9 | modeling - 6313512919.9 | 0 |
19.42 |
GitHub Action Run | |
| 10 | nodes - 6313512919.10 | 0 |
30.15 |
GitHub Action Run |