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

Revert "nfd-master: use only unbuffered chans in the nfd api-controller" #2097

Merged
merged 2 commits into from
Mar 27, 2025

Conversation

marquiz
Copy link
Contributor

@marquiz marquiz commented Mar 20, 2025

Fixes a bug where updates to NodeFeatureGroup objects were not happening after the initial sync.

We need to use buffered channels for the "update all" channels as there is the default: case in select that is sending the update all signal (to the channel). An alternative would be to remove the default: case from the select block but it is more efficient this way - just skip if the reader side hasn't yet got the "update all" signal.

This PR also adds new e2e-tests for NodeFeatureGroup to cover this case (plus test the recently added templating and backrefs).

marquiz added 2 commits March 20, 2025 11:56
Fixes a bug where updates to NodeFeatureGroup objects were not happening
after the initial sync.

We need to use buffered channels for the "update all" channels as there
is the default: case in select that is sending the update all signal (to
the channel). An alternative would be to remove the default: case from
the select block but it is more efficient this way - just skip if the
reader side hasn't yet got the "update all" signal.

This reverts commit bf6ffad.
@k8s-ci-robot k8s-ci-robot added the cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. label Mar 20, 2025
@k8s-ci-robot k8s-ci-robot requested a review from zvonkok March 20, 2025 16:23
@k8s-ci-robot k8s-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Mar 20, 2025
@marquiz
Copy link
Contributor Author

marquiz commented Mar 20, 2025

/assign @ArangoGutierrez

@k8s-ci-robot k8s-ci-robot added the size/M Denotes a PR that changes 30-99 lines, ignoring generated files. label Mar 20, 2025
Copy link

netlify bot commented Mar 20, 2025

Deploy Preview for kubernetes-sigs-nfd ready!

Name Link
🔨 Latest commit 8affb9d
🔍 Latest deploy log https://app.netlify.com/sites/kubernetes-sigs-nfd/deploys/67dc40ec93ba0600086924b7
😎 Deploy Preview https://deploy-preview-2097--kubernetes-sigs-nfd.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@marquiz
Copy link
Contributor Author

marquiz commented Mar 21, 2025

/retest

@ArangoGutierrez ArangoGutierrez requested a review from Copilot March 27, 2025 15:23
Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR addresses a bug where updates to NodeFeatureGroup objects did not occur after the initial sync by switching the "update all" channels back to buffered channels. It also introduces additional end-to-end tests for NodeFeatureGroup, including related test data changes.

  • Updated pkg/nfd-master/nfd-api-controller.go to use buffered channels for updateAllNodesChan and updateAllNodeFeatureGroupsChan.
  • Extended e2e tests in test/e2e/node_feature_discovery_test.go and added new test data files nodefeaturegroup-2.yaml and nodefeature-1.yaml to validate the update behavior.

Reviewed Changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.

File Description
pkg/nfd-master/nfd-api-controller.go Reverted channels to buffered, supporting sync update behavior.
test/e2e/node_feature_discovery_test.go Added new test steps to verify NodeFeatureGroup update behavior.
test/e2e/data/nodefeaturegroup-2.yaml New test data for NodeFeatureGroup with templating and backreference.
test/e2e/data/nodefeature-1.yaml Updated NodeFeature test data with an instance name for clarity.

Copy link
Contributor

@ArangoGutierrez ArangoGutierrez left a comment

Choose a reason for hiding this comment

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

/lgtm

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Mar 27, 2025
@k8s-ci-robot
Copy link
Contributor

LGTM label has been added.

Git tree hash: 786e0922509ac9adce78fcfb4b5d04af75fbc631

@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: ArangoGutierrez, marquiz

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:
  • OWNERS [ArangoGutierrez,marquiz]

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot merged commit 6bb6ce8 into kubernetes-sigs:master Mar 27, 2025
10 checks passed
@marquiz marquiz deleted the devel/nfg-e2e branch March 27, 2025 16:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. lgtm "Looks good to me", indicates that a PR is ready to be merged. size/M Denotes a PR that changes 30-99 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants