Skip to content

Update go to 1.26.2 and update tooling to update it - #43771

Merged
lucasmrod merged 2 commits into
mainfrom
update-go-version-to-1.26.2
Apr 20, 2026
Merged

Update go to 1.26.2 and update tooling to update it#43771
lucasmrod merged 2 commits into
mainfrom
update-go-version-to-1.26.2

Conversation

@lucasmrod

@lucasmrod lucasmrod commented Apr 20, 2026

Copy link
Copy Markdown
Member

Golang 1.26.2 has been released. It fixes some CVEs: https://github.com/golang/go/issues?q=milestone%3AGo1.26.2+label%3ACherryPickApproved

Summary by CodeRabbit

  • Chores
    • Updated Go toolchain to 1.26.2 across the repository and build configs.
    • Updated Docker build images to use Go 1.26.2.
    • Expanded the set of tracked modules for the Go version update so additional module files are included in automated updates.

Copilot AI review requested due to automatic review settings April 20, 2026 15:29

@claude claude Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Claude Code Review

This repository is configured for manual code reviews. Comment @claude review to trigger a review and subscribe this PR to future pushes, or @claude review once for a one-time review.

Tip: disable this comment in your organization's Code Review settings.

@codecov

codecov Bot commented Apr 20, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 66.91%. Comparing base (c3cbea5) to head (0109894).
⚠️ Report is 7 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff            @@
##             main   #43771    +/-   ##
========================================
  Coverage   66.91%   66.91%            
========================================
  Files        2600     2600            
  Lines      208643   208978   +335     
  Branches     9228     9228            
========================================
+ Hits       139608   139841   +233     
- Misses      56326    56395    +69     
- Partials    12709    12742    +33     
Flag Coverage Δ
backend 68.70% <ø> (+<0.01%) ⬆️
backend-activity 86.35% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@coderabbitai

coderabbitai Bot commented Apr 20, 2026

Copy link
Copy Markdown
Contributor

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: 4578b770-8187-477f-8aba-bffd1ff827f7

📥 Commits

Reviewing files that changed from the base of the PR and between da66991 and 0109894.

📒 Files selected for processing (3)
  • Makefile
  • third_party/goval-dictionary/go.mod
  • tools/fleet-mcp/go.mod
✅ Files skipped from review due to trivial changes (2)
  • tools/fleet-mcp/go.mod
  • third_party/goval-dictionary/go.mod
🚧 Files skipped from review as they are similar to previous changes (1)
  • Makefile

Walkthrough

This pull request updates the Go toolchain from 1.26.1 to 1.26.2 across the repository. It updates the go directive in multiple module files (root go.mod, third_party/vuln-check, third_party/goval-dictionary, tools/ci/setboolcheck, tools/github-manage, tools/mdm/windows/bitlocker, tools/qacheck, tools/snapshot, tools/terraform, tools/fleet-mcp). Three Dockerfiles had their builder base images bumped (Dockerfile-desktop-linux, infrastructure/loadtesting/.../loadtest.Dockerfile, tools/mdm/migration/mdmproxy/Dockerfile). The Makefile UPDATE_GO_MODS list was expanded and changelog entries record the version bump.

🚥 Pre-merge checks | ✅ 2 | ❌ 1

❌ Failed checks (1 inconclusive)

Check name Status Explanation Resolution
Description check ❓ Inconclusive The description is minimal but adequate; it identifies the Go version bump and references CVE fixes. However, the description template is not followed and required checklist items are not addressed. Consider following the PR description template by adding a changes file confirmation and relevant checklist items (automated tests, manual QA) even if marked as not applicable.
✅ Passed checks (2 passed)
Check name Status Explanation
Title check ✅ Passed The title accurately summarizes the main change: updating Go to 1.26.2 and expanding the tooling to manage this update across more go.mod files.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch update-go-version-to-1.26.2

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the repository’s Go toolchain version to 1.26.2 (including Docker build images) and extends the make update-go tooling to cover more Go modules so future Go bumps are less manual.

Changes:

  • Bump go directive from 1.26.11.26.2 across several Go modules.
  • Update Golang base images (and pinned digests) in Dockerfiles used for desktop linux and tooling images.
  • Expand UPDATE_GO_MODS in the Makefile so make update-go updates more module files automatically.

Reviewed changes

Copilot reviewed 13 out of 14 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
tools/terraform/go.mod Bump module go directive to 1.26.2
tools/snapshot/go.mod Bump module go directive to 1.26.2
tools/qacheck/go.mod Bump module go directive to 1.26.2
tools/mdm/windows/bitlocker/go.mod Bump module go directive to 1.26.2
tools/mdm/migration/mdmproxy/Dockerfile Update golang image to 1.26.2 (pinned digest)
tools/github-manage/go.mod Bump module go directive to 1.26.2
tools/ci/setboolcheck/go.mod Bump module go directive to 1.26.2
third_party/vuln-check/go.mod Bump module go directive to 1.26.2
orbit/changes/update-go-1.26.2 Add Orbit release-note entry for Go bump
infrastructure/loadtesting/terraform/docker/loadtest.Dockerfile Update golang image to 1.26.2 (pinned digest)
go.mod Bump main module go directive to 1.26.2
changes/update-go-1.26.2 Add release-note entry for Go bump
Makefile Expand UPDATE_GO_MODS list used by make update-go
Dockerfile-desktop-linux Update golang image to 1.26.2 (pinned digest)

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread Makefile
@qodo-free-for-open-source-projects

Copy link
Copy Markdown

CI Feedback 🧐

A test triggered by this PR failed. Here is an AI-generated analysis of the failure:

Action: test-go (mysql, mysql:8.0.44) / test

Failed stage: Run Go Tests [❌]

Failed test name: TestIncrementalMigrationStep/progress_output

Failure summary:

The action failed because Go tests in ./server/datastore/mysql/... returned non-zero due to a
failing test:
- server/datastore/mysql/migrations/tables
TestIncrementalMigrationStep/progress_output failed an assertion in
server/datastore/mysql/migrations/tables/migration_helpers_test.go:180.
- The test expected 6
progress output items, but got 7: "[ 30% complete 40% complete 50% complete 60%
complete 70% complete 90% complete 100% complete]" should have 6 item(s), but has 7.

This caused make .run-go-tests to fail (Makefile:278), which then failed make test-go (Makefile:393)
and the job exited with code 2.

Relevant error logs:
1:  ##[group]Runner Image Provisioner
2:  Hosted Compute Agent
...

