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

Update test to suppourt multiple database concurrent updates #3939

Merged

Conversation

anish531213
Copy link
Contributor

Some database may have a different implementation on ensuring uniqueness in domainName. If there is concurrent updates with same domainName in SQL, only one update goes through but if unique is not supported by shared SQL database there might be case where all update can go through sequentially which is not a concern if we maintain the uniqueness over the domainName.

So, added and modified domain test to support these cases.

@coveralls
Copy link

Coverage Status

Coverage increased (+0.001%) to 61.548% when pulling 6881b90 on anish531213:aanish/update-test into 47cad83 on uber:master.

@andrewjdawson2016 andrewjdawson2016 merged commit 9d82ce9 into cadence-workflow:master Jan 28, 2021
github-actions bot pushed a commit to vytautas-karpavicius/cadence that referenced this pull request Feb 4, 2021
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.

3 participants