ci: retain API unit test reports - #42583
Merged
Merged
Conversation
Contributor
Pyrefly Type Coverage
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #42583 +/- ##
==========================================
- Coverage 87.56% 87.56% -0.01%
==========================================
Files 5480 5480
Lines 317375 317375
Branches 63615 63615
==========================================
- Hits 277896 277894 -2
- Misses 34114 34117 +3
+ Partials 5365 5364 -1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
Contributor
Pyrefly Diffbase → PR--- /tmp/pyrefly_base.txt 2026-09-20 10:02:10.722655841 +0000
+++ /tmp/pyrefly_pr.txt 2026-09-20 10:02:02.786603643 +0000
@@ -147,13 +147,13 @@
ERROR Missing argument `using_ugc` in function `dify_vdb_lindorm.lindorm_vector.LindormVectorStore.__init__` [missing-argument]
--> providers/vdb/vdb-lindorm/tests/integration_tests/test_lindorm.py:41:41
ERROR Object of class `ModuleType` has no attribute `BulkIndexError` [missing-attribute]
- --> providers/vdb/vdb-lindorm/tests/unit_tests/test_lindorm_vector.py:39:5
-ERROR Object of class `ModuleType` has no attribute `bulk` [missing-attribute]
--> providers/vdb/vdb-lindorm/tests/unit_tests/test_lindorm_vector.py:40:5
+ERROR Object of class `ModuleType` has no attribute `bulk` [missing-attribute]
+ --> providers/vdb/vdb-lindorm/tests/unit_tests/test_lindorm_vector.py:41:5
ERROR Object of class `ModuleType` has no attribute `OpenSearch` [missing-attribute]
- --> providers/vdb/vdb-lindorm/tests/unit_tests/test_lindorm_vector.py:42:5
-ERROR Object of class `ModuleType` has no attribute `helpers` [missing-attribute]
--> providers/vdb/vdb-lindorm/tests/unit_tests/test_lindorm_vector.py:43:5
+ERROR Object of class `ModuleType` has no attribute `helpers` [missing-attribute]
+ --> providers/vdb/vdb-lindorm/tests/unit_tests/test_lindorm_vector.py:44:5
ERROR Object of class `ModuleType` has no attribute `MoVectorClient` [missing-attribute]
--> providers/vdb/vdb-matrixone/tests/unit_tests/test_matrixone_vector.py:31:5
ERROR Object of class `ModuleType` has no attribute `client` [missing-attribute]
@@ -6685,13 +6685,13 @@
ERROR Object of class `NoneType` has no attribute `get_data` [missing-attribute]
--> tests/unit_tests/services/test_audio_service.py:828:16
ERROR Argument `BillingInfo` is not assignable to parameter `result` with type `dict[Unknown, Unknown]` in function `TestBillingServiceSubscriptionInfoDataType._assert_billing_info_types` [bad-argument-type]
- --> tests/unit_tests/services/test_billing_service.py:1875:41
+ --> tests/unit_tests/services/test_billing_service.py:1898:41
ERROR Argument `BillingInfo` is not assignable to parameter `result` with type `dict[Unknown, Unknown]` in function `TestBillingServiceSubscriptionInfoDataType._assert_billing_info_types` [bad-argument-type]
- --> tests/unit_tests/services/test_billing_service.py:1884:41
+ --> tests/unit_tests/services/test_billing_service.py:1907:41
ERROR Argument `BillingInfo` is not assignable to parameter `result` with type `dict[Unknown, Unknown]` in function `TestBillingServiceSubscriptionInfoDataType._assert_billing_info_types` [bad-argument-type]
- --> tests/unit_tests/services/test_billing_service.py:1897:41
+ --> tests/unit_tests/services/test_billing_service.py:1920:41
ERROR Argument `BillingInfo` is not assignable to parameter `result` with type `dict[Unknown, Unknown]` in function `TestBillingServiceSubscriptionInfoDataType._assert_billing_info_types` [bad-argument-type]
- --> tests/unit_tests/services/test_billing_service.py:1908:41
+ --> tests/unit_tests/services/test_billing_service.py:1931:41
ERROR Argument `FakeRepo` is not assignable to parameter `workflow_run_repo` with type `APIWorkflowRunRepository | None` in function `services.retention.workflow_run.clear_free_plan_expired_workflow_run_logs.WorkflowRunCleanup.__init__` [bad-argument-type]
--> tests/unit_tests/services/test_clear_free_plan_expired_workflow_run_logs.py:130:49
ERROR Class member `FailingRepo.delete_runs_with_related_by_ids` overrides a member in a parent class but is missing an `@override` decorator [missing-override-decorator]
|
hyoban
force-pushed
the
ci/api-unit-test-timings
branch
from
September 20, 2026 10:12
8ac9e44 to
c91cd6c
Compare
hyoban
added this pull request to stack #42588
September 20, 2026 10:12
5 tasks
hyoban
removed this pull request from stack #42588
September 20, 2026 11:48
hyoban
added this pull request to stack #42594
September 20, 2026 11:48
hyoban
force-pushed
the
ci/api-unit-test-timings
branch
from
September 20, 2026 12:30
c91cd6c to
4e0bcf8
Compare
hyoban
force-pushed
the
ci/api-unit-test-timings
branch
from
September 20, 2026 12:44
4e0bcf8 to
5f4e55f
Compare
hyoban
marked this pull request as ready for review
September 20, 2026 12:44
lyzno1
approved these changes
Sep 20, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Retain separate JUnit reports for parallel API unit tests and serial controllers for seven days. Upload reports after failures when available, providing testcase identities and durations for CI validation. Unbuffer Python output for timely logs. Test scheduling and coverage remain unchanged in this layer.
Fixes #42582
Stack layer 1/5. Next: #42585 (remove real waits).
Validation
Checklist
make lint && make type-check(backend) andvp staged(frontend) to appease the lint gods