45:  disable-telemetry: false
46:  disable-sudo: false
47:  disable-sudo-and-containers: false
48:  disable-file-monitoring: false
49:  env:
50:  RACE_ENABLED: false
51:  GO_TEST_TIMEOUT: 20m
52:  DOCKER_COMMAND: docker compose -f docker-compose.yml -f docker-compose-redis-cluster.yml up -d mysql_test mysql_replica_test redis redis-cluster-1 redis-cluster-2 redis-cluster-3 redis-cluster-4 redis-cluster-5 redis-cluster-6 redis-cluster-setup s3 saml_idp mailhog mailpit smtp4dev_test
53:  ##[endgroup]
54:  [harden-runner] pre-step
55:  [!] Current Configuration: 
56:  {"repo":"fleetdm/fleet","run_id":"24676197670","correlation_id":"28509725-8f1c-4d30-8b94-07e4dab6584e","working_directory":"/home/runner/work/fleet/fleet","api_url":"https://agent.api.stepsecurity.io/v1","allowed_endpoints":"","egress_policy":"audit","disable_telemetry":false,"disable_sudo":false,"disable_sudo_and_containers":false,"disable_file_monitoring":false,"private":false,"is_github_hosted":true,"is_debug":false,"one_time_key":""}
57:  �[32mView security insights and recommended policy at:�[0m
58:  https://app.stepsecurity.io/github/fleetdm/fleet/actions/runs/24676197670
59:  RUNNER_NAME: GitHub Actions 1000696910
60:  error in connecting to https://agent.api.stepsecurity.io/v1: HttpClientError: All attempts fail:
61:  #1: GET https://api.github.com/repos/fleetdm/fleet/actions/runs/24676197670: 403 API rate limit exceeded for installation ID 55633022. If you reach out to GitHub Support for help, please include the request ID 1119:15F3:D1C184E:D5F8C7F:69E64B38 and timestamp 2026-04-20 15:50:16 UTC. For more on scraping GitHub and how it may affect your rights, please review our Terms of Service (https://docs.github.com/en/site-policy/github-terms/github-terms-of-service) [rate reset in 26m53s]
...

1646:  �[36;1mattempt=1�[0m
1647:  �[36;1m�[0m
1648:  �[36;1mwhile [ $attempt -le $max_attempts ]; do�[0m
1649:  �[36;1m  echo "Attempt $attempt of $max_attempts"�[0m
1650:  �[36;1m�[0m
1651:  �[36;1m  # Try to connect to MySQL�[0m
1652:  �[36;1m  if wait_for_mysql "mysql_test"; then�[0m
1653:  �[36;1m    # If MySQL is ready, try to connect to MySQL replica�[0m
1654:  �[36;1m    if wait_for_mysql "mysql_replica_test"; then�[0m
1655:  �[36;1m      # Both are ready, we're done�[0m
1656:  �[36;1m      echo "All MySQL connections successful"�[0m
1657:  �[36;1m      exit 0�[0m
1658:  �[36;1m    fi�[0m
1659:  �[36;1m  fi�[0m
1660:  �[36;1m�[0m
1661:  �[36;1m  # If we get here, at least one connection failed�[0m
1662:  �[36;1m  echo "Failed to connect to MySQL on attempt $attempt"�[0m
1663:  �[36;1m�[0m
1664:  �[36;1m  if [ $attempt -lt $max_attempts ]; then�[0m
1665:  �[36;1m    echo "Restarting containers and trying again..."�[0m
1666:  �[36;1m    restart_containers�[0m
1667:  �[36;1m  else�[0m
1668:  �[36;1m    echo "Maximum attempts reached. Failing the job."�[0m
1669:  �[36;1m    exit 1�[0m
...

1733:  ARTIFACT_PREFIX: mysql-mysql8.0.44
1734:  GOTOOLCHAIN: local
1735:  ##[endgroup]
1736:  make .run-go-tests PKG_TO_TEST="./server/datastore/mysql/..."
1737:  make[1]: Entering directory '/home/runner/work/fleet/fleet'
1738:  Running Go tests with gotestsum:
1739:  gotestsum --format=testdox --jsonfile=/tmp/test-output.json -- -tags full,fts5,netgo -run=  -v -race=false -timeout=20m  -parallel 8 -coverprofile=coverage.txt -covermode=atomic -coverpkg=github.com/fleetdm/fleet/v4/... ././server/datastore/mysql/... 
1740:  go: downloading github.com/aws/aws-sdk-go-v2/feature/rds/auth v1.6.16
1741:  go: downloading github.com/go-sql-driver/mysql v1.9.3
1742:  go: downloading github.com/shogo82148/rdsmysql/v2 v2.5.0
1743:  go: downloading github.com/VividCortex/mysqlerr v0.0.0-20170204212430-6c6b55f8796f
1744:  go: downloading github.com/WatchBeam/clock v0.0.0-20170901150240-b08e6b4da7ea
1745:  go: downloading github.com/XSAM/otelsql v0.39.0
1746:  go: downloading github.com/doug-martin/goqu/v9 v9.18.0
1747:  go: downloading github.com/google/go-cmp v0.7.0
1748:  go: downloading github.com/hashicorp/go-multierror v1.1.1
1749:  go: downloading github.com/ngrok/sqlmw v0.0.0-20211220175533-9d16fdc47b31
...

1813:  go: downloading github.com/prometheus/client_golang v1.21.1
1814:  go: downloading go.opentelemetry.io/otel/sdk v1.43.0
1815:  go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415
1816:  go: downloading github.com/agnivade/levenshtein v1.2.1
1817:  go: downloading github.com/sirupsen/logrus v1.9.3
1818:  go: downloading github.com/go-ini/ini v1.67.0
1819:  go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb
1820:  go: downloading github.com/prometheus/client_model v0.6.1
1821:  go: downloading github.com/beorn7/perks v1.0.1
1822:  go: downloading github.com/prometheus/common v0.62.0
1823:  go: downloading github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822
1824:  github.com/fleetdm/fleet/v4/server/datastore/mysql/migrations/data:
1825:  github.com/fleetdm/fleet/v4/server/datastore/mysql/rdsauth:
1826:  github.com/fleetdm/fleet/v4/server/datastore/mysql/migrations/tables:
1827:  �[32m✓�[0m Basic migration step (0.00s)
1828:  �[32m✓�[0m Basic migration step error (0.00s)
1829:  �[32m✓�[0m Basic migration step success (0.00s)
1830:  �[32m✓�[0m Collation (21.25s)
1831:  �[31m✖�[0m Incremental migration step (0.14s)
1832:  �[32m✓�[0m Incremental migration step count error is returned (0.00s)
1833:  �[32m✓�[0m Incremental migration step executor error is returned (0.00s)
1834:  �[32m✓�[0m Incremental migration step increment updates progress (0.03s)
...

2117:  �[32m✓�[0m Up 20260316120007 okta not configured (33.18s)
2118:  �[32m✓�[0m Up 20260316120007 one ca enabled team (43.23s)
2119:  �[32m✓�[0m Up 20260316120007 teams with missing ca config (37.15s)
2120:  �[32m✓�[0m Up 20260316120010 (39.36s)
2121:  �[32m✓�[0m Up 20260318184559 (39.49s)
2122:  �[32m✓�[0m Up 20260323144117 (40.25s)
2123:  �[32m✓�[0m Up 20260324161944 (40.43s)
2124:  �[32m✓�[0m Up 20260326210603 (40.33s)
2125:  �[32m✓�[0m Up 20260401153503 many assignments (46.98s)
2126:  �[32m✓�[0m Up 20260401153503 no assignment (38.43s)
2127:  �[32m✓�[0m Up 20260401153503 some assignments (39.43s)
2128:  �[32m✓�[0m Up 20260409153715 (30.98s)
2129:  �[32m✓�[0m Up 20260409153717 (25.18s)
2130:  �[32m✓�[0m With steps (0.00s)
2131:  �[32m✓�[0m With steps empty steps succeeds (0.00s)
2132:  �[32m✓�[0m With steps error stops execution (0.00s)
2133:  �[32m✓�[0m With steps integration with basic migration step (0.00s)
...

2169:  �[32m✓�[0m Activity list host upcoming activities 1: fleet. list options{ page: 0x 1, per page: 0x 2, order key:"", order direction: 0, match query:"", after:"", include metadata:false, test secondary order key:"", test secondary order direction: 0} (0.01s)
2170:  �[32m✓�[0m Activity list host upcoming activities 1: fleet. list options{ page: 0x 1, per page: 0x 4, order key:"", order direction: 0, match query:"", after:"", include metadata:false, test secondary order key:"", test secondary order direction: 0} (0.02s)
2171:  �[32m✓�[0m Activity list host upcoming activities 1: fleet. list options{ page: 0x 2, per page: 0x 2, order key:"", order direction: 0, match query:"", after:"", include metadata:false, test secondary order key:"", test secondary order direction: 0} (0.01s)
2172:  �[32m✓�[0m Activity list host upcoming activities 1: fleet. list options{ page: 0x 2, per page: 0x 4, order key:"", order direction: 0, match query:"", after:"", include metadata:false, test secondary order key:"", test secondary order direction: 0} (0.01s)
2173:  �[32m✓�[0m Activity list host upcoming activities 1: fleet. list options{ page: 0x 3, per page: 0x 2, order key:"", order direction: 0, match query:"", after:"", include metadata:false, test secondary order key:"", test secondary order direction: 0} (0.01s)
2174:  �[32m✓�[0m Activity list host upcoming activities 1: fleet. list options{ page: 0x 3, per page: 0x 4, order key:"", order direction: 0, match query:"", after:"", include metadata:false, test secondary order key:"", test secondary order direction: 0} (0.01s)
2175:  �[32m✓�[0m Activity list host upcoming activities 1: fleet. list options{ page: 0x 4, per page: 0x 2, order key:"", order direction: 0, match query:"", after:"", include metadata:false, test secondary order key:"", test secondary order direction: 0} (0.02s)
2176:  �[32m✓�[0m Activity list host upcoming activities 2: fleet. list options{ page: 0x 0, per page: 0x 5, order key:"", order direction: 0, match query:"", after:"", include metadata:false, test secondary order key:"", test secondary order direction: 0} (0.01s)
2177:  �[32m✓�[0m Activity list host upcoming activities 3: fleet. list options{ page: 0x 0, per page: 0x 0, order key:"", order direction: 0, match query:"", after:"", include metadata:false, test secondary order key:"", test secondary order direction: 0} (0.00s)
2178:  �[32m✓�[0m Activity list host upcoming activities 4: fleet. list options{ page: 0x 0, per page: 0x 0, order key:"", order direction: 0, match query:"", after:"", include metadata:false, test secondary order key:"", test secondary order direction: 0} (0.00s)
2179:  �[32m✓�[0m Activity set result after cancel upcoming activity (6.05s)
2180:  �[32m✓�[0m Activity unblock hosts upcoming activity queue (5.73s)
2181:  �[32m✓�[0m Activity username change (4.80s)
2182:  �[32m✓�[0m Aggregated stats (7.27s)
2183:  �[32m✓�[0m Aggregated stats queries (1.12s)
2184:  �[32m✓�[0m Already exists error (0.00s)
2185:  �[32m✓�[0m Already exists error is error (0.00s)
2186:  �[32m✓�[0m Already exists error with team ID (0.00s)
2187:  �[32m✓�[0m Already exists error with team name (0.00s)
2188:  �[32m✓�[0m Android (95.21s)
2189:  �[32m✓�[0m Android add delete android app with configuration (1.74s)
2190:  �[32m✓�[0m Android android BYOD detection (1.89s)
2191:  �[32m✓�[0m Android android BYOD detection company enrollment (0.02s)
2192:  �[32m✓�[0m Android android BYOD detection personal enrollment with UUID (0.02s)
2193:  �[32m✓�[0m Android android BYOD detection update existing host enrollment status (0.03s)
2194:  �[32m✓�[0m Android android MDM stats (4.98s)
2195:  �[32m✓�[0m Android android app configuration cascade delete team (1.98s)
2196:  �[32m✓�[0m Android android app configuration global vs team (1.62s)
2197:  �[32m✓�[0m Android android host storage data (3.12s)
2198:  �[32m✓�[0m Android batch set MDM android profiles associations (2.09s)
2199:  �[32m✓�[0m Android bulk delete MDM android host profiles (1.92s)
2200:  �[32m✓�[0m Android bulk delete MDM android host profiles deletes pending or failed remove profiles with policy version lower than or equal to passed (0.01s)
2201:  �[32m✓�[0m Android bulk delete MDM android host profiles does not delete install operation types (0.01s)
...

2236:  �[32m✓�[0m Android has android app configuration changed (1.22s)
2237:  �[32m✓�[0m Android has android app configuration changed boolean instead of object (0.00s)
2238:  �[32m✓�[0m Android has android app configuration changed empty compared to non-existing (0.00s)
2239:  �[32m✓�[0m Android has android app configuration changed empty managed configuration (0.00s)
2240:  �[32m✓�[0m Android has android app configuration changed empty new config (0.00s)
2241:  �[32m✓�[0m Android has android app configuration changed empty object (0.01s)
2242:  �[32m✓�[0m Android has android app configuration changed expanded different config (0.00s)
2243:  �[32m✓�[0m Android has android app configuration changed same config (0.00s)
2244:  �[32m✓�[0m Android has android app configuration changed slightly different config (0.00s)
2245:  �[32m✓�[0m Android has android app configuration changed some config compared to non-existing (0.00s)
2246:  �[32m✓�[0m Android has android app configuration changed very different config (0.00s)
2247:  �[32m✓�[0m Android insert and get android app configuration (1.79s)
2248:  �[32m✓�[0m Android list MDM android profiles to send (3.78s)
2249:  �[32m✓�[0m Android list MDM android profiles to send with exclude any (3.06s)
2250:  �[32m✓�[0m Android list host MDM android profiles pending install with version (1.94s)
2251:  �[32m✓�[0m Android list host MDM android profiles pending install with version does list pending install profiles and failed install profiles with can reverify (0.01s)
2252:  �[32m✓�[0m Android list host MDM android profiles pending install with version does list pending install profiles with version less than or equal to applied policy version (0.01s)
...

2312:  �[32m✓�[0m Campaigns distributed query (4.56s)
2313:  �[32m✓�[0m Campaigns save distributed query (5.00s)
2314:  �[32m✓�[0m Carves (28.81s)
2315:  �[32m✓�[0m Carves blocks (4.93s)
2316:  �[32m✓�[0m Carves cleanup (4.57s)
2317:  �[32m✓�[0m Carves list (4.66s)
2318:  �[32m✓�[0m Carves metadata (4.98s)
2319:  �[32m✓�[0m Carves update (4.63s)
2320:  �[32m✓�[0m Certificate authority (32.57s)
2321:  �[32m✓�[0m Certificate authority create certificate authority (4.73s)
2322:  �[32m✓�[0m Certificate authority delete (4.67s)
2323:  �[32m✓�[0m Certificate authority get all certificate authorities (3.97s)
2324:  �[32m✓�[0m Certificate authority get certificate authority by ID (4.50s)
2325:  �[32m✓�[0m Certificate authority list certificate authorities (4.48s)
2326:  �[32m✓�[0m Certificate authority update certificate authority by ID (5.47s)
2327:  �[32m✓�[0m Certificate authority update certificate authority by ID fails if certificate authority is not found (0.00s)
2328:  �[32m✓�[0m Certificate authority update certificate authority by ID successfully updates custom SCEP proxy CA (0.01s)
2329:  �[32m✓�[0m Certificate authority update certificate authority by ID successfully updates custom est proxy CA (0.01s)
2330:  �[32m✓�[0m Certificate authority update certificate authority by ID successfully updates digicert CA (0.01s)
2331:  �[32m✓�[0m Certificate authority update certificate authority by ID successfully updates hydrant CA (0.02s)
2332:  �[32m✓�[0m Certificate authority update certificate authority by ID successfully updates ndes scep proxy CA (0.01s)
2333:  �[32m✓�[0m Certificate authority update certificate authority by ID successfully updates smallstep SCEP proxy CA (0.01s)
2334:  �[32m✓�[0m Certificates (118.96s)
2335:  �[32m✓�[0m Certificates batch delete certificate templates (10.30s)
2336:  �[32m✓�[0m Certificates batch delete certificate templates delete existing certificates (4.99s)
2337:  �[32m✓�[0m Certificates batch delete certificate templates empty slice (5.31s)
2338:  �[32m✓�[0m Certificates batch upsert certificates (16.98s)
2339:  �[32m✓�[0m Certificates batch upsert certificates create certificates (6.14s)
2340:  �[32m✓�[0m Certificates batch upsert certificates empty slice (5.44s)
2341:  �[32m✓�[0m Certificates batch upsert certificates upsert existing certificates (5.40s)
2342:  �[32m✓�[0m Certificates create certificate template (8.97s)
2343:  �[32m✓�[0m Certificates create certificate template certificate template exists, fails to create (4.41s)
2344:  �[32m✓�[0m Certificates create certificate template create certificate template (4.56s)
2345:  �[32m✓�[0m Certificates delete certificate template (10.17s)
2346:  �[32m✓�[0m Certificates delete certificate template delete existing certificate template (5.21s)
2347:  �[32m✓�[0m Certificates delete certificate template delete non-existing certificate template (4.96s)
2348:  �[32m✓�[0m Certificates get certificate template by id (17.35s)
2349:  �[32m✓�[0m Certificates get certificate template by id get existing certificate template (3.76s)
2350:  �[32m✓�[0m Certificates get certificate template by id no existing certificate template (4.56s)
2351:  �[32m✓�[0m Certificates get certificate template by id template with pending host certificate template (4.42s)
2352:  �[32m✓�[0m Certificates get certificate template by id template with verified host certificate template (4.61s)
2353:  �[32m✓�[0m Certificates get certificate template for host (4.75s)
2354:  �[32m✓�[0m Certificates get certificate template for host returns certificate template for host with host certificate template record (0.00s)
2355:  �[32m✓�[0m Certificates get certificate template for host returns certificate template for host without host certificate template record (0.00s)
2356:  �[32m✓�[0m Certificates get certificate template for host returns error for non-existent certificate template (0.00s)
2357:  �[32m✓�[0m Certificates get certificate template for host returns error for non-existent host (0.01s)
2358:  �[32m✓�[0m Certificates get certificate template for host returns error when certificate template doesn't belong to host's team (0.00s)
2359:  �[32m✓�[0m Certificates get certificate templates by ids and team (9.71s)
...

2364:  �[32m✓�[0m Certificates get certificate templates by team ID get existing certificate templates for team (4.92s)
2365:  �[32m✓�[0m Certificates get certificate templates by team ID no existing certificate templates for team (5.14s)
2366:  �[32m✓�[0m Certificates get certificate templates by team ID pagination works (4.64s)
2367:  �[32m✓�[0m Certificates get host certificate template record (4.91s)
2368:  �[32m✓�[0m Certificates get host certificate template record returns not found for non-existent host (0.00s)
2369:  �[32m✓�[0m Certificates get host certificate template record returns not found for non-existent template (0.00s)
2370:  �[32m✓�[0m Certificates get host certificate template record returns record even after parent certificate template is deleted (0.02s)
2371:  �[32m✓�[0m Certificates get host certificate template record returns record when it exists (0.01s)
2372:  �[32m✓�[0m Certificates get host certificate templates (4.63s)
2373:  �[32m✓�[0m Certificates get host certificate templates host UUID is not provided (0.00s)
2374:  �[32m✓�[0m Certificates get host certificate templates no certificate templates found (0.00s)
2375:  �[32m✓�[0m Certificates get host certificate templates returns the certificates available for the host (0.01s)
2376:  �[32m✓�[0m Certificates resend host certificate template (6.77s)
2377:  �[32m✓�[0m Certificates resend host certificate template clears validity fields and deletes challenge (0.03s)
2378:  �[32m✓�[0m Certificates resend host certificate template from delivered (0.02s)
2379:  �[32m✓�[0m Certificates resend host certificate template from failed (0.02s)
2380:  �[32m✓�[0m Certificates resend host certificate template from verified (0.04s)
2381:  �[32m✓�[0m Certificates resend host certificate template returns error for non-existent host (0.00s)
2382:  �[32m✓�[0m Certificates resend host certificate template returns error for non-existent template (0.02s)
2383:  �[32m✓�[0m Cleanup cron stats (5.36s)
...

2395:  �[32m✓�[0m Compare versions equal (0.00s)
2396:  �[32m✓�[0m Compare versions equal-out-of-order (0.00s)
2397:  �[32m✓�[0m Compare versions known-unknown (0.00s)
2398:  �[32m✓�[0m Compare versions missing (0.00s)
2399:  �[32m✓�[0m Compare versions missing-and-unknown (0.00s)
2400:  �[32m✓�[0m Compare versions unknown (0.00s)
2401:  �[32m✓�[0m Compare versions unknowns (0.00s)
2402:  �[32m✓�[0m Conditional access (17.56s)
2403:  �[32m✓�[0m Conditional access SCEP (25.40s)
2404:  �[32m✓�[0m Conditional access SCEP certificate lifecycle (4.95s)
2405:  �[32m✓�[0m Conditional access SCEP expired certs not returned (4.82s)
2406:  �[32m✓�[0m Conditional access SCEP get cert by serial and created at (5.01s)
2407:  �[32m✓�[0m Conditional access SCEP revoked certs not returned (5.13s)
2408:  �[32m✓�[0m Conditional access bypass (42.67s)
2409:  �[32m✓�[0m Conditional access bypass conditional access bypass allowed with CA enabled non critical policy (5.11s)
2410:  �[32m✓�[0m Conditional access bypass conditional access bypass allowed with non CA failing critical policy (4.25s)
2411:  �[32m✓�[0m Conditional access bypass conditional access bypass deleted with host (4.22s)
...

2429:  �[32m✓�[0m Disk encryption (16.95s)
2430:  �[32m✓�[0m Disk encryption test cleanup disk encryption keys on team change (5.30s)
2431:  �[32m✓�[0m Disk encryption test delete LUKS data (5.23s)
2432:  �[32m✓�[0m Email changes (9.90s)
2433:  �[32m✓�[0m Email changes confirm (4.95s)
2434:  �[32m✓�[0m Extract windows build version (0.00s)
2435:  �[32m✓�[0m Extract windows build version empty string (0.00s)
2436:  �[32m✓�[0m Extract windows build version leading whitespace (0.00s)
2437:  �[32m✓�[0m Extract windows build version no spaces (0.00s)
2438:  �[32m✓�[0m Extract windows build version single word (0.00s)
2439:  �[32m✓�[0m Extract windows build version trailing whitespace (0.00s)
2440:  �[32m✓�[0m Extract windows build version windows 10 pro (0.00s)
2441:  �[32m✓�[0m Extract windows build version windows server 2025 datacenter (0.00s)
2442:  �[32m✓�[0m Get MDM apple OS updates settings by host serial (5.61s)
2443:  �[32m✓�[0m Get context try stmt (0.00s)
2444:  �[32m✓�[0m Get context try stmt get with other error (0.00s)
2445:  �[32m✓�[0m Get context try stmt get with unknown statement error (0.00s)
2446:  �[32m✓�[0m Get host operating system (5.20s)
2447:  �[32m✓�[0m Get latest cron stats (5.83s)
2448:  �[32m✓�[0m Health check detects read only (0.00s)
2449:  �[32m✓�[0m Host DEPAs signments (7.13s)
2450:  �[32m✓�[0m Host DEPAs signments DEP enrollment (0.32s)
2451:  �[32m✓�[0m Host DEPAs signments DEP enrollment with migration (0.27s)
2452:  �[32m✓�[0m Host DEPAs signments manual enrollment (0.10s)
2453:  �[32m✓�[0m Host certificate templates (240.53s)
2454:  �[32m✓�[0m Host certificate templates bulk insert and delete host certificate templates (23.06s)
2455:  �[32m✓�[0m Host certificate templates bulk insert and delete host certificate templates bulk inserts and deletes specific records (5.07s)
2456:  �[32m✓�[0m Host certificate templates bulk insert and delete host certificate templates deletes multiple records at once (4.14s)
2457:  �[32m✓�[0m Host certificate templates bulk insert and delete host certificate templates no error when deleting non-existent records (4.52s)
2458:  �[32m✓�[0m Host certificate templates bulk insert and delete host certificate templates no error with empty list (4.68s)
2459:  �[32m✓�[0m Host certificate templates certificate template full state machine (6.31s)
2460:  �[32m✓�[0m Host certificate templates certificate template reinstalled after transfer back to original team (2.59s)
2461:  �[32m✓�[0m Host certificate templates create pending certificate templates for existing hosts (19.09s)
2462:  �[32m✓�[0m Host certificate templates create pending certificate templates for existing hosts creates pending records for all enrolled android hosts in team (4.69s)
2463:  �[32m✓�[0m Host certificate templates create pending certificate templates for existing hosts does not create records for non-android hosts (4.81s)
2464:  �[32m✓�[0m Host certificate templates create pending certificate templates for existing hosts does not create records for unenrolled hosts (4.76s)
2465:  �[32m✓�[0m Host certificate templates create pending certificate templates for new host (22.01s)
2466:  �[32m✓�[0m Host certificate templates create pending certificate templates for new host creates pending records for newly enrolled host (5.48s)
2467:  �[32m✓�[0m Host certificate templates create pending certificate templates for new host no-op when team has no certificate templates (5.73s)
2468:  �[32m✓�[0m Host certificate templates create pending certificate templates for new host resets verified certs to pending on re-enrollment (5.38s)
2469:  �[32m✓�[0m Host certificate templates delete host certificate template (14.70s)
2470:  �[32m✓�[0m Host certificate templates delete host certificate template no error when deleting non-existent record (5.09s)
2471:  �[32m✓�[0m Host certificate templates delete host certificate template only deletes specified record (4.88s)
2472:  �[32m✓�[0m Host certificate templates get and transition certificate templates to delivering includes removal (3.05s)
2473:  �[32m✓�[0m Host certificate templates get android certificate templates for renewal (2.79s)
2474:  �[32m✓�[0m Host certificate templates get certificate template for host no team (19.16s)
2475:  �[32m✓�[0m Host certificate templates get certificate template for host no team returns certificate template for host with team (5.28s)
2476:  �[32m✓�[0m Host certificate templates get certificate template for host no team returns certificate template for no team host (4.82s)
2477:  �[32m✓�[0m Host certificate templates get certificate template for host no team returns not found for non-existent host (4.68s)
2478:  �[32m✓�[0m Host certificate templates get or create fleet challenge for certificate template (2.67s)
2479:  �[32m✓�[0m Host certificate templates get or create fleet challenge for certificate template creates challenge on first call and returns same on subsequent calls (0.03s)
2480:  �[32m✓�[0m Host certificate templates get or create fleet challenge for certificate template returns error for non-delivered status (0.02s)
2481:  �[32m✓�[0m Host certificate templates get or create fleet challenge for certificate template returns error for non-existent template (0.01s)
2482:  �[32m✓�[0m Host certificate templates list android host UUIDs with deliverable certificate templates (31.47s)
...

2490:  �[32m✓�[0m Host certificate templates list android host UUIDs with pending certificate templates includes removal (2.74s)
2491:  �[32m✓�[0m Host certificate templates list android host UUIDs with pending certificate templates respects pagination (4.82s)
2492:  �[32m✓�[0m Host certificate templates list android host UUIDs with pending certificate templates returns hosts with pending install certificates (4.73s)
2493:  �[32m✓�[0m Host certificate templates list certificate templates for hosts (20.49s)
2494:  �[32m✓�[0m Host certificate templates list certificate templates for hosts host with existing host certificate templates (5.68s)
2495:  �[32m✓�[0m Host certificate templates list certificate templates for hosts host with no existing host certificate templates (5.30s)
2496:  �[32m✓�[0m Host certificate templates list certificate templates for hosts includes removal after team transfer (3.11s)
2497:  �[32m✓�[0m Host certificate templates list certificate templates for hosts no team host returns no team certificate templates (4.76s)
2498:  �[32m✓�[0m Host certificate templates retry host certificate template (2.83s)
2499:  �[32m✓�[0m Host certificate templates revert stale certificate templates (19.74s)
2500:  �[32m✓�[0m Host certificate templates revert stale certificate templates does not revert non-delivering statuses (5.32s)
2501:  �[32m✓�[0m Host certificate templates revert stale certificate templates returns zero when no stale templates (4.93s)
2502:  �[32m✓�[0m Host certificate templates revert stale certificate templates reverts stale delivering templates (5.31s)
2503:  �[32m✓�[0m Host certificate templates set android certificate templates for renewal (2.50s)
2504:  �[32m✓�[0m Host certificate templates set host certificate templates to pending remove (10.68s)
2505:  �[32m✓�[0m Host certificate templates set host certificate templates to pending remove deletes pending and failed rows and updates others to pending remove (2.69s)
2506:  �[32m✓�[0m Host certificate templates set host certificate templates to pending remove for host (2.73s)
2507:  �[32m✓�[0m Host certificate templates set host certificate templates to pending remove for host deletes pending and failed installs, updates other installs, leaves removes unchanged (0.08s)
2508:  �[32m✓�[0m Host certificate templates set host certificate templates to pending remove handles no matching rows gracefully (2.49s)
...

2577:  �[32m✓�[0m Hosts enroll orbit scenario c ubuntu (0.02s)
2578:  �[32m✓�[0m Hosts enroll orbit scenario c windows (0.02s)
2579:  �[32m✓�[0m Hosts enroll orbit scenario d darwin (3.21s)
2580:  �[32m✓�[0m Hosts enroll orbit scenario d ubuntu (3.19s)
2581:  �[32m✓�[0m Hosts enroll orbit scenario d windows (3.12s)
2582:  �[32m✓�[0m Hosts enroll orbit scenario e from darwin to darwin (3.17s)
2583:  �[32m✓�[0m Hosts enroll orbit scenario e from darwin to ubuntu (3.17s)
2584:  �[32m✓�[0m Hosts enroll orbit scenario e from darwin to windows (3.18s)
2585:  �[32m✓�[0m Hosts enroll orbit scenario e from ubuntu to darwin (3.24s)
2586:  �[32m✓�[0m Hosts enroll orbit scenario e from ubuntu to ubuntu (3.24s)
2587:  �[32m✓�[0m Hosts enroll orbit scenario e from ubuntu to windows (3.24s)
2588:  �[32m✓�[0m Hosts enroll orbit scenario e from windows to darwin (3.14s)
2589:  �[32m✓�[0m Hosts enroll orbit scenario e from windows to ubuntu (3.21s)
2590:  �[32m✓�[0m Hosts enroll orbit scenario e from windows to windows (3.18s)
2591:  �[32m✓�[0m Hosts enroll updates missing info (0.97s)
2592:  �[32m✓�[0m Hosts failing policies count (1.23s)
2593:  �[32m✓�[0m Hosts failing policies count no policies (0.03s)
2594:  �[32m✓�[0m Hosts failing policies count with policies and memberships (0.22s)
2595:  �[32m✓�[0m Hosts generate status statistics (4.55s)
2596:  �[32m✓�[0m Hosts generate status statistics ABM pending exclusion (5.02s)
2597:  �[32m✓�[0m Hosts generate status statistics DEP errors (4.95s)
2598:  �[32m✓�[0m Hosts get device auth token (0.98s)
...

2614:  �[32m✓�[0m Hosts host IDs by OS version (0.80s)
2615:  �[32m✓�[0m Hosts host IDs by OS version filtering by os version (0.04s)
2616:  �[32m✓�[0m Hosts host IDs by OS version no match (0.00s)
2617:  �[32m✓�[0m Hosts host IDs by OSID (4.15s)
2618:  �[32m✓�[0m Hosts host IDs by OSID no OS (0.00s)
2619:  �[32m✓�[0m Hosts host IDs by OSID returns empty if no more pages (3.10s)
2620:  �[32m✓�[0m Hosts host IDs by OSID returns matching entries (0.04s)
2621:  �[32m✓�[0m Hosts host MDM and munki (1.78s)
2622:  �[32m✓�[0m Hosts host device mapping (2.00s)
2623:  �[32m✓�[0m Hosts host health (0.83s)
2624:  �[32m✓�[0m Hosts host list options android OS settings (5.81s)
2625:  �[32m✓�[0m Hosts host list options android certificate templates OS settings (6.35s)
2626:  �[32m✓�[0m Hosts host list options android certificate templates OS settings combined profile and cert template (0.12s)
2627:  �[32m✓�[0m Hosts host list options android certificate templates OS settings delivered (0.11s)
2628:  �[32m✓�[0m Hosts host list options android certificate templates OS settings delivering (0.13s)
2629:  �[32m✓�[0m Hosts host list options android certificate templates OS settings failed (0.19s)
2630:  �[32m✓�[0m Hosts host list options android certificate templates OS settings pending (0.18s)
...

2643:  �[32m✓�[0m Hosts hostnames by identifiers no match (0.00s)
2644:  �[32m✓�[0m Hosts hostnames by identifiers single match (0.00s)
2645:  �[32m✓�[0m Hosts hostnames by identifiers two matches (0.00s)
2646:  �[32m✓�[0m Hosts hosts add to team cleans up team query results (0.83s)
2647:  �[32m✓�[0m Hosts hosts all pack stats (2.05s)
2648:  �[32m✓�[0m Hosts hosts enroll orbit with platform like (1.06s)
2649:  �[32m✓�[0m Hosts hosts expiration (2.84s)
2650:  �[32m✓�[0m Hosts hosts includes scheduled queries in pack stats (1.97s)
2651:  �[32m✓�[0m Hosts hosts list batch script execution (3.34s)
2652:  �[32m✓�[0m Hosts hosts list by OS name and version (2.93s)
2653:  �[32m✓�[0m Hosts hosts list by disk encryption status (3.96s)
2654:  �[32m✓�[0m Hosts hosts list by operating system ID (2.72s)
2655:  �[32m✓�[0m Hosts hosts list by software (3.70s)
2656:  �[32m✓�[0m Hosts hosts list by software changed at (4.85s)
2657:  �[32m✓�[0m Hosts hosts list by vulnerability (2.78s)
2658:  �[32m✓�[0m Hosts hosts list failing policies (3.75s)
2659:  �[32m✓�[0m Hosts hosts no seen time (3.33s)
2660:  �[32m✓�[0m Hosts hosts pack stats for platform (2.17s)
2661:  �[32m✓�[0m Hosts hosts pack stats multiple hosts (2.00s)
2662:  �[32m✓�[0m Hosts hosts pack stats no duplication (1.73s)
2663:  �[33m∅�[0m Hosts hosts reads less rows (2.04s)
2664:  �[32m✓�[0m Hosts list MDM (5.33s)
2665:  �[32m✓�[0m Hosts list MDM android (5.45s)
2666:  �[32m✓�[0m Hosts list by policy (5.11s)
2667:  �[32m✓�[0m Hosts list filter additional (4.78s)
2668:  �[32m✓�[0m Hosts list hosts DEP filters (0.81s)
2669:  �[32m✓�[0m Hosts list hosts DEP filters deleted DEP assignment is excluded from dep assign profile response filter (0.01s)
2670:  �[32m✓�[0m Hosts list hosts DEP filters deleted DEP assignment is excluded from dep profile error=true (0.01s)
2671:  �[32m✓�[0m Hosts list hosts DEP filters dep assign profile response with no matching hosts returns empty (0.01s)
2672:  �[32m✓�[0m Hosts list hosts DEP filters dep assign profile response= FAILED (0.01s)
2673:  �[32m✓�[0m Hosts list hosts DEP filters dep assign profile response= NOT ACCESSIBLE (0.01s)
2674:  �[32m✓�[0m Hosts list hosts DEP filters dep assign profile response= SUCCESS (0.01s)
2675:  �[32m✓�[0m Hosts list hosts DEP filters dep assign profile response= THROTTLED (0.01s)
2676:  �[32m✓�[0m Hosts list hosts DEP filters dep profile error=false returns all hosts without a DEP error (0.01s)
2677:  �[32m✓�[0m Hosts list hosts DEP filters dep profile error=true combined with team filter (0.02s)
2678:  �[32m✓�[0m Hosts list hosts DEP filters dep profile error=true returns only FAILED and THROTTLED hosts (0.01s)
2679:  �[32m✓�[0m Hosts list hosts DEP filters nil dep profile error returns all hosts (0.01s)
2680:  �[32m✓�[0m Hosts list hosts by profile UUID and status (1.18s)
...

2795:  �[32m✓�[0m Invites create (5.52s)
2796:  �[32m✓�[0m Invites delete (5.04s)
2797:  �[32m✓�[0m Invites invite (4.92s)
2798:  �[32m✓�[0m Invites list (5.62s)
2799:  �[32m✓�[0m Invites update (5.00s)
2800:  �[32m✓�[0m Jobs (27.73s)
2801:  �[32m✓�[0m Jobs cleanup worker jobs (5.38s)
2802:  �[32m✓�[0m Jobs queue and process jobs (5.29s)
2803:  �[32m✓�[0m Jobs queue and process jobs# 01 (5.56s)
2804:  �[32m✓�[0m Labels (192.50s)
2805:  �[32m✓�[0m Labels IDs by name (5.57s)
2806:  �[32m✓�[0m Labels add all hosts deferred (5.87s)
2807:  �[32m✓�[0m Labels add all hosts not deferred (5.51s)
2808:  �[32m✓�[0m Labels add delete labels to from host (5.76s)
2809:  �[32m✓�[0m Labels apply label spec serial UUID (4.77s)
2810:  �[32m✓�[0m Labels apply label specs errors when label exists on another team (4.80s)
2811:  �[32m✓�[0m Labels apply label specs manual nil hosts (4.71s)
...

2862:  �[32m✓�[0m Labels record non existent query label execution (5.24s)
2863:  �[32m✓�[0m Labels save (5.16s)
2864:  �[32m✓�[0m Labels search (5.29s)
2865:  �[32m✓�[0m Labels set aside labels (5.36s)
2866:  �[32m✓�[0m Labels set aside labels cannot set aside global labels when applying to global (0.00s)
2867:  �[32m✓�[0m Labels set aside labels cannot set aside labels from the same team we're applying to (0.01s)
2868:  �[32m✓�[0m Labels set aside labels empty names list is a no-op (0.00s)
2869:  �[32m✓�[0m Labels set aside labels global admin can set aside global labels when applying to a team (0.02s)
2870:  �[32m✓�[0m Labels set aside labels global gitops can set aside global labels (0.02s)
2871:  �[32m✓�[0m Labels set aside labels global maintainer can set aside global labels (0.02s)
2872:  �[32m✓�[0m Labels set aside labels global observer cannot set aside global labels (0.00s)
2873:  �[32m✓�[0m Labels set aside labels global technician can set aside global labels (0.01s)
2874:  �[32m✓�[0m Labels set aside labels multi-team user can set aside labels from teams they have write access to (0.01s)
2875:  �[32m✓�[0m Labels set aside labels multi-team user cannot set aside labels from teams they don't have write access to (0.01s)
2876:  �[32m✓�[0m Labels set aside labels multiple labels can be set aside at once (0.01s)
2877:  �[32m✓�[0m Labels set aside labels non-existent label should fail (0.00s)
2878:  �[32m✓�[0m Labels set aside labels team admin can set aside their own team's labels if they can also edit the not-on team (0.02s)
...

2898:  �[32m✓�[0m List vulns by multiple OS versions empty input (4.82s)
2899:  �[32m✓�[0m List vulns by multiple OS versions mixed platforms (5.38s)
2900:  �[32m✓�[0m List vulns by multiple OS versions multiple linux OS with many kernels (5.51s)
2901:  �[32m✓�[0m List vulns by multiple OS versions non existent OS (4.72s)
2902:  �[32m✓�[0m List vulns by multiple OS versions with CVSS (4.63s)
2903:  �[32m✓�[0m List vulns by multiple OS versions with max vulnerabilities (4.58s)
2904:  �[32m✓�[0m List vulns by multiple OS versions with max vulnerabilities combined all OS types with max=2 (0.01s)
2905:  �[32m✓�[0m List vulns by multiple OS versions with max vulnerabilities combined os versions + linux OS with max=0 (0.01s)
2906:  �[32m✓�[0m List vulns by multiple OS versions with max vulnerabilities combined os versions + linux OS with max=1 (0.01s)
2907:  �[32m✓�[0m List vulns by multiple OS versions with max vulnerabilities max = 0 returns empty array with count (0.01s)
2908:  �[32m✓�[0m List vulns by multiple OS versions with max vulnerabilities max = 1 for linux kernel vulnerabilities (0.00s)
2909:  �[32m✓�[0m List vulns by multiple OS versions with max vulnerabilities max = 1 limits to 1 vulnerability (0.01s)
2910:  �[32m✓�[0m List vulns by multiple OS versions with max vulnerabilities max exceeds total returns all vulnerabilities (0.01s)
2911:  �[32m✓�[0m List vulns by multiple OS versions with max vulnerabilities multi-arch with max returns correct count (0.00s)
2912:  �[32m✓�[0m List vulns by multiple OS versions with max vulnerabilities multi-arch with max=0 returns correct count (0.00s)
2913:  �[32m✓�[0m List vulns by multiple OS versions with max vulnerabilities negative value returns error (0.00s)
2914:  �[32m✓�[0m List vulns by multiple OS versions with team filter (4.82s)
...

2930:  �[32m✓�[0m MDM apple MDM managed SCEP certificates NDES renew scenario 1 - validity window > 30 days (0.04s)
2931:  �[32m✓�[0m MDM apple MDM managed SCEP certificates NDES renew scenario 2 - validity window < 30 days (0.04s)
2932:  �[32m✓�[0m MDM apple MDM managed SCEP certificates custom SCEP (0.26s)
2933:  �[32m✓�[0m MDM apple MDM managed SCEP certificates custom SCEP non renewal scenario 1 - validity window > 30 days but not yet time to renew (0.04s)
2934:  �[32m✓�[0m MDM apple MDM managed SCEP certificates custom SCEP non renewal scenario 2 - validity window < 30 days but not yet time to renew (0.07s)
2935:  �[32m✓�[0m MDM apple MDM managed SCEP certificates custom SCEP renew scenario 1 - validity window > 30 days (0.04s)
2936:  �[32m✓�[0m MDM apple MDM managed SCEP certificates custom SCEP renew scenario 2 - validity window < 30 days (0.04s)
2937:  �[32m✓�[0m MDM apple MDM managed digicert certificates (1.08s)
2938:  �[32m✓�[0m MDM apple MDM managed digicert certificates renew scenario 1 - validity window > 30 days (0.04s)
2939:  �[32m✓�[0m MDM apple MDM managed digicert certificates renew scenario 2 - validity window < 30 days (0.03s)
2940:  �[32m✓�[0m MDM apple aggregate mac OS settings all platforms (1.01s)
2941:  �[32m✓�[0m MDM apple apple MDM set batch async last seen at (2.11s)
2942:  �[32m✓�[0m MDM apple claim hosts for recovery lock clear (1.22s)
2943:  �[32m✓�[0m MDM apple claim hosts for recovery lock clear claims no-team host when appconfig disabled (0.04s)
2944:  �[32m✓�[0m MDM apple claim hosts for recovery lock clear claims verified host when config disabled (0.06s)
2945:  �[32m✓�[0m MDM apple claim hosts for recovery lock clear does not claim pending or failed hosts (0.06s)
2946:  �[32m✓�[0m MDM apple claim hosts for recovery lock clear get operation type (0.05s)
2947:  �[32m✓�[0m MDM apple claim hosts for recovery lock clear no hosts to clear returns empty (0.01s)
2948:  �[32m✓�[0m MDM apple claim hosts for recovery lock clear retries failed clear attempts (0.05s)
2949:  �[32m✓�[0m MDM apple claim hosts for recovery lock clear returns pending when operation type is install and status is NULL (0.01s)
2950:  �[32m✓�[0m MDM apple claim hosts for recovery lock clear returns verified status (0.05s)
2951:  �[32m✓�[0m MDM apple claim hosts for recovery lock clear soft delete marks password record as deleted (0.05s)
2952:  �[32m✓�[0m MDM apple cleanup orphaned nano refetch commands (1.03s)
2953:  �[32m✓�[0m MDM apple cleanup stale nano refetch commands (1.01s)
2954:  �[32m✓�[0m MDM apple delete MDM apple declaration by name cancels installs (1.32s)
2955:  �[32m✓�[0m MDM apple delete MDM apple declaration by name cancels installs no team (0.15s)
2956:  �[32m✓�[0m MDM apple delete MDM apple declaration by name cancels installs team (0.11s)
2957:  �[32m✓�[0m MDM apple device location (0.85s)
2958:  �[32m✓�[0m MDM apple file vault summary (6.97s)
2959:  �[32m✓�[0m MDM apple get MDM apple enrolled device deleted from fleet (1.24s)
2960:  �[32m✓�[0m MDM apple get and update ABM token (0.68s)
2961:  �[32m✓�[0m MDM apple get enrollment IDs with pending MDM apple commands (1.04s)
2962:  �[32m✓�[0m MDM apple get host recovery lock password status (0.86s)
2963:  �[32m✓�[0m MDM apple get host recovery lock password status returns enforcing status for pending install (0.01s)
2964:  �[32m✓�[0m MDM apple get host recovery lock password status returns enforcing status when status column is NULL (retry state) (0.01s)
2965:  �[32m✓�[0m MDM apple get host recovery lock password status returns failed status when operation type is remove and status is failed (0.01s)
2966:  �[32m✓�[0m MDM apple get host recovery lock password status returns failed status with error message (0.01s)
2967:  �[32m✓�[0m MDM apple get host recovery lock password status returns nil for host without recovery lock password (0.01s)
2968:  �[32m✓�[0m MDM apple get host recovery lock password status returns removing enforcement status for pending removal after populate status (0.01s)
2969:  �[32m✓�[0m MDM apple get host recovery lock password status returns verified status (0.01s)
2970:  �[32m✓�[0m MDM apple get host recovery lock password status returns verifying status (0.01s)
2971:  �[32m✓�[0m MDM apple get hosts for recovery lock action (1.03s)
2972:  �[32m✓�[0m MDM apple get nano MDM enrollment details (1.21s)
2973:  �[32m✓�[0m MDM apple get nano MDMUs er enrollment (1.49s)
2974:  �[32m✓�[0m MDM apple host MDM commands (0.97s)
2975:  �[32m✓�[0m MDM apple ingest MDM apple device from OTA enrollment (1.26s)
2976:  �[32m✓�[0m MDM apple ingest MDM apple devices from DEP sync IOSI pad OS (0.75s)
2977:  �[32m✓�[0m MDM apple list IOS and i pad OS to refetch (0.80s)
2978:  �[32m✓�[0m MDM apple lock unlock wipe mac OS (1.61s)
2979:  �[32m✓�[0m MDM apple profile verification (7.54s)
2980:  �[32m✓�[0m MDM apple profile verification earliest install date (0.21s)
2981:  �[32m✓�[0m MDM apple profile verification expected profile (0.36s)
2982:  �[32m✓�[0m MDM apple profile verification expected profile failed then found expected (0.09s)
2983:  �[32m✓�[0m MDM apple profile verification expected profile pending then found expected (0.10s)
2984:  �[32m✓�[0m MDM apple profile verification expected profile verified then found expected (0.07s)
2985:  �[32m✓�[0m MDM apple profile verification expected profile verifying then found expected (0.09s)
2986:  �[32m✓�[0m MDM apple profile verification missing profile with retry (0.55s)
2987:  �[32m✓�[0m MDM apple profile verification outdated profile (0.41s)
2988:  �[32m✓�[0m MDM apple profile verification outdated profile failed then found outdated (0.11s)
2989:  �[32m✓�[0m MDM apple profile verification outdated profile pending then found outdated (0.09s)
2990:  �[32m✓�[0m MDM apple profile verification outdated profile verified then found outdated (0.11s)
2991:  �[32m✓�[0m MDM apple profile verification outdated profile verifying then found outdated (0.10s)
2992:  �[32m✓�[0m MDM apple profile verification unexpected profile (0.35s)
2993:  �[32m✓�[0m MDM apple profile verification unexpected profile failed then found expected and unexpected (0.07s)
2994:  �[32m✓�[0m MDM apple profile verification unexpected profile pending then found expected and unexpected (0.11s)
2995:  �[32m✓�[0m MDM apple profile verification unexpected profile verified then foun expected andd unexpected (0.08s)
2996:  �[32m✓�[0m MDM apple profile verification unexpected profile verifying then found expected and unexpected (0.09s)
2997:  �[32m✓�[0m MDM apple recovery lock auto rotation (1.13s)
2998:  �[32m✓�[0m MDM apple recovery lock auto rotation complete recovery lock rotation clears auto rotate at (0.03s)
2999:  �[32m✓�[0m MDM apple recovery lock auto rotation get host recovery lock password includes auto rotate at (0.02s)
3000:  �[32m✓�[0m MDM apple recovery lock auto rotation get hosts for auto rotation excludes future auto rotate at (0.02s)
3001:  �[32m✓�[0m MDM apple recovery lock auto rotation get hosts for auto rotation excludes hosts with pending rotation (0.02s)
3002:  �[32m✓�[0m MDM apple recovery lock auto rotation get hosts for auto rotation excludes non-verified hosts (0.02s)
3003:  �[32m✓�[0m MDM apple recovery lock auto rotation get hosts for auto rotation returns due hosts (0.02s)
3004:  �[32m✓�[0m MDM apple recovery lock auto rotation mark recovery lock password viewed fails for non-existent host (0.00s)
3005:  �[32m✓�[0m MDM apple recovery lock auto rotation mark recovery lock password viewed fails for remove operation (0.01s)
3006:  �[32m✓�[0m MDM apple recovery lock auto rotation mark recovery lock password viewed sets auto rotate at (0.03s)
3007:  �[32m✓�[0m MDM apple recovery lock auto rotation mark recovery lock password viewed updates existing auto rotate at (0.04s)
3008:  �[32m✓�[0m MDM apple recovery lock password bulk set (1.02s)
3009:  �[32m✓�[0m MDM apple recovery lock password get not found (0.79s)
3010:  �[32m✓�[0m MDM apple recovery lock password set and get (0.91s)
3011:  �[32m✓�[0m MDM apple recovery lock password set overwrite (0.72s)
3012:  �[32m✓�[0m MDM apple recovery lock password updated at changes (1.68s)
3013:  �[32m✓�[0m MDM apple recovery lock rotation (1.06s)
3014:  �[32m✓�[0m MDM apple recovery lock rotation clear recovery lock rotation removes pending (0.02s)
3015:  �[32m✓�[0m MDM apple recovery lock rotation clear recovery lock rotation restores failed status (0.03s)
3016:  �[32m✓�[0m MDM apple recovery lock rotation complete recovery lock rotation success (0.02s)
3017:  �[32m✓�[0m MDM apple recovery lock rotation fail recovery lock rotation preserves pending password (0.02s)
3018:  �[32m✓�[0m MDM apple recovery lock rotation get recovery lock rotation status not found (0.00s)
3019:  �[32m✓�[0m MDM apple recovery lock rotation get recovery lock rotation status returns all fields (0.02s)
3020:  �[32m✓�[0m MDM apple recovery lock rotation has pending recovery lock rotation returns false for no record (0.00s)
3021:  �[32m✓�[0m MDM apple recovery lock rotation initiate recovery lock rotation allows failed status (0.02s)
3022:  �[32m✓�[0m MDM apple recovery lock rotation initiate recovery lock rotation rejects if already pending (0.02s)
3023:  �[32m✓�[0m MDM apple recovery lock rotation initiate recovery lock rotation rejects pending status (0.01s)
3024:  �[32m✓�[0m MDM apple recovery lock rotation initiate recovery lock rotation success (0.03s)
3025:  �[32m✓�[0m MDM apple recovery lock status methods (0.86s)
3026:  �[32m✓�[0m MDM apple recovery lock status methods clear recovery lock pending status (0.01s)
3027:  �[32m✓�[0m MDM apple recovery lock status methods clear recovery lock pending status only clears pending (0.01s)
3028:  �[32m✓�[0m MDM apple recovery lock status methods reset recovery lock for retry (0.01s)
3029:  �[32m✓�[0m MDM apple recovery lock status methods reset recovery lock for retry from failed state (0.01s)
3030:  �[32m✓�[0m MDM apple recovery lock status methods set hosts recovery lock passwords sets pending status atomically (0.03s)
3031:  �[32m✓�[0m MDM apple recovery lock status methods set recovery lock failed (0.01s)
3032:  �[32m✓�[0m MDM apple recovery lock status methods set recovery lock verified (0.02s)
...

3061:  �[32m✓�[0m MDM apple test MDM get ABM token org names associated with team (0.86s)
3062:  �[32m✓�[0m MDM apple test aggregate mac OS settings status with file vault (3.56s)
3063:  �[32m✓�[0m MDM apple test batch set MDM apple profiles (4.81s)
3064:  �[32m✓�[0m MDM apple test bulk upsert MDM apple config profiles (4.02s)
3065:  �[32m✓�[0m MDM apple test delete MDM apple config profile (5.02s)
3066:  �[32m✓�[0m MDM apple test delete MDM apple config profile by team and identifier (5.03s)
3067:  �[32m✓�[0m MDM apple test delete MDM apple config profile with pending installs (7.10s)
3068:  �[32m✓�[0m MDM apple test delete MDM apple declaration with pending installs (1.22s)
3069:  �[32m✓�[0m MDM apple test delete MDM apple profiles for host (2.57s)
3070:  �[32m✓�[0m MDM apple test get DEPAs sign profile expired cooldowns (2.41s)
3071:  �[32m✓�[0m MDM apple test get MDM apple command results (2.46s)
3072:  �[32m✓�[0m MDM apple test get MDM apple profiles contents (2.79s)
3073:  �[32m✓�[0m MDM apple test get latest apple MDM command of type (1.13s)
3074:  �[32m✓�[0m MDM apple test host details MDM profiles (4.84s)
3075:  �[32m✓�[0m MDM apple test host details MDM profiles IOSI pad OS (4.65s)
3076:  �[32m✓�[0m MDM apple test ignore MDM client error (2.63s)
3077:  �[32m✓�[0m MDM apple test list MDM apple commands (2.20s)
...

3129:  �[32m✓�[0m MDM shared test batch set profile label associations valid input darwin (0.04s)
3130:  �[32m✓�[0m MDM shared test batch set profile label associations valid input windows (0.03s)
3131:  �[32m✓�[0m MDM shared test bulk set pending MDM host profiles (7.90s)
3132:  �[32m✓�[0m MDM shared test bulk set pending MDM host profiles batch 2 (7.93s)
3133:  �[32m✓�[0m MDM shared test bulk set pending MDM host profiles batch 3 (7.74s)
3134:  �[32m✓�[0m MDM shared test bulk set pending MDM host profiles exclude any (5.88s)
3135:  �[32m✓�[0m MDM shared test bulk set pending MDM host profiles lots of hosts (7.57s)
3136:  �[32m✓�[0m MDM shared test clean up MDM managed certificates (5.27s)
3137:  �[32m✓�[0m MDM shared test clean up MDM managed certificates non matching host profile record (0.02s)
3138:  �[32m✓�[0m MDM shared test clean up MDM managed certificates valid apple record stays (0.02s)
3139:  �[32m✓�[0m MDM shared test clean up MDM managed certificates valid windows record stays (0.02s)
3140:  �[32m✓�[0m MDM shared test delete MDM profiles cancels installs (6.36s)
3141:  �[32m✓�[0m MDM shared test delete team cancels windows profile installs (4.97s)
3142:  �[32m✓�[0m MDM shared test enqueue command with name (4.86s)
3143:  �[32m✓�[0m MDM shared test get MDM config profile status (6.10s)
3144:  �[32m✓�[0m MDM shared test get MDM config profile status android no team G1 profile failed (0.01s)
3145:  �[32m✓�[0m MDM shared test get MDM config profile status android team G2 profile failed + verified (0.01s)
3146:  �[32m✓�[0m MDM shared test get MDM config profile status android team G2 profile nil + pending = 2 pending (0.01s)
3147:  �[32m✓�[0m MDM shared test get MDM config profile status android team G2 profile nil=pending (0.01s)
3148:  �[32m✓�[0m MDM shared test get MDM config profile status android team G2 profile pending + verifying (0.01s)
3149:  �[32m✓�[0m MDM shared test get MDM config profile status android team G2 profile verified + verifying (0.01s)
3150:  �[32m✓�[0m MDM shared test get MDM config profile status mac OS no team decl D1 pending failed verified (0.02s)
3151:  �[32m✓�[0m MDM shared test get MDM config profile status mac OS no team profile A1 all pending NULL (0.02s)
3152:  �[32m✓�[0m MDM shared test get MDM config profile status mac OS team decl D2 all failed (0.01s)
3153:  �[32m✓�[0m MDM shared test get MDM config profile status mac OS team profile A2 verifying verified (0.01s)
3154:  �[32m✓�[0m MDM shared test get MDM config profile status windows no team profile W1 all pending NULL (0.01s)
3155:  �[32m✓�[0m MDM shared test get MDM config profile status windows no team profile W1 pending failed (0.01s)
3156:  �[32m✓�[0m MDM shared test get MDM config profile status windows team profile W2 pending (0.01s)
...

3193:  �[32m✓�[0m MDM shared test list MDM config profiles page 4 per page 2, global (0.01s)
3194:  �[32m✓�[0m MDM shared test list MDM config profiles page 4 per page 2, team (0.01s)
3195:  �[32m✓�[0m MDM shared test list MDM config profiles page 4 per page 3, global (0.01s)
3196:  �[32m✓�[0m MDM shared test list MDM config profiles page 4 per page 3, team (0.01s)
3197:  �[32m✓�[0m MDM shared test list MDM config profiles page 5 per page 2, global (0.00s)
3198:  �[32m✓�[0m MDM shared test list MDM config profiles page 5 per page 2, team (0.01s)
3199:  �[32m✓�[0m MDM windows (162.15s)
3200:  �[32m✓�[0m MDM windows test MDM windows command results (4.84s)
3201:  �[32m✓�[0m MDM windows test MDM windows command results with pending result (5.20s)
3202:  �[32m✓�[0m MDM windows test MDM windows config profiles (5.31s)
3203:  �[32m✓�[0m MDM windows test MDM windows config profiles with fleet vars (5.02s)
3204:  �[32m✓�[0m MDM windows test MDM windows disk encryption (15.85s)
3205:  �[32m✓�[0m MDM windows test MDM windows disk encryption disk encryption disabled (0.20s)
3206:  �[32m✓�[0m MDM windows test MDM windows disk encryption disk encryption enabled (10.16s)
3207:  �[32m✓�[0m MDM windows test MDM windows disk encryption disk encryption enabled OS settings filters include windows and mac OS hosts (0.06s)
3208:  �[32m✓�[0m MDM windows test MDM windows disk encryption disk encryption enabled bit locker failed status (2.10s)
3209:  �[32m✓�[0m MDM windows test MDM windows disk encryption disk encryption enabled bit locker host disks must update to transition from verifying to verified (0.75s)
...

3233:  �[32m✓�[0m MDM windows test MDM windows get pending commands (4.94s)
3234:  �[32m✓�[0m MDM windows test MDM windows insert command and upsert host profiles for hosts (4.60s)
3235:  �[32m✓�[0m MDM windows test MDM windows insert command and upsert host profiles for hosts batching works correctly (0.04s)
3236:  �[32m✓�[0m MDM windows test MDM windows insert command and upsert host profiles for hosts duplicate command uuid returns already exists (0.01s)
3237:  �[32m✓�[0m MDM windows test MDM windows insert command and upsert host profiles for hosts empty host list is a noop (0.00s)
3238:  �[32m✓�[0m MDM windows test MDM windows insert command and upsert host profiles for hosts inserts command and profiles for multiple hosts (0.03s)
3239:  �[32m✓�[0m MDM windows test MDM windows insert command and upsert host profiles for hosts upserts update existing host profiles (0.02s)
3240:  �[32m✓�[0m MDM windows test MDM windows insert command for hosts (6.43s)
3241:  �[32m✓�[0m MDM windows test MDM windows profile labels (5.22s)
3242:  �[32m✓�[0m MDM windows test MDM windows profile management (5.26s)
3243:  �[32m✓�[0m MDM windows test MDM windows profiles summary (12.48s)
3244:  �[32m✓�[0m MDM windows test MDM windows profiles summary profiles summary accounts for bitlocker status (5.06s)
3245:  �[32m✓�[0m MDM windows test MDM windows profiles summary profiles summary accounts for bitlocker status bitlocker disabled (1.02s)
3246:  �[32m✓�[0m MDM windows test MDM windows profiles summary profiles summary accounts for bitlocker status bitlocker enabled (4.04s)
3247:  �[32m✓�[0m MDM windows test MDM windows profiles summary profiles summary accounts for bitlocker status bitlocker enabled bit locker host disks must update to transition from verifying to verified (0.59s)
3248:  �[32m✓�[0m MDM windows test MDM windows profiles summary profiles summary accounts for bitlocker status bitlocker enabled bitlocker failed (0.70s)
3249:  �[32m✓�[0m MDM windows test MDM windows profiles summary profiles summary accounts for bitlocker status bitlocker enabled bitlocker pending (0.72s)
3250:  �[32m✓�[0m MDM windows test MDM windows profiles summary profiles summary accounts for bitlocker status bitlocker enabled bitlocker verified (1.17s)
3251:  �[32m✓�[0m MDM windows test MDM windows profiles summary profiles summary accounts for bitlocker status bitlocker enabled bitlocker verifying (0.84s)
3252:  �[32m✓�[0m MDM windows test MDM windows profiles summary profiles summary accounts for host profiles with mixed statuses (2.04s)
3253:  �[32m✓�[0m MDM windows test MDM windows save response (5.02s)
3254:  �[32m✓�[0m MDM windows test MDM windows save response combined atomic and non-atomic profiles (0.10s)
3255:  �[32m✓�[0m MDM windows test MDM windows save response combined atomic and non-atomic profiles fails only for the failed profile (0.04s)
3256:  �[32m✓�[0m MDM windows test MDM windows save response combined atomic and non-atomic profiles saves correctly (0.05s)
...

3314:  �[32m✓�[0m Operating system vulnerabilities list OS vulnerabilities empty (5.34s)
3315:  �[32m✓�[0m Operating system vulnerabilities list OS vulnerabilities returns matching (0.00s)
3316:  �[32m✓�[0m Operating system vulnerabilities list vulns by os name and version (5.13s)
3317:  �[32m✓�[0m Operating system vulnerabilities refresh OS version vulnerabilities (6.04s)
3318:  �[32m✓�[0m Operating system vulnerabilities refresh OS version vulnerabilities cleans up stale entries on refresh (0.04s)
3319:  �[32m✓�[0m Operating system vulnerabilities refresh OS version vulnerabilities populates all-teams aggregated vulnerabilities (0.00s)
3320:  �[32m✓�[0m Operating system vulnerabilities refresh OS version vulnerabilities populates per-team vulnerabilities (0.00s)
3321:  �[32m✓�[0m Operating system vulnerabilities refresh OS version vulnerabilities updates existing vulnerabilities on refresh (0.02s)
3322:  �[32m✓�[0m Operating system vulnerabilities test kernel vulns host count (6.34s)
3323:  �[32m✓�[0m Operating system vulnerabilities test list kernels by OS (7.54s)
3324:  �[32m✓�[0m Operating system vulnerabilities test list kernels by OS RHEL with team (0.44s)
3325:  �[32m✓�[0m Operating system vulnerabilities test list kernels by OS amazon linux with team (0.50s)
3326:  �[32m✓�[0m Operating system vulnerabilities test list kernels by OS ubuntu no team (0.51s)
3327:  �[32m✓�[0m Operating system vulnerabilities test list kernels by OS ubuntu with team (0.69s)
3328:  �[32m✓�[0m Packs (71.87s)
3329:  �[32m✓�[0m Packs apply spec fails on target ID null (4.90s)
3330:  �[32m✓�[0m Packs apply spec missing name (4.90s)
...

3354:  �[32m✓�[0m Policies batched policy membership cleanup on policy update (4.72s)
3355:  �[32m✓�[0m Policies cleanup policy membership (5.06s)
3356:  �[32m✓�[0m Policies cleanup policy membership crash recovery (5.08s)
3357:  �[32m✓�[0m Policies cleanup policy membership crash recovery cron cleans up when no gitops retry (0.12s)
3358:  �[32m✓�[0m Policies cleanup policy membership crash recovery cron clears flag when cleanup already completed (0.02s)
3359:  �[32m✓�[0m Policies cleanup policy membership crash recovery gitops retry re-triggers cleanup (0.17s)
3360:  �[32m✓�[0m Policies del user (4.90s)
3361:  �[32m✓�[0m Policies delete all policy memberships (4.99s)
3362:  �[32m✓�[0m Policies delete policy with script activates next activity (5.19s)
3363:  �[32m✓�[0m Policies delete policy with software activates next activity (4.90s)
3364:  �[32m✓�[0m Policies flipping policies for host (4.69s)
3365:  �[32m✓�[0m Policies get team hosts policy memberships (5.58s)
3366:  �[32m✓�[0m Policies get team hosts policy memberships email priority (5.72s)
3367:  �[32m✓�[0m Policies global policy pending scripts and installs (5.29s)
3368:  �[32m✓�[0m Policies increase policy automation iteration (4.94s)
3369:  �[32m✓�[0m Policies is policy failing (4.73s)
3370:  �[32m✓�[0m Policies list merged team policies (5.17s)
...

3381:  �[32m✓�[0m Policies policy queries for host (5.49s)
3382:  �[32m✓�[0m Policies policy queries for host platforms (5.99s)
3383:  �[32m✓�[0m Policies policy queries for host platforms host 1 global ubuntu (0.01s)
3384:  �[32m✓�[0m Policies policy queries for host platforms host 1 team 1 ubuntu (0.01s)
3385:  �[32m✓�[0m Policies policy queries for host platforms host 1 team 2 ubuntu (0.01s)
3386:  �[32m✓�[0m Policies policy queries for host platforms host 2 global darwin (0.01s)
3387:  �[32m✓�[0m Policies policy queries for host platforms host 2 team 1 darwin (0.01s)
3388:  �[32m✓�[0m Policies policy queries for host platforms host 2 team 2 darwin (0.01s)
3389:  �[32m✓�[0m Policies policy queries for host platforms host 3 global windows (0.02s)
3390:  �[32m✓�[0m Policies policy queries for host platforms host 3 team 1 windows (0.01s)
3391:  �[32m✓�[0m Policies policy queries for host platforms host 3 team 2 windows (0.01s)
3392:  �[32m✓�[0m Policies policy queries for host platforms host 4 global empty platform (0.01s)
3393:  �[32m✓�[0m Policies policy queries for host platforms host 4 team 1 empty platform (0.01s)
3394:  �[32m✓�[0m Policies policy queries for host platforms host 4 team 2 empty platform (0.02s)
3395:  �[32m✓�[0m Policies policy violation days (5.47s)
3396:  �[32m✓�[0m Policies reset attempts on failing to passing async (4.67s)
3397:  �[32m✓�[0m Policies reset attempts on failing to passing sync (4.60s)
3398:  �[32m✓�[0m Policies save (5.24s)
...

3568:  �[32m✓�[0m Scripts update script contents (4.81s)
3569:  �[32m✓�[0m Scripts update script to duplicate content (5.38s)
3570:  �[32m✓�[0m Scripts update script to same content (5.59s)
3571:  �[32m✓�[0m Scripts update shared script content (5.40s)
3572:  �[32m✓�[0m Search like (0.00s)
3573:  �[32m✓�[0m Search like #00 (0.00s)
3574:  �[32m✓�[0m Search like #01 (0.00s)
3575:  �[32m✓�[0m Search like #02 (0.00s)
3576:  �[32m✓�[0m Search like #03 (0.00s)
3577:  �[32m✓�[0m Search like #04 (0.00s)
3578:  �[32m✓�[0m Search like #05 (0.00s)
3579:  �[32m✓�[0m Search like #06 (0.00s)
3580:  �[32m✓�[0m Search like #07 (0.00s)
3581:  �[32m✓�[0m Secret variables (45.13s)
3582:  �[32m✓�[0m Secret variables create secret variable (4.70s)
3583:  �[32m✓�[0m Secret variables create secret variable duplicate name error (0.01s)
3584:  �[32m✓�[0m Secret variables create secret variable successful creation (0.01s)
...

3628:  �[32m✓�[0m Setup experience update status guards terminal states (4.74s)
3629:  �[32m✓�[0m Software (506.97s)
3630:  �[32m✓�[0m Software CPE (5.21s)
3631:  �[32m✓�[0m Software all software iterator (5.19s)
3632:  �[32m✓�[0m Software all software iterator exclude apps source (0.01s)
3633:  �[32m✓�[0m Software all software iterator for custom linux images (5.44s)
3634:  �[32m✓�[0m Software all software iterator include apps source (0.01s)
3635:  �[32m✓�[0m Software all software iterator name filter and not name filter (0.00s)
3636:  �[32m✓�[0m Software all software iterator name filter includes chrome extensions (0.00s)
3637:  �[32m✓�[0m Software all software iterator no filter (0.00s)
3638:  �[32m✓�[0m Software all software iterator partial name filter includes deb packages (0.01s)
3639:  �[32m✓�[0m Software check for deleted installed software (5.78s)
3640:  �[32m✓�[0m Software check for deleted installed software host software installs row isnt removed (0.08s)
3641:  �[32m✓�[0m Software check for deleted installed software installer host count is correct (0.25s)
3642:  �[32m✓�[0m Software count host software install attempts (5.04s)
3643:  �[32m✓�[0m Software create intermediate install failure record (4.91s)
3644:  �[32m✓�[0m Software delete host software installed paths (5.38s)
...

3687:  �[32m✓�[0m Software installers get or generate software installer title ID installer: has upgrade code and FM A, existing title: different name, same u...

@lucasmrod

Copy link
Copy Markdown
Member Author

Test failure seems a flaky unrelated test. Merging.

@lucasmrod
lucasmrod merged commit 6822024 into main Apr 20, 2026
48 of 51 checks passed
@lucasmrod
lucasmrod deleted the update-go-version-to-1.26.2 branch April 20, 2026 16:41
@coderabbitai coderabbitai Bot mentioned this pull request Jun 9, 2026
6 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants