Skip to content

Conversation

@emosbaugh
Copy link
Member

@emosbaugh emosbaugh commented Nov 25, 2025

Description, Motivation and Context

The cluster resources collector is writing replicaset resources to a directory called statefulsets-errors.json, instead of replicasets.

Fixes: #1916

Also fixes issues:

  • regression suite does not disable auto updates and runs against current release rather than the current change
  • ./scripts/update_baselines.sh gh run download command fails with "fatal not a git repository" error
  • regression suite runs commands in parallel causing flakiness
  • fixes an issue with ensuring cluster resources collector executes first

Checklist

  • New and existing tests pass locally with introduced changes.
  • Tests for the changes have been added (for bug fixes / features)
  • The commit message(s) are informative and highlight any breaking changes
  • Any documentation required has been added/updated. For changes to https://troubleshoot.sh/ create a PR here

Does this PR introduce a breaking change?

  • Yes
  • No

@emosbaugh emosbaugh added type::bug Something isn't working bug::normal labels Nov 25, 2025
@emosbaugh emosbaugh force-pushed the issue-1916-replicaset-errors branch from 8f4a271 to 2db307c Compare November 25, 2025 21:19
@emosbaugh emosbaugh force-pushed the issue-1916-replicaset-errors branch from 2db307c to d2ae386 Compare November 25, 2025 21:31
"workflow_run_id": "19684723539",
"k8s_version": "v1.28.3",
"updated_by": "Ethan Mosbaugh <[email protected]>"
}
Copy link

Choose a reason for hiding this comment

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

Bug: Accidentally committed baseline metadata file

The test/baselines/metadata.json file contains hardcoded values from a specific test run, including a timestamp, git SHA, workflow run ID, and user email. This file should be generated dynamically by the update_baselines.sh script rather than committed with specific values. The presence of this file suggests it was accidentally included from a local test run.

Fix in Cursor Fix in Web

Copy link
Member Author

Choose a reason for hiding this comment

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

i think i am supposed to commit this

@emosbaugh
Copy link
Member Author

Closing in favor of #1936

@emosbaugh emosbaugh closed this Nov 27, 2025
@emosbaugh emosbaugh deleted the issue-1916-replicaset-errors branch November 27, 2025 05:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug::normal type::bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

cluster resources collector: replicasets output to wrong directory

2 participants