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

EVA-3664 Update test to throw exception in transaction when saving new block #462

Merged
merged 3 commits into from
Oct 9, 2024

Conversation

nitin-ebi
Copy link
Contributor

@nitin-ebi nitin-ebi commented Oct 7, 2024

I have updated the test to throw an exception while trying to reserve a new block, forcing the code to retry. This is currently failing as it tries to use the same transaction once it succeeds after a few retries.

This test case should start passing once we pull in the changes done in accession commons to create a new transaction for every retry.

@nitin-ebi nitin-ebi self-assigned this Oct 7, 2024
pom.xml Outdated
@@ -28,7 +28,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<junit.version>4.13</junit.version>
<variation-commons-version>0.8.5</variation-commons-version>
<accession-commons-version>0.7.16</accession-commons-version>
<accession-commons-version>0.7.17-SNAPSHOT</accession-commons-version>
Copy link
Member

Choose a reason for hiding this comment

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

We should wait for the tag

@nitin-ebi nitin-ebi merged commit 1343e0f into EBIvariation:master Oct 9, 2024
1 check passed
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