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

AccountBalanceFileParserTest & RecordFileParserIntegrationTest failing in CI #1947

Closed
steven-sheehy opened this issue May 6, 2021 · 0 comments · Fixed by #2182
Closed

AccountBalanceFileParserTest & RecordFileParserIntegrationTest failing in CI #1947

steven-sheehy opened this issue May 6, 2021 · 0 comments · Fixed by #2182
Labels
bug Type: Something isn't working regression test Test infrastructure, automated tests required, etc
Milestone

Comments

@steven-sheehy
Copy link
Member

Detailed Description
AccountBalanceFileParserTest and RecordFileParserIntegrationTest are failing in CI. They pass when ran locally.

Actual Behavior

Error:  Failures: 
Error:    AccountBalanceFileParserTest.duplicateFile:103 Expected com.hedera.mirror.importer.exception.ParserException to be thrown, but nothing was thrown.
Error:    AccountBalanceFileParserTest.keepFiles:115->assertAccountBalances:150 
Expecting Optional to contain a value but it was empty.
Error:    AccountBalanceFileParserTest.success:94->assertAccountBalances:150 
Expecting Optional to contain a value but it was empty.
Error:    RecordFileParserIntegrationTest.parse:101->verifyFinalDatabaseState:138 expected: <19> but was: <0>
Error:    RecordFileParserIntegrationTest.rollback:117->verifyFinalDatabaseState:138 expected: <19> but was: <0>

Expected Behavior
Test to pass

Environment:

  • OS: GitHub Actions
  • Version: master

Additional Context

@steven-sheehy steven-sheehy added bug Type: Something isn't working test Test infrastructure, automated tests required, etc regression labels May 6, 2021
@steven-sheehy steven-sheehy added this to the Mirror 0.37.0 milestone Jun 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Type: Something isn't working regression test Test infrastructure, automated tests required, etc
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant