microsoft / promptflow

Build high-quality LLM apps - from prototyping, testing to production deployment and monitoring.
https://microsoft.github.io/promptflow/
MIT License
8.43k stars 725 forks source link

[SDK_CLI] move pipelines #134

Closed crazygao closed 9 months ago

crazygao commented 9 months ago

Create 3 pipelines for SDK movement promptflow-executor-e2e-test promptflow-executor-unit-test promptflow-sdk-cli-test

github-actions[bot] commented 9 months ago

Test Results

179 tests   91 :heavy_check_mark:  4m 6s :stopwatch:     1 suites  13 :zzz:     1 files      5 :x:  70 :fire:

For more details on these failures and errors, see this check.

Results for commit 3801a26a.

:recycle: This comment has been updated with latest results.

github-actions[bot] commented 9 months ago

☂️ Python Coverage

current status: ✅

Overall Coverage

Lines Covered Coverage Threshold Status
4866 3376 69% 55% 🟢

New Files

File Coverage Status
src/promptflow/promptflow/init.py 100% 🟢
src/promptflow/promptflow/_constants.py 100% 🟢
src/promptflow/promptflow/_core/init.py 100% 🟢
src/promptflow/promptflow/_core/cache_manager.py 58% 🟢
src/promptflow/promptflow/_core/connection_manager.py 76% 🟢
src/promptflow/promptflow/_core/errors.py 92% 🟢
src/promptflow/promptflow/_core/flow_execution_context.py 90% 🟢
src/promptflow/promptflow/_core/generator_proxy.py 100% 🟢
src/promptflow/promptflow/_core/log_manager.py 95% 🟢
src/promptflow/promptflow/_core/metric_logger.py 88% 🟢
src/promptflow/promptflow/_core/openai_injector.py 92% 🟢
src/promptflow/promptflow/_core/operation_context.py 68% 🟢
src/promptflow/promptflow/_core/run_tracker.py 81% 🟢
src/promptflow/promptflow/_core/thread_local_singleton.py 95% 🟢
src/promptflow/promptflow/_core/tool.py 80% 🟢
src/promptflow/promptflow/_core/tool_meta_generator.py 48% 🟢
src/promptflow/promptflow/_core/tools_manager.py 63% 🟢
src/promptflow/promptflow/_core/tracer.py 89% 🟢
src/promptflow/promptflow/_internal/init.py 100% 🟢
src/promptflow/promptflow/_utils/init.py 100% 🟢
src/promptflow/promptflow/_utils/_runtime_contract_util.py 0% 🟢
src/promptflow/promptflow/_utils/ast_parser.py 36% 🟢
src/promptflow/promptflow/_utils/blob_utils.py 0% 🟢
src/promptflow/promptflow/_utils/context_utils.py 75% 🟢
src/promptflow/promptflow/_utils/credential_scrubber.py 69% 🟢
src/promptflow/promptflow/_utils/dataclass_serializer.py 39% 🟢
src/promptflow/promptflow/_utils/dict_utils.py 0% 🟢
src/promptflow/promptflow/_utils/exception_utils.py 66% 🟢
src/promptflow/promptflow/_utils/load_data.py 20% 🟢
src/promptflow/promptflow/_utils/logger_utils.py 85% 🟢
src/promptflow/promptflow/_utils/retry_utils.py 41% 🟢
src/promptflow/promptflow/_utils/str_utils.py 0% 🟢
src/promptflow/promptflow/_utils/thread_utils.py 100% 🟢
src/promptflow/promptflow/_utils/timer.py 0% 🟢
src/promptflow/promptflow/_utils/tool_utils.py 48% 🟢
src/promptflow/promptflow/_utils/utils.py 58% 🟢
src/promptflow/promptflow/_version.py 100% 🟢
src/promptflow/promptflow/connections.py 83% 🟢
src/promptflow/promptflow/contracts/init.py 100% 🟢
src/promptflow/promptflow/contracts/_errors.py 100% 🟢
src/promptflow/promptflow/contracts/_run_management.py 93% 🟢
src/promptflow/promptflow/contracts/flow.py 68% 🟢
src/promptflow/promptflow/contracts/run_info.py 95% 🟢
src/promptflow/promptflow/contracts/run_mode.py 50% 🟢
src/promptflow/promptflow/contracts/tool.py 69% 🟢
src/promptflow/promptflow/contracts/trace.py 100% 🟢
src/promptflow/promptflow/contracts/types.py 80% 🟢
src/promptflow/promptflow/core/init.py 0% 🟢
src/promptflow/promptflow/exceptions.py 90% 🟢
src/promptflow/promptflow/executor/init.py 100% 🟢
src/promptflow/promptflow/executor/_dag_manager.py 97% 🟢
src/promptflow/promptflow/executor/_errors.py 95% 🟢
src/promptflow/promptflow/executor/_flow_nodes_scheduler.py 100% 🟢
src/promptflow/promptflow/executor/_input_assignment_parser.py 60% 🟢
src/promptflow/promptflow/executor/_line_execution_process_pool.py 70% 🟢
src/promptflow/promptflow/executor/_result.py 99% 🟢
src/promptflow/promptflow/executor/_tool_resolver.py 89% 🟢
src/promptflow/promptflow/executor/flow_executor.py 77% 🟢
src/promptflow/promptflow/executor/flow_nodes_scheduler.py 0% 🟢
src/promptflow/promptflow/executor/flow_parse_util.py 0% 🟢
src/promptflow/promptflow/executor/flow_validator.py 95% 🟢
src/promptflow/promptflow/executor/tool_invoker.py 91% 🟢
src/promptflow/promptflow/integrations/init.py 100% 🟢
src/promptflow/promptflow/integrations/langchain.py 39% 🟢
src/promptflow/promptflow/storage/init.py 100% 🟢
src/promptflow/promptflow/storage/_errors.py 100% 🟢
src/promptflow/promptflow/storage/cache_storage.py 78% 🟢
src/promptflow/promptflow/storage/common.py 0% 🟢
src/promptflow/promptflow/storage/run_storage.py 83% 🟢
src/promptflow/promptflow/storage/sqlite_client.py 33% 🟢
src/promptflow/promptflow/utils/init.py 0% 🟢
TOTAL 69% 🟢

