From 29fa722f38b13136a088948f0291adfb5feb6093 Mon Sep 17 00:00:00 2001 From: Squirrel Date: Thu, 8 Jun 2023 11:02:11 +0100 Subject: [PATCH] Update integration tests following event rename (#2700) * ump.ExecutedUpward -> messageQueue.Processed * update lock file because --- .../e2e/assets/asset-hub-kusama/0_xcm/2_ump.yml | 11 +++++++++-- .../e2e/assets/asset-hub-polkadot/0_xcm/2_ump.yml | 11 +++++++++-- .../collectives-polkadot/0_xcm/1_teleport.yml | 11 +++++++++-- 3 files changed, 27 insertions(+), 6 deletions(-) diff --git a/cumulus/parachains/integration-tests/e2e/assets/asset-hub-kusama/0_xcm/2_ump.yml b/cumulus/parachains/integration-tests/e2e/assets/asset-hub-kusama/0_xcm/2_ump.yml index 3cdb9547c3..7034075868 100644 --- a/cumulus/parachains/integration-tests/e2e/assets/asset-hub-kusama/0_xcm/2_ump.yml +++ b/cumulus/parachains/integration-tests/e2e/assets/asset-hub-kusama/0_xcm/2_ump.yml @@ -97,10 +97,17 @@ tests: - name: polkadotXcm.Attempted threshold: *weight_threshold result: [{ Complete: { refTime: '539,494,000', proofSize: '7,133' }}] - - name: ump.ExecutedUpward + - name: messageQueue.Processed chain: *relay_chain threshold: *weight_threshold - result: [{ Complete: { refTime: '298,716,000', proofSize: 0 }}] + result: + origin: + Ump: + Para: '1,000' + weightUsed: + refTime: '298,716,000' + proofSize: '0' + success: true - queries: balance_ap_sender_after: chain: *assets_parachain diff --git a/cumulus/parachains/integration-tests/e2e/assets/asset-hub-polkadot/0_xcm/2_ump.yml b/cumulus/parachains/integration-tests/e2e/assets/asset-hub-polkadot/0_xcm/2_ump.yml index 4bdeceb765..bdf6d49ea7 100644 --- a/cumulus/parachains/integration-tests/e2e/assets/asset-hub-polkadot/0_xcm/2_ump.yml +++ b/cumulus/parachains/integration-tests/e2e/assets/asset-hub-polkadot/0_xcm/2_ump.yml @@ -98,10 +98,17 @@ tests: - name: polkadotXcm.Attempted threshold: *weight_threshold result: [{ Complete: { refTime: '533,283,000', proofSize: '7,096' }}] - - name: ump.ExecutedUpward + - name: messageQueue.Processed chain: *relay_chain threshold: *weight_threshold - result: [{ Complete: { refTime: '4,000,000,000', proofSize: 0 }}] + result: + origin: + Ump: + Para: '1,000' + weightUsed: + refTime: '4,000,000,000' + proofSize: '0' + success: true - queries: balance_ap_sender_after: chain: *assets_parachain diff --git a/cumulus/parachains/integration-tests/e2e/collectives/collectives-polkadot/0_xcm/1_teleport.yml b/cumulus/parachains/integration-tests/e2e/collectives/collectives-polkadot/0_xcm/1_teleport.yml index 2cd1fa6816..1d667caed5 100644 --- a/cumulus/parachains/integration-tests/e2e/collectives/collectives-polkadot/0_xcm/1_teleport.yml +++ b/cumulus/parachains/integration-tests/e2e/collectives/collectives-polkadot/0_xcm/1_teleport.yml @@ -130,10 +130,17 @@ tests: - name: balances.Withdraw chain: *relay_chain result: { who: *checking_account, amount: 10000000000000 } # amount received and withdrawn from registry account - - name: ump.ExecutedUpward + - name: messageQueue.Processed chain: *relay_chain threshold: *weight_threshold - result: [{ Complete: { refTime: '4,000,000,000', proofSize: 0 }}] + result: + origin: + Ump: + Para: '1,001' + weightUsed: + refTime: '4,000,000,000' + proofSize: '0' + success: true - queries: balance_rc_alice_3: chain: *relay_chain