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

TaggedTransactionQueue_validate_transaction fails in TestBuildAndApplyExtrinsic while using westend-dev spec file #3019

Closed
EclesioMeloJunior opened this issue Jan 6, 2023 · 1 comment
Assignees

Comments

@EclesioMeloJunior
Copy link
Member

EclesioMeloJunior commented Jan 6, 2023

In order to address the epic #2895 we should replace the usage of GetGssmrV3SubstrateGenesisRawPathTest to GetWestendDevGenesisPath but in the test function TestBuildAndApplyExtrinsic (lib/babe/build_integration_test.go) we got the following error:

CRITICAL target=runtime message=panicked at 'Bad input data provided to validate_transaction: Codec error', /builds/runtime/westend/src/lib.rs:1276:1	ext_logging_log_version_1	pkg=runtime module=go-wasmer

and the test fails with the following assertion problem:

--- FAIL: TestBuildAndApplyExtrinsic (17.02s)
    build_integration_test.go:269: 
        	Error Trace:	/home/runner/work/gossamer/gossamer/lib/babe/build_integration_test.go:269
        	Error:      	Received unexpected error:
        	            	running runtime function: Failed to call the `TaggedTransactionQueue_validate_transaction` exported function.
        	Test:       	TestBuildAndApplyExtrinsic

We should be able to run this test against the westend-dev spec file without errors

@EclesioMeloJunior
Copy link
Member Author

Resolved by #3037

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

No branches or pull requests

3 participants