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

e2e flake: C-Chain workflow test failing to export to P-Chain #1993

Open
marun opened this issue Sep 11, 2023 · 2 comments
Open

e2e flake: C-Chain workflow test failing to export to P-Chain #1993

marun opened this issue Sep 11, 2023 · 2 comments
Labels
bug Something isn't working lifecycle/frozen

Comments

@marun
Copy link
Contributor

marun commented Sep 11, 2023

Symptom

C-Chain workflow test fails on export with 'not committed' error.

Sample logs

• [FAILED] [3.488 seconds]
[C-Chain] [Interchain Workflow]
/home/runner/work/avalanchego/avalanchego/tests/e2e/describe.go:31
  [It] should ensure that funds can be transferred from the C-Chain to the X-Chain and the P-Chain
  /home/runner/work/avalanchego/avalanchego/tests/e2e/c/interchain_workflow.go:34

  Begin Captured GinkgoWriter Output >>
    STEP: initializing a new eth client 09/07/23 18:15:18.604
     targeting node NodeID-DVc4kGeojk6PNxSq873C2kiTdMmjVady5 with URI: http://127.0.0.1:34147
     initializing a new eth client for node NodeID-DVc4kGeojk6PNxSq873C2kiTdMmjVady5 with URI: http://127.0.0.1:34147 
    STEP: allocating a pre-funded key to send from and a recipient key to deliver to 09/07/23 18:15:18.605
     allocated funded key(s): [PrivateKey-2tbmYbkmxnetBSENZG8ZVj3GXkyCNJKj2sMESE21bZdEvRnjMX]
    STEP: sending funds from one address to another on the C-Chain 09/07/23 18:15:18.605
     sending eth transaction with ID: 0x14f66a0841179802b07dd3d9e9a66cbc5700bee98ea0d76048f7c64535ccc4b2
    STEP: waiting for the C-Chain recipient address to have received the sent funds 09/07/23 18:15:19.116
    STEP: initializing a keychain and associated wallet 09/07/23 18:15:19.118
     initializing a new wallet for node NodeID-DVc4kGeojk6PNxSq873C2kiTdMmjVady5 with URI: http://127.0.0.1:34147 
    STEP: defining common configuration 09/07/23 18:15:19.14
    STEP: exporting AVAX from the C-Chain to the X-Chain 09/07/23 18:15:19.14
     issued transaction with ID: j9JDizyc5vTBhqiFCwHzoSpobYHegYjAdKnzeTQe1wCAPw5kB
    STEP: importing AVAX from the C-Chain to the X-Chain 09/07/23 18:15:20.071
     issued transaction with ID: 2ehGJxgRsvB8NRnMj9b47e4Sk6Dqsf6jgwhRxvimL983fF3BB8
    STEP: checking that the recipient address has received imported funds on the X-Chain 09/07/23 18:15:20.181
    STEP: exporting AVAX from the C-Chain to the P-Chain 09/07/23 18:15:20.181
     issued transaction with ID: 2L81gN5A19uPGyHWN5iTQvMgvNZioBgejVWZ1GyB2fFjqgKXfN
  << End Captured GinkgoWriter Output

  
  	Error Trace:	/home/runner/work/avalanchego/avalanchego/tests/e2e/interchain_workflow.go:147
  	            				/home/runner/work/avalanchego/avalanchego/tests/e2e/core_dsl.go:535
  	            				/home/runner/work/avalanchego/avalanchego/tests/e2e/interchain_workflow.go:140
  	            				/home/runner/work/avalanchego/avalanchego/tests/e2e/node.go:[449](https://github.com/ava-labs/avalanchego/actions/runs/6113287152/job/16592487533?pr=1909#step:5:450)
  	            				/home/runner/work/avalanchego/avalanchego/tests/e2e/suite.go:750
  	            				/home/runner/work/avalanchego/avalanchego/tests/e2e/asm_amd64.s:1598
  	Error:      	Received unexpected error:
  	            	not committed
  	Test:       	[C-Chain] [Interchain Workflow] should ensure that funds can be transferred from the C-Chain to the X-Chain and the P-Chain

Failing jobs

Linked jobs include a testnet-data artifact containing the network data for the run.

@marun marun added bug Something isn't working ci This focuses on changes to the CI process labels Sep 11, 2023
@github-project-automation github-project-automation bot moved this to Backlog 🗄 in Ski Patrol Sep 11, 2023
@marun marun removed the ci This focuses on changes to the CI process label Sep 11, 2023
@anusha-ctrl
Copy link
Contributor

Fix: ava-labs/coreth#346

@anusha-ctrl anusha-ctrl linked a pull request Sep 22, 2023 that will close this issue
@anusha-ctrl anusha-ctrl moved this from Backlog 🗄 to In Review 👀 in Ski Patrol Sep 22, 2023
Copy link

This issue has become stale because it has been open 60 days with no activity. Adding the lifecycle/frozen label will cause this issue to ignore lifecycle events.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working lifecycle/frozen
Projects
Archived in project
Status: In Review 👀
Development

Successfully merging a pull request may close this issue.

2 participants