Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

On Home > macOS page, multiple rows for the same macOS (operating system) version #7288

Closed
noahtalerman opened this issue Aug 18, 2022 · 1 comment
Assignees
Labels
~backend Backend-related issue. bug Something isn't working as documented ~legacy-interface-product-group Associated with the legacy "interface" product group. (No longer exists)
Milestone

Comments

@noahtalerman
Copy link
Member

noahtalerman commented Aug 18, 2022

Fleet version: commit e2022c6 (main branch as of end of day 2022-08-18)


This was observed on Fleet's dogfood (internal) instance.

πŸ§‘β€πŸ’» Β Expected behavior

In the Operating systems card on the Home > macOS page, I expect to see 1 row for macOS 12.5.0 that includes the total count for all hosts with macOS 12.5.0 installed (12).

πŸ’₯ Β Actual behavior

There are 2 rows for macOS 12.5.0. The 1st row has a count count of 10. The 2nd row has a host count of 2.

Screen Shot 2022-08-18 at 9 49 32 AM

@noahtalerman noahtalerman added bug Something isn't working as documented ~backend Backend-related issue. labels Aug 18, 2022
@noahtalerman noahtalerman moved this to πŸ₯š Ready in πŸš€ Release Aug 18, 2022
@lukeheath
Copy link
Member

Confirmed this is an issue with the API response. Response payload from dogfood:

{
  "counts_updated_at": "2022-08-18T13:38:49Z",
  "os_versions": [
    {
      "hosts_count": 1,
      "name": "macOS 12.4.0",
      "name_only": "macOS",
      "version": "12.4.0",
      "platform": "darwin",
      "os_id": 9
    },
    {
      "hosts_count": 2,
      "name": "macOS 12.5.0",
      "name_only": "macOS",
      "version": "12.5.0",
      "platform": "darwin",
      "os_id": 1
    },
    {
      "hosts_count": 10,
      "name": "macOS 12.5.0",
      "name_only": "macOS",
      "version": "12.5.0",
      "platform": "darwin",
      "os_id": 2
    },
    {
      "hosts_count": 5,
      "name": "macOS 12.5.1",
      "name_only": "macOS",
      "version": "12.5.1",
      "platform": "darwin",
      "os_id": 4
    },
    {
      "hosts_count": 3,
      "name": "macOS 12.5.1",
      "name_only": "macOS",
      "version": "12.5.1",
      "platform": "darwin",
      "os_id": 5
    }
  ]
}

@gillespi314 Assigning this one over to you. This will be a release blocker.

@lukeheath lukeheath added the ~legacy-interface-product-group Associated with the legacy "interface" product group. (No longer exists) label Aug 18, 2022
@lukeheath lukeheath assigned gillespi314 and unassigned lukeheath Aug 18, 2022
@lukeheath lukeheath moved this from πŸ₯š Ready to 🐣 In progress in πŸš€ Release Aug 18, 2022
@lukeheath lukeheath moved this from 🐣 In progress to ✨ β€Ž β€ŽIn review in πŸš€ Release Aug 22, 2022
@lukeheath lukeheath moved this from ✨ β€Ž β€ŽIn review to βœ”οΈ β€Ž β€Žβ€Žβ€ŽAwaiting QA in πŸš€ Release Sep 7, 2022
@xpkoala xpkoala moved this from βœ”οΈ β€Ž β€Žβ€Žβ€ŽAwaiting QA to βœ… Ready for release in πŸš€ Release Sep 7, 2022
@lukeheath lukeheath added this to the 4.20.0 milestone Sep 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
~backend Backend-related issue. bug Something isn't working as documented ~legacy-interface-product-group Associated with the legacy "interface" product group. (No longer exists)
Development

No branches or pull requests

3 participants