Modified Files

No covered modified files...

updated for commit: 8266077 by action🐍

github-actions[bot] commented 9 months ago

Test Result

84 tests   82 :heavy_check_mark:  16s :stopwatch:   1 suites    0 :zzz:   1 files      2 :x:

For more details on these failures, see this check.

Results for commit dca31581.

github-actions[bot] commented 9 months ago

Test Result

76 tests   17 :heavy_check_mark:  10s :stopwatch:   1 suites    2 :zzz:   1 files    57 :x:

For more details on these failures, see this check.

Results for commit dca31581.

github-actions[bot] commented 9 months ago

Test Result

179 tests   91 :heavy_check_mark:  9m 6s :stopwatch:     1 suites  13 :zzz:     1 files      5 :x:  70 :fire:

For more details on these failures and errors, see this check.

Results for commit dca31581.

github-actions[bot] commented 9 months ago

Test Result 134/merge

84 tests   82 :heavy_check_mark:  16s :stopwatch:   1 suites    0 :zzz:   1 files      2 :x:

For more details on these failures, see this check.

Results for commit 42ccc0d1.

github-actions[bot] commented 9 months ago

Test Result 134/merge

76 tests   17 :heavy_check_mark:  10s :stopwatch:   1 suites    2 :zzz:   1 files    57 :x:

For more details on these failures, see this check.

Results for commit 42ccc0d1.

github-actions[bot] commented 9 months ago

Test Result 134/merge

179 tests   91 :heavy_check_mark:  3m 35s :stopwatch:     1 suites  13 :zzz:     1 files      5 :x:  70 :fire:

For more details on these failures and errors, see this check.

Results for commit 42ccc0d1.

github-actions[bot] commented 9 months ago

Executor Unit Test Result

84 tests   82 :heavy_check_mark:  16s :stopwatch:   1 suites    0 :zzz:   1 files      2 :x:

For more details on these failures, see this check.

Results for commit 05f474af.

:recycle: This comment has been updated with latest results.

github-actions[bot] commented 9 months ago

Executor E2E Test Result

76 tests   17 :heavy_check_mark:  10s :stopwatch:   1 suites    2 :zzz:   1 files    57 :x:

For more details on these failures, see this check.

Results for commit f874c607.

:recycle: This comment has been updated with latest results.

github-actions[bot] commented 9 months ago

SDK CLI Test Result

179 tests   91 :heavy_check_mark:  4m 22s :stopwatch:     1 suites  13 :zzz:     1 files      5 :x:  70 :fire:

For more details on these failures and errors, see this check.

Results for commit 0c89f707.

github-actions[bot] commented 9 months ago

Executor Unit Test Result yigao/sdk_move_pipeline_alter

82 tests   82 :heavy_check_mark:  16s :stopwatch:   1 suites    0 :zzz:   1 files      0 :x:

Results for commit 82660771.

:recycle: This comment has been updated with latest results.

github-actions[bot] commented 9 months ago

Executor E2E Test Result yigao/sdk_move_pipeline_alter

85 tests   82 :heavy_check_mark:  1m 45s :stopwatch:   1 suites    2 :zzz:   1 files      1 :x:

For more details on these failures, see this check.

Results for commit 82660771.

:recycle: This comment has been updated with latest results.

github-actions[bot] commented 9 months ago

SDK CLI Test Result yigao/sdk_move_pipeline_alter

182 tests   165 :heavy_check_mark:  7m 39s :stopwatch:     1 suites    16 :zzz:     1 files        1 :x:

For more details on these failures, see this check.

Results for commit 82660771.

:recycle: This comment has been updated with latest results.