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

[WIP] Several fixes related with subscriptions & notification behaviours #4648

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Conversation

@fgalan fgalan changed the title [WIP] ADD test cases drafts for 4647 [WIP] Several fixes related with subscriptions & notification behaviours Feb 13, 2025
Comment on lines +3432 to +3434
In the case of using `entityChange` and `entityUpdate` at the same time, `entityUpdate` takes precedence
(in other words, using `"alterationTypes": [ "entityUpdate", "entityChange" ]` is equivalente to
use "alterationTypes": [ "entityUpdate" ]`).
Copy link
Member Author

Choose a reason for hiding this comment

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

This can be checked in test/functionalTest/cases/4647_alterationtypes-entityupdate-and-entitychange-at-the-same-time/alterationtypes-entityupdate-and-entitychange-at-the-same-time.test, changing:

      "alterationTypes": [
        "entityUpdate",
        "entityChange"
      ]

by

      "alterationTypes": [
        "entityUpdate"
      ]

The result is the same.

NTC (informative)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant