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

SITES-17412: Log WARN when getting duplicate id from Magento GraphQL API #994

Merged
merged 1 commit into from
Nov 29, 2023

Conversation

hrayrpapikyan
Copy link
Contributor

Log WARN when getting duplicate id from Magento GraphQL API

Description

Log WARN when getting duplicate id from Magento GraphQL API

Related Issue

https://jira.corp.adobe.com/browse/SITES-17412

Motivation and Context

There exists a way to get duplicate data from Magento GraphQL API, this possibility occurs when customers add data to their system and the indexers do not complete before data is retrieved from the system.

Do It Best was affected by this and the AEM Support Org spent weeks debugging (because it was also a very intermittent issue). Eventually, T3 deployed a custom build of the Category Feature List showcasing the GraphQL query and we discovered that the categoryIds were unique. After engaging and reviewing our findings with SITES engineering we agreed to log a ticket with Magneto Engineering which then Magento ack'd that this can occur.

The CIF should log a WARN in the logs to help inform the customer that they need to fix the data in their Magento instance so that their site is not showcasing incorrect data.

In the situation where the customer has [^components .content.doitbest.us.en.global.homepage.jcr-content.root.json] we should check that the resulting GraphQL response does not contain duplicate categoryId or else this would be an issue.

How Has This Been Tested?

Screenshots (if appropriate):

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • I have signed the Adobe Open Source CLA.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.
  • I have added tests to cover my changes and the overall coverage did not decrease.
  • All unit tests pass on CircleCi.
  • I ran all tests locally and they pass.

@LSantha
Copy link
Collaborator

LSantha commented Nov 29, 2023

@hrayrpapikyan , need to check the tests! The codecov check would usually fail for this PR because the new code doesn't have any coverage.

@hrayrpapikyan hrayrpapikyan merged commit 5893aab into master Nov 29, 2023
6 of 8 checks passed
@hrayrpapikyan hrayrpapikyan deleted the SITES-17412 branch November 29, 2023 09:11
@LSantha LSantha added the bug Something isn't working label Dec 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants