fix(errors): return 400 for ClickHouse type-coercion parse errors #442519
ci-backend.yml
on: pull_request
Determine need to run backend and migration checks
33s
Validate product.yaml owners (ubuntu-latest)
Capture test selection
5s
Cancel Backend CI after OpenAPI check failure
0s
Cancel Backend CI after repo check failure
Mirror schema cache to GitHub cache
Matrix: turbo-tests
Matrix: django
Test selection verdict
1m 7s
Report per-test traces
50s
Calculate running time
15s
Backend coverage report
Annotations
30 warnings and 1 notice
|
Repo checks (depot-ubuntu-24.04)
35 models need team_id (baseline debt): ActionStep, AlertCheck, BatchExportDestination, BatchExportRun, CohortPeople, ConversationCheckpoint, ConversationCheckpointBlob, ConversationCheckpointWrite, Element, ErrorTrackingExternalReference, ErrorTrackingIssueCohort, EvaluationReportRun, EventSchema, ExperimentMetricResult, ExperimentToSavedMetric, ExternalDataSourceRevenueAnalyticsConfig, FeatureFlagDashboards, FeatureFlagEvaluationContext, FeatureFlagRoleAccess, HeatmapSnapshot, LLMSkillFile, LogsAlertCheck, LogsAlertEvent, PluginStorage, ResourceNotebook, SandboxSnapshot, SchemaPropertyGroupProperty, SessionRecordingExternalReference, SessionRecordingPlaylistItem, SlackSettings, SlackUserProfileCache, SourceBatchStatus, StreamlitAppSandbox, TaggedItem, VisionAlertEvent
|
|
Repo checks (depot-ubuntu-24.04):
products/product_analytics/backend/facade/api.py title=product:lint (product_analytics / isolation chain)#L0
facade hands out Django model class(es) under the watched-models allowance: Insight (from backend/models/insight.py, via facade/models.py); InsightVariable (from backend/models/insight_variable.py, via facade/models.py). Sanctioned interim debt (products/architecture.md § Wiring couplings) — the model surface stays in the contract-check inputs so the skip is sound; convert crossings to facade contracts to retire the allowance entry
|
|
Repo checks (depot-ubuntu-24.04):
products/notifications/backend/facade/api.py title=product:lint (notifications / isolation chain)#L0
facade/api.py exists but has no function definitions — a real facade should convert models to contracts, not just re-export
|
|
Repo checks (depot-ubuntu-24.04):
products/logs/backend/facade/api.py title=product:lint (logs / isolation chain)#L0
facade/api.py exists but has no function definitions — a real facade should convert models to contracts, not just re-export
|
|
Repo checks (depot-ubuntu-24.04):
products/endpoints/backend/facade/api.py title=product:lint (endpoints / isolation chain)#L0
facade re-exports class(es) from outside the wiring locations: EndpointCrudService (from backend/logic/crud.py, via facade/api.py); EndpointExecutionService (from backend/logic/execution.py, via facade/api.py); EndpointMaterializationService (from backend/logic/materialization.py, via facade/api.py); Endpoint (from backend/models.py, via facade/models.py); EndpointVersion (from backend/models.py, via facade/models.py). The skip is inert while un-narrowed, but narrowing is blocked until this is fixed — move it to a wiring location (backend/hogql_queries/, backend/max_tools.py, backend/temporal/, backend/tasks.py) if it implements a core-owned base; move it to facade/contracts.py if it's a data/error type; or drop the turbo.json narrowing to watch everything
|
|
Repo checks (depot-ubuntu-24.04):
products/data_warehouse/backend/facade/api.py title=product:lint (data_warehouse / isolation chain)#L0
facade re-exports class(es) from outside the wiring locations: CreateTableResult (from backend/logic/data_load/create_table.py, via facade/api.py); WebhookConsumerConfig (from backend/logic/webhook_consumer/config.py, via facade/api.py); WebhookS3Sink (from backend/logic/webhook_consumer/consumer.py, via facade/api.py); DirectQueryEngine (from backend/direct_query_engines.py, via facade/api.py); BackfillOutcome (from backend/logic/backfill_status.py, via facade/backfill_status.py); ManagedWarehouseBackfillPartition (from backend/models/managed_warehouse_backfill_partition.py, via facade/models.py); ExternalDataSourceRevenueAnalyticsConfig (from backend/models/revenue_analytics_config.py, via facade/models.py); TeamDataWarehouseConfig (from backend/models/team_data_warehouse_config.py, via facade/models.py). The skip is inert while un-narrowed, but narrowing is blocked until this is fixed — move it to a wiring location (backend/hogql_queries/, backend/max_tools.py, backend/temporal/, backend/tasks.py) if it implements a core-owned base; move it to facade/contracts.py if it's a data/error type; or drop the turbo.json narrowing to watch everything
|
|
Repo checks (depot-ubuntu-24.04):
products/data_quality/backend/facade/api.py title=product:lint (data_quality / isolation chain)#L0
facade/api.py exists but has no function definitions — a real facade should convert models to contracts, not just re-export
|
|
Repo checks (depot-ubuntu-24.04):
products/data_modeling/backend/facade/api.py title=product:lint (data_modeling / isolation chain)#L0
facade re-exports class(es) from outside the wiring locations: UnsatisfiableFrequencyError (from backend/logic/freshness.py, via facade/api.py); UnsupportedFrequencyTargetError (from backend/logic/freshness.py, via facade/api.py); HasDependentsError (from backend/logic/saved_query_dag_sync.py, via facade/api.py); SavedQueryNotFoundError (from backend/logic/node_materialization.py, via facade/api.py); SavedQueryNotOnV2ScheduleError (from backend/logic/node_materialization.py, via facade/api.py); IncrementalConfig (from backend/logic/incremental.py, via facade/api.py); IncrementalState (from backend/logic/incremental.py, via facade/api.py); IncrementalFilterError (from backend/logic/incremental_filter.py, via facade/api.py); EligibilityResult (from backend/logic/incremental_eligibility.py, via facade/api.py); BoundedResolver (from backend/models/modeling.py, via facade/modeling.py); DataWarehouseModelPath (from backend/models/modeling.py, via facade/modeling.py); LabelTreeField (from backend/models/modeling.py, via facade/modeling.py); NodeType (from backend/models/modeling.py, via facade/modeling.py); ResolutionCycleError (from backend/models/modeling.py, via facade/modeling.py); ResolutionDepthExceededError (from backend/models/modeling.py, via facade/modeling.py); ResolutionTimeoutError (from backend/models/modeling.py, via facade/modeling.py); Graph (from backend/graph.py, via facade/models.py); DAG (from backend/models/dag.py, via facade/models.py); DataModelingJob (from backend/models/data_modeling_job.py, via facade/models.py); DataModelingJobEngine (from backend/models/data_modeling_job.py, via facade/models.py); DataModelingJobStatus (from backend/models/data_modeling_job.py, via facade/models.py); DataWarehouseManagedViewSet (from backend/models/datawarehouse_managed_viewset.py, via facade/models.py); DataWarehouseSavedQuery (from backend/models/datawarehouse_saved_query.py, via facade/models.py); DataWarehouseSavedQueryColumnAnnotation (from backend/models/datawarehouse_saved_query_column_annotation.py, via facade/models.py); DataWarehouseSavedQueryDraft (from backend/models/datawarehouse_saved_query_draft.py, via facade/models.py); Edge (from backend/models/edge.py, via facade/models.py); Node (from backend/models/node.py, via facade/models.py); NodeType (from backend/models/node.py, via facade/models.py). The skip is inert while un-narrowed, but narrowing is blocked until this is fixed — move it to a wiring location (backend/hogql_queries/, backend/max_tools.py, backend/temporal/, backend/tasks.py) if it implements a core-owned base; move it to facade/contracts.py if it's a data/error type; or drop the turbo.json narrowing to watch everything
|
|
Repo checks (depot-ubuntu-24.04):
products/data_catalog/backend/facade/api.py title=product:lint (data_catalog / isolation chain)#L0
facade/api.py exists but has no function definitions — a real facade should convert models to contracts, not just re-export
|
|
Repo checks (depot-ubuntu-24.04):
products/canvas/backend/facade/api.py title=product:lint (canvas / isolation chain)#L0
facade/api.py exists but has no function definitions — a real facade should convert models to contracts, not just re-export
|
|
Repo checks (depot-ubuntu-24.04):
products/apm/backend/facade/api.py title=product:lint (apm / isolation chain)#L0
facade/api.py exists but has no function definitions — a real facade should convert models to contracts, not just re-export
|
|
Django tests – Core (persons-on-events on, events schema legacy), Py 3.13.13, clickhouse/clickhouse-server:26.6.2 (3/8)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Django tests – Core (persons-on-events on, events schema legacy), Py 3.13.13, clickhouse/clickhouse-server:26.6.2 (3/8)
No files were found with the provided path: posthog/tasks/test/__emails__. No artifacts will be uploaded.
|
|
Django tests – Core (persons-on-events on, events schema legacy), Py 3.13.13, clickhouse/clickhouse-server:26.6.2 (1/8)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Django tests – Core (persons-on-events on, events schema legacy), Py 3.13.13, clickhouse/clickhouse-server:26.6.2 (1/8)
No files were found with the provided path: posthog/tasks/test/__emails__. No artifacts will be uploaded.
|
|
Django tests – Core (persons-on-events on, events schema legacy), Py 3.13.13, clickhouse/clickhouse-server:26.6.2 (4/8)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Django tests – Core (persons-on-events on, events schema legacy), Py 3.13.13, clickhouse/clickhouse-server:26.6.2 (4/8)
No files were found with the provided path: posthog/tasks/test/__emails__. No artifacts will be uploaded.
|
|
Django tests – Core (persons-on-events on, events schema legacy), Py 3.13.13, clickhouse/clickhouse-server:26.6.2 (5/8)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Django tests – Core (persons-on-events on, events schema legacy), Py 3.13.13, clickhouse/clickhouse-server:26.6.2 (5/8)
No files were found with the provided path: posthog/tasks/test/__emails__. No artifacts will be uploaded.
|
|
Django tests – Core (persons-on-events on, events schema legacy), Py 3.13.13, clickhouse/clickhouse-server:26.6.2 (7/8)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Django tests – Core (persons-on-events on, events schema legacy), Py 3.13.13, clickhouse/clickhouse-server:26.6.2 (2/8)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Django tests – Core (persons-on-events on, events schema legacy), Py 3.13.13, clickhouse/clickhouse-server:26.6.2 (2/8)
No files were found with the provided path: posthog/tasks/test/__emails__. No artifacts will be uploaded.
|
|
Django tests – Temporal (persons-on-events off, events schema legacy), Py 3.13.13, clickhouse/clickhouse-server:26.6.2 (1/2)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Django tests – Core (persons-on-events on, events schema legacy), Py 3.13.13, clickhouse/clickhouse-server:26.6.2 (6/8)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Django tests – Core (persons-on-events on, events schema legacy), Py 3.13.13, clickhouse/clickhouse-server:26.6.2 (6/8)
No files were found with the provided path: posthog/tasks/test/__emails__. No artifacts will be uploaded.
|
|
Django tests – Core (persons-on-events on, events schema legacy), Py 3.13.13, clickhouse/clickhouse-server:26.6.2 (8/8)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Django tests – Core (persons-on-events on, events schema legacy), Py 3.13.13, clickhouse/clickhouse-server:26.6.2 (8/8)
No files were found with the provided path: posthog/tasks/test/__emails__. No artifacts will be uploaded.
|
|
Django tests – Temporal (persons-on-events off, events schema legacy), Py 3.13.13, clickhouse/clickhouse-server:26.6.2 (2/2)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Report per-test traces
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Test selection verdict
Retention days cannot be greater than the maximum allowed retention set within the repository. Using 30 instead.
|
|
Detect snapshot mode
🔍 Running in CHECK mode - snapshots must match exactly
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
coverage-xml-0
Expired
|
60.7 KB |
sha256:bb35182f5c30eccb7fc9e699bf19da26a8173954c4ee226e8f2e75c14905f8f3
|
|
|
coverage-xml-1
Expired
|
59.9 KB |
sha256:0f37cd4b12ffac92ebbf66b6863a58b42685f730d99642d3f6b1373dc49a0bd0
|
|
|
coverage-xml-10
Expired
|
181 KB |
sha256:1d5cc2b8319404a0c1555372a65e950e35eccc0cc1e67742496946adb188d146
|
|
|
coverage-xml-11
Expired
|
182 KB |
sha256:5e06faeaba927100929cec5eb6a675c10e7c747d3cbe82a8aa75d5ad3c644283
|
|
|
coverage-xml-12
Expired
|
948 KB |
sha256:17a3510d52aabecc721e322ddb3af39450a24d558be40ccad11f89ef00b14766
|
|
|
coverage-xml-13
Expired
|
934 KB |
sha256:449e423c8d717276a17a62ddc4d2e1ec4185d7c2369e62621c85a71e12d0654d
|
|
|
coverage-xml-14
Expired
|
935 KB |
sha256:f2694bfafa926bffe29b6f8f379186bdf87f7fca24b9f2114266c80614e102e8
|
|
|
coverage-xml-15
Expired
|
935 KB |
sha256:2bdfd142c634f7c424ce360f8727e30e848705b338fab4338609ee161006363c
|
|
|
coverage-xml-16
Expired
|
935 KB |
sha256:9f20b5ccb0e2ec238b08953f5b3e37bb3f9c71c6923472c1ac0dee49aa586a0c
|
|
|
coverage-xml-17
Expired
|
935 KB |
sha256:143add5142e217629cdb234e1a9bf10b09a41c1add9fb0807d481a445e0b0355
|
|
|
coverage-xml-18
Expired
|
60.1 KB |
sha256:a1e162699e1c0a7707f0e411fb5217c4e175266962ba4ab56cff5cf1fbe1d06e
|
|
|
coverage-xml-19
Expired
|
78.8 KB |
sha256:880c08fdff5c7e56338225ff260b4343568842afc1f1bc4050bdeeafdaf02f94
|
|
|
coverage-xml-2
Expired
|
60.8 KB |
sha256:ef780f6e7c9dbb20a126a9a880b7d2c2a308483ac2e185a620cb9379b1d4f758
|
|
|
coverage-xml-20
Expired
|
86.1 KB |
sha256:d3fd81b050246fcfc4f645eac144155ac5b4e355f195dbcb63d6bfa068b57fa4
|
|
|
coverage-xml-21
Expired
|
68.2 KB |
sha256:86cae81a7f1ec82c39fdbc64959bb24964d01f113081997521fc218a7316551e
|
|
|
coverage-xml-22
Expired
|
184 KB |
sha256:71c83defbd3830a00434bdc070ad99c4c206648d6ccfceae1ba6b3a6f7673904
|
|
|
coverage-xml-23
Expired
|
847 KB |
sha256:6491d3c59c54a54242378059394c695e583bb079b3df67f3a0b544a9c8abc7a1
|
|
|
coverage-xml-24
Expired
|
44 KB |
sha256:adf0e73329f3adb67ccbd402f69c9ef2a6187a2102d570c54ecbce9eaf68ac77
|
|
|
coverage-xml-25
Expired
|
89.6 KB |
sha256:18db92bd100ce73f49546c33b7bde86345306eb2d7bcb9fdabb462e1ffa5cc73
|
|
|
coverage-xml-26
Expired
|
71 KB |
sha256:d513889c1e5c8664763d449f4a1a14b99c378c2809c32d82710afcbe3f3b1af3
|
|
|
coverage-xml-27
Expired
|
64.9 KB |
sha256:96189cd648adb9d1db47e401cb5cc36cd617c808734562a9fae4433dd6934376
|
|
|
coverage-xml-28
Expired
|
42.1 KB |
sha256:85fe13b3b785278e6517e078ba53f37e5945919b4f30b9bf5d941204b7b56db1
|
|
|
coverage-xml-29
Expired
|
79.7 KB |
sha256:1bdf2f063a7e822ee62aed61d304ecaf0cfe340dd67d83c20a9bbce6f83b5944
|
|
|
coverage-xml-3
Expired
|
60.3 KB |
sha256:9f4257af7ef3a6b5dffabd306ed09a5b0dde3b5619f3fefa55f3d7d179cf5680
|
|
|
coverage-xml-30
Expired
|
105 KB |
sha256:3eb183b5f323aaee9b69c466d8d0eb32193d91d1df37fe36cbe247bdfb6b19a7
|
|
|
coverage-xml-31
Expired
|
72.8 KB |
sha256:332c49779bc7754056729608e6f2773dd5d11b1818622ad671f99d2e47cf3c8c
|
|
|
coverage-xml-32
Expired
|
52.6 KB |
sha256:0a3a671825692c04c1112c80960f45e136b7a2ad10bd3599c09d2e4a0af2381d
|
|
|
coverage-xml-33
Expired
|
31.1 KB |
sha256:1b73094960a272c675fc441c5b54528fdd28660d4c31a6ddf9c030f902b43bca
|
|
|
coverage-xml-34
Expired
|
74.2 KB |
sha256:ba6140444f9c4d7586cc5944e323c1d91e2644ef9e6e8a2864a29005addd2faa
|
|
|
coverage-xml-35
Expired
|
86 KB |
sha256:bb92722fb0a8c0111652f6a924d0cfd4d1ebf330700e91c4f771e9a91443a6b9
|
|
|
coverage-xml-36
Expired
|
58.6 KB |
sha256:5801c85703bc6919737bbf509e807f85e0005f4ec7e3f0ff65ef63cd66c51c2d
|
|
|
coverage-xml-37
Expired
|
62.3 KB |
sha256:1871fed8a2e769ab776c7cc698d6b01f71e31cbfaccadd6836eec74f27d8abfb
|
|
|
coverage-xml-38
Expired
|
49.9 KB |
sha256:8e497cd51ce7a44725def693cc80e95ae56eb9886cd2a14c8c6d5d4060ce9658
|
|
|
coverage-xml-39
Expired
|
27.7 KB |
sha256:ead7cdc218c5210a009f29abaaa15cc2d7341186c9e95e270747843b5116d03d
|
|
|
coverage-xml-4
Expired
|
60.3 KB |
sha256:a8ac7bf529bf83e7e4516392d7a5d3395fb23a543a1b463b6318032d590a6a72
|
|
|
coverage-xml-40
Expired
|
19.7 KB |
sha256:2e3bc4d30099bafcdaff15e5816b4164d8f526249df7a4dad61cf66a21b588f9
|
|
|
coverage-xml-5
Expired
|
81.2 KB |
sha256:aa97703272c82f568b92de8597e16a026a0f68c157db82893e6d7573d102a3e2
|
|
|
coverage-xml-6
Expired
|
43.5 KB |
sha256:557135b51c280b5ba935c8f1af593ed4f74ea82e0e767be4731b9d39625cf036
|
|
|
coverage-xml-7
Expired
|
66.8 KB |
sha256:c463a780cfd3cafc2974fb6bdc713dc832382c3d3e9ffdc5704f77ff12e7ef60
|
|
|
coverage-xml-8
Expired
|
181 KB |
sha256:45862cc4dbc9d88f96928bca403ae5e20ce822075eacbc589838926aa3d3604b
|
|
|
coverage-xml-9
Expired
|
183 KB |
sha256:80674d6139b2b1e91c250930e073c56b11ce6c7ebf0b22dc8f284a83bc27207c
|
|
|
email_renders-bbf659a60f85fe166711b9af19f893555beb993d-1-Core-false-7
Expired
|
146 KB |
sha256:8a4b2514ce74c6e978f5f652b4fa6614eda1ba2a00e4c157b33712c31643f825
|
|
|
junit-results-backend-core-1
|
85.5 KB |
sha256:d2c25cb06bbb740085aa83ac3c0a053583a9ce3340e977a767af8bf5ef1ea4a7
|
|
|
junit-results-backend-core-2
|
77 KB |
sha256:193b4c35556804ec896e0cd7712e5d49c927743c5717224e3adb2692312314b7
|
|
|
junit-results-backend-core-3
|
60 KB |
sha256:d5b2f02e414dcb37107f1175967cb7a8c357f8507969f4bea990ad43c60d3e5e
|
|
|
junit-results-backend-core-4
|
92.3 KB |
sha256:c68df06440ecf9ad332052a90de489d5659b5cd9735d4279441433b05dd40e62
|
|
|
junit-results-backend-core-5
|
36 KB |
sha256:947f6792694279da9725398b628e1f3356d7082cacb28b309c1bbc02c60d2f7c
|
|
|
junit-results-backend-core-6
|
64.7 KB |
sha256:65e3b525d7049223e2f0cc772c83692dc4b517672e15ea81f89c14a32c845b56
|
|
|
junit-results-backend-core-7
|
15.2 KB |
sha256:a9a288e708b573e77c6133ab17c884c395c38a9a6e2d2e095edf6addc1734574
|
|
|
junit-results-backend-core-8
|
117 KB |
sha256:583959dd001b461f1eb71dd71b191f8b0bf526dbf171105ddcdc91f050fb1ee6
|
|
|
junit-results-backend-temporal-1
|
20.2 KB |
sha256:f28b436d45a3a95f3356c7a812efa9a4b5a37f0dc0fb2a1d296617e31dae3b71
|
|
|
junit-results-backend-temporal-2
|
37.7 KB |
sha256:898835236eec4dd4b471724fca18d7af9a61de8784133dfb1e079473f347526c
|
|
|
migration-analysis
|
251 Bytes |
sha256:5fc517b4064fb798a72ae08271de5d7f064860720116c8fbc242f4b2ffaa4f70
|
|
|
product-junit-results-0
|
9.91 KB |
sha256:ac8c2bd3dc88a333508d309596fb3edbefb242f49662a4b999687688553cba08
|
|
|
product-junit-results-1
|
2.63 KB |
sha256:ea8708935333108b9729752a026c78aafae328d43f3e0906a62caf3f071992e0
|
|
|
product-junit-results-10
|
1.53 KB |
sha256:4799acde070d00a08d8c1dfb754669facffff5c7e2d1cc19fd29cf9a6d4a29ef
|
|
|
product-junit-results-11
|
3.16 KB |
sha256:6374f8ab6af61b3281c4e78b731d59e388e253e7870909d2f021a2655aa28b56
|
|
|
product-junit-results-12
|
37.7 KB |
sha256:1de2f059eb04648f1c2fe97f3754c1dbeb3aec5070492405045f65f853215cac
|
|
|
product-junit-results-13
|
4.75 KB |
sha256:f0b0b2ad926381c9d6bfc31af8eb07c2f4e01691554c3cd6362f60b4f3835296
|
|
|
product-junit-results-14
|
2.5 KB |
sha256:996f7fc5e7ca6712a9f2671231479bb2c7dae65ada81364031fcee9f86ffd8f9
|
|
|
product-junit-results-15
|
1.76 KB |
sha256:c325980feef9c03dbe5c42b683c83d6bfaf26c314a431f3f4dc9b712e6db882f
|
|
|
product-junit-results-16
|
1.71 KB |
sha256:7bce99eed533aa0b478a7b0a1f7567fbfb2d842d5fae84ee5ddacc40b4a937e7
|
|
|
product-junit-results-17
|
2.57 KB |
sha256:ee3c454c715a30647588592bc300984d650bebee87bb9d95a91dca2794660846
|
|
|
product-junit-results-18
|
9.89 KB |
sha256:1bb88913b20a6bee2df0a445f9dc42b7fde2a20ae879824757beea276ba989f0
|
|
|
product-junit-results-19
|
42 KB |
sha256:4e08ab9da0d9f12464c72ce05527c36ddb776bf46df3c361302f6955e6c05351
|
|
|
product-junit-results-2
|
10.5 KB |
sha256:f564ddea2c3cad43c4b9bd15b4c07cd511bf5785b4d0261243e39699506b655d
|
|
|
product-junit-results-20
|
48.5 KB |
sha256:9dc404d1d5dff83a760028026278f4c6a497825dcf50b7d35d4e08c6c1979482
|
|
|
product-junit-results-21
|
17.3 KB |
sha256:b7bc8e4b905df3ebd931e9457983c8914d7f9d75c04f2a2ff25f0d65d25def1b
|
|
|
product-junit-results-22
|
42.6 KB |
sha256:cfbd500918042725a3525b0e250d3ab69f7fa567458502699be98b7d0b9bffef
|
|
|
product-junit-results-23
|
937 KB |
sha256:4a99d6e4a9253e4c18d5a95067238de68d906df9deb1938b4ed8c15b90a0ae6b
|
|
|
product-junit-results-24
|
35.9 KB |
sha256:07f47b2e5cfcbd270f1ef842ebd46811372b969551822b8378a8b0eb847e9ae1
|
|
|
product-junit-results-25
|
61.2 KB |
sha256:3d5c233b140171d31464a9b31353c465091c90f7d35733fb7d818ca22315819e
|
|
|
product-junit-results-26
|
48.6 KB |
sha256:16411de7098c1a10164a221d4afd79def0c161aee4eaeb88499c34a67c3b3041
|
|
|
product-junit-results-27
|
49.7 KB |
sha256:49aedc8d882f7163c5b120e99a50ee41ca22417131efb1f02ba426427d7bf999
|
|
|
product-junit-results-28
|
26.3 KB |
sha256:92083a84f4db3883f7dd7b985e13c55f841dc9a6703223f8c00548160ba6de22
|
|
|
product-junit-results-29
|
49.3 KB |
sha256:70b68930fea30d1984e02065161c4c99b9cc2d3dd710926e61a80e136573d998
|
|
|
product-junit-results-3
|
2.79 KB |
sha256:20f6fa1c3f22801de5801d05296a47aede30410e58da0eb4386c1019cf49f0a8
|
|
|
product-junit-results-30
|
71.3 KB |
sha256:c189856b321658e060d9721b7b81bd3ef16a5e736f9159feb463b59a6826d401
|
|
|
product-junit-results-31
|
56.1 KB |
sha256:adb429e10cdadd2662092f2f67dfc9b84843a4f53a8ad5f2d1d7c0e1a49ce673
|
|
|
product-junit-results-32
|
25.9 KB |
sha256:273265a59b1a3e8c92fcf48305234417fd08783bda7e9980480ce851deacf55c
|
|
|
product-junit-results-33
|
26.8 KB |
sha256:96f14aa797b48939b778621385aac70e83e0d40345f25effa8efa8649a790d7d
|
|
|
product-junit-results-34
|
46.5 KB |
sha256:cc184e81973b7e4a37207c1f718a35f892c3d0f1f92e4b01cc436eb295413604
|
|
|
product-junit-results-35
|
52.9 KB |
sha256:e4a9c4362f7de73a46ce5b2e9c4fa3ed2f0034d9a5c0b67d9f6a331e7bf398ac
|
|
|
product-junit-results-36
|
39.1 KB |
sha256:78559a72845da53db03c0ffd461a3b413e1f9842040772fafae3334ab15261ef
|
|
|
product-junit-results-37
|
49 KB |
sha256:536c0fdd4fc1bfa7028c994361cb318e962c864bad1923d112fba094a28b342c
|
|
|
product-junit-results-38
|
40 KB |
sha256:81908fb1c843a7fd691a0e3526d726615401b8b3996d75cdf15173a002d2e79b
|
|
|
product-junit-results-39
|
18 KB |
sha256:75db9831f507d3bc2eda33fbdc88c86c161311504096e0da50a4e95494e8fed1
|
|
|
product-junit-results-4
|
4.07 KB |
sha256:f840c10f94f2813a2000ae3da9aaa0a670be6e7d6a24d058408f24b5b4cb21a3
|
|
|
product-junit-results-40
|
12.1 KB |
sha256:41773be1d35dd26499e3d83f413f8b86be1f549932f49c066822e37903594a47
|
|
|
product-junit-results-5
|
5.5 KB |
sha256:bb4852075359fe94e2210096c76745653e1c9096088a8a44c47f2381c1488fb9
|
|
|
product-junit-results-6
|
9.42 KB |
sha256:05ac993d67720500ae2749bcd783b9db5f3bd118204b75c6f86267cfec9aab6c
|
|
|
product-junit-results-7
|
30.1 KB |
sha256:3c2a6f6e511438b5fe14c3a7f055e94a9c7dbda2c7876ddd0565843c9082348f
|
|
|
product-junit-results-8
|
58.1 KB |
sha256:44d24e31eadcb5301ae3bfcbf1864a09f8e38374b248675621feb6824b35b147
|
|
|
product-junit-results-9
|
12 KB |
sha256:7add0dc04e8c34d5be60e7ae7f3c84500fc7375b00e16838d3d8d57cc153cf5d
|
|
|
select-tests-output
|
52.7 KB |
sha256:6e0dbaf7ba3bb8ca1ea050804a40db0c8d31d76711c90353d42fdc840fc56f64
|
|
|
test-durations-plan
|
4.21 MB |
sha256:8dc13ed7e057bcef3f2a4de87d05dc5539ada97ebfa3716d50f5888ab384341e
|
|
|
test-selection-verdict-pr92068
|
53.1 KB |
sha256:4bfbbab62bc4181c1a15f213cdc6535496154a4ebf0c9316ac8c07514e7d42d7
|
|