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

OCPBUGS-15755: UPSTREAM: <carry>: openshift: Fix OCPBUGS-15755 #105

Merged
merged 1 commit into from Dec 18, 2023

Conversation

gcs278
Copy link

@gcs278 gcs278 commented Nov 13, 2023

Cherry-Pick of coredns#6354 which fixes OCPBUGS-15755.

plugin/cache: key cache on Checking Disabled (CD) bit

Key the cache on CD bit, which effectively separates the entries for queries with CD disabled or enabled.

@gcs278 gcs278 changed the title UPSTREAM: <carry>: openshift: Fix OCPBUGS-15755 OCPBUGS-15755: UPSTREAM: <carry>: openshift: Fix OCPBUGS-15755 Nov 13, 2023
@openshift-ci-robot openshift-ci-robot added jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. jira/valid-bug Indicates that a referenced Jira bug is valid for the branch this PR is targeting. labels Nov 13, 2023
@openshift-ci-robot
Copy link

@gcs278: This pull request references Jira Issue OCPBUGS-15755, which is valid. The bug has been moved to the POST state.

3 validation(s) were run on this bug
  • bug is open, matching expected state (open)
  • bug target version (4.15.0) matches configured target version for branch (4.15.0)
  • bug is in the state ASSIGNED, which is one of the valid states (NEW, ASSIGNED, POST)

Requesting review from QA contact:
/cc @melvinjoseph86

The bug has been updated to refer to the pull request using the external bug tracker.

In response to this:

Cherry-Pick of coredns#6354 which fixes OCPBUGS-15755.

plugin/cache: key cache on Checking Disabled (CD) bit

Key the cache on CD bit, which effectively separates the entries for queries with CD disabled or enabled.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

Copy link

openshift-ci bot commented Nov 13, 2023

@openshift-ci-robot: GitHub didn't allow me to request PR reviews from the following users: melvinjoseph86.

Note that only openshift members and repo collaborators can review this PR, and authors cannot review their own PRs.

In response to this:

@gcs278: This pull request references Jira Issue OCPBUGS-15755, which is valid. The bug has been moved to the POST state.

3 validation(s) were run on this bug
  • bug is open, matching expected state (open)
  • bug target version (4.15.0) matches configured target version for branch (4.15.0)
  • bug is in the state ASSIGNED, which is one of the valid states (NEW, ASSIGNED, POST)

Requesting review from QA contact:
/cc @melvinjoseph86

The bug has been updated to refer to the pull request using the external bug tracker.

In response to this:

Cherry-Pick of coredns#6354 which fixes OCPBUGS-15755.

plugin/cache: key cache on Checking Disabled (CD) bit

Key the cache on CD bit, which effectively separates the entries for queries with CD disabled or enabled.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@Miciah
Copy link

Miciah commented Nov 29, 2023

/assign

@candita
Copy link

candita commented Nov 29, 2023

/assign

@candita
Copy link

candita commented Nov 29, 2023

e2e-metal-ipi-ovn test failure:

go test -test.timeout 180m -v . -ginkgo.v -ginkgo.focus 'e2e\snon-vxlan\sexternal\sgateway\sthrough\sa\sgateway\spod' -ginkgo.timeout 3h -ginkgo.flake-attempts 2 '-ginkgo.skip=Should validate connectivity before and after deleting all the db-pods at once in Non-HA mode| e2e br-int NetFlow export validation|disabling egress nodes impeding Legacy health check|Multi Homing|Node IP address migration|Multi node zones interconnect|External Gateway|Kubevirt Virtual Machines' -provider skeleton -kubeconfig /root/ovn.conf --num-nodes=2 --report-dir=/root/dev-scripts/ovn-kubernetes/test/artifacts --report-prefix=control-plane
acl_logging.go:18:2: missing go.sum entry for module providing package k8s.io/kubernetes/test/e2e/framework (imported by github.com/ovn-org/ovn-kubernetes/test/e2e); to add:
go get github.com/ovn-org/ovn-kubernetes/test/e2e

