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

tests failing with Timestamp slot must match 'CurrentSlot' while using westend-dev spec file #3016

Closed
12 tasks done
EclesioMeloJunior opened this issue Jan 5, 2023 · 1 comment · Fixed by #3073
Closed
12 tasks done
Assignees

Comments

@EclesioMeloJunior
Copy link
Member

EclesioMeloJunior commented Jan 5, 2023

The following tests are failing while using the westend-dev spec file:

  • TestChainProcessor_HandleBlockResponse_ValidChain
  • TestChainProcessor_HandleBlockResponse_MissingBlocks
  • TestChainProcessor_HandleBlockResponse_BlockData
  • TestChainProcessor_ExecuteBlock
  • TestService_HandleSlotWithLaggingSlot
  • TestService_HandleSlotWithSameSlot
  • TestBuildBlock_ok
  • TestApplyExtrinsic (TestApplyExtrinsicAfterFirstBlockFinalized)
  • TestBuildBlockTimeMonitor
  • TestService_HandleSubmittedExtrinsic
  • TestService_HandleTransactionMessage
  • TestAuthorModule_SubmitExtrinsic_Integration

The error log:

Error:      	Received unexpected error:
  cannot build inherents: running runtime function: Failed to call the `BlockBuilder_apply_extrinsic` exported function.

Those tests should be able to use the westend-dev spec file

Copy link

🎉 This issue has been resolved in version 0.8.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

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 a pull request may close this issue.

3 participants