Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upAdd test for async catalog functionByType #5152
Open
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


Prerequisites
Issue Description
Recently we encountered an issue with several custom plugins all using the
functionByTypefeature to extend thepublishProductToCatalogfunction. When the catalog plugin would run thesefunctionByTypeversions it would do so synchronously resulting in partial or duplicated catalog data at times. This issue was resolved with #5151 but we need to include some test to verify this is actually fixed and to catch it if we see it again.Possible Solution
TBD