shouldCache bool
}{
{
name: "test ad bit cache",
Copy link

Choose a reason for hiding this comment

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

I guess they didn't mind upstream that you removed informative comments, but I would have at least added a nit. Not much we'd want to do now.

Copy link

Choose a reason for hiding this comment

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

I think the comments that were still relevant became test-case names. Some comments were reworded, and a few were deleted because they became untrue when the test was changed to create a new cache for each test case.

Copy link
Author

Choose a reason for hiding this comment

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

Right. They became test case names, and the ones that were removed, were removed due to not being accurate anymore due to updates in the test case.

@candita
Copy link

candita commented Nov 29, 2023

/approve

Copy link

openshift-ci bot commented Nov 29, 2023

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: candita

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:

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

@openshift-ci openshift-ci bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Nov 29, 2023
@Miciah
Copy link

Miciah commented Nov 29, 2023

Please put the PR number instead of "<carry>" in the summary line of the commit message. See https://github.com/openshift/kubernetes/blob/59b90bd188d5389527a81d17e5787877d8c5746b/README.openshift.md#cherry-picking-an-upstream-change for documentation of the convention and openshift/kubernetes@f59457b for an example.

@gcs278
Copy link
Author

gcs278 commented Nov 30, 2023

Please put the PR number instead of "" in the summary line of the commit message. See https://github.com/openshift/kubernetes/blob/59b90bd188d5389527a81d17e5787877d8c5746b/README.openshift.md#cherry-picking-an-upstream-change for documentation of the convention and openshift/kubernetes@f59457b for an example.

Thanks for the documentation - my first time seeing this. That makes sense. Done.

@Miciah
Copy link

Miciah commented Dec 2, 2023

The commit message has a typo: "6534" should be "6354".

plugin/cache: key cache on Checking Disabled (CD) bit (coredns#6354)

* plugin/cache: key cache on Checking Disabled (CD) bit

Key the cache on CD bit, which effectively separates the entries for
queries with CD disabled or enabled.

Signed-off-by: Grant Spence <gspence@redhat.com>
@gcs278
Copy link
Author

gcs278 commented Dec 4, 2023

The commit message has a typo: "6534" should be "6354".

Good catch. Done.

@gcs278
Copy link
Author

gcs278 commented Dec 8, 2023

/retest

1 similar comment
@gcs278
Copy link
Author

gcs278 commented Dec 8, 2023

/retest

@Miciah
Copy link

Miciah commented Dec 14, 2023

Thanks, and sorry for letting this PR languish!
/lgtm

@openshift-ci openshift-ci bot added the lgtm Indicates that a PR is ready to be merged. label Dec 14, 2023
@openshift-ci-robot
Copy link

/retest-required

Remaining retests: 0 against base HEAD 68ef945 and 2 for PR HEAD 59f7d2f in total

@gcs278
Copy link
Author

gcs278 commented Dec 15, 2023

all cluster provisioning-type errors
/retest

@gcs278
Copy link
Author

gcs278 commented Dec 18, 2023

/retest

@gcs278
Copy link
Author

gcs278 commented Dec 18, 2023

Waiting for https://issues.redhat.com/browse/TRT-1420 to be fixed for e2e-gcp-serial

@gcs278
Copy link
Author

gcs278 commented Dec 18, 2023

Should be fixed now
/test e2e-gcp-serial

Copy link

openshift-ci bot commented Dec 18, 2023

@gcs278: The following tests failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
ci/prow/e2e-gcp-sdn-serial 076c721 link true /test e2e-gcp-sdn-serial
ci/prow/e2e-metal-ipi-ovn 59f7d2f link false /test e2e-metal-ipi-ovn

Full PR test history. Your PR dashboard.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here.

@openshift-merge-bot openshift-merge-bot bot merged commit c92bb1a into openshift:master Dec 18, 2023
6 of 7 checks passed
@openshift-ci-robot
Copy link

@gcs278: Jira Issue OCPBUGS-15755: All pull requests linked via external trackers have merged:

Jira Issue OCPBUGS-15755 has been moved to the MODIFIED state.

In response to this:

Cherry-Pick of coredns#6354 which fixes OCPBUGS-15755.

plugin/cache: key cache on Checking Disabled (CD) bit

Key the cache on CD bit, which effectively separates the entries for queries with CD disabled or enabled.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@openshift-bot
Copy link

[ART PR BUILD NOTIFIER]

This PR has been included in build coredns-container-v4.16.0-202312190117.p0.gc92bb1a.assembly.stream for distgit coredns.
All builds following this will include this PR.

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. jira/valid-bug Indicates that a referenced Jira bug is valid for the branch this PR is targeting. jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. lgtm Indicates that a PR is ready to be merged.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants