forked from aptos-labs/aptos-core
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[diem-transactional-tests] fix event pretty printing
- Loading branch information
1 parent
dede2af
commit dfdbe41
Showing
21 changed files
with
128 additions
and
42 deletions.
There are no files selected for viewing
4 changes: 2 additions & 2 deletions
4
diem-move/diem-framework/core/transactional-tests/block/block_prologue.exp
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
processed 5 tasks | ||
|
||
task 1 'block'. lines 3-3: | ||
Events:{ | ||
Events: | ||
{ | ||
key: 11000000000000000000000000000000000000000a550c18 | ||
seq_num: 0 | ||
type: 0x1::DiemBlock::NewBlockEvent | ||
data: "0000000000000000c5e34b925cf6875fec02d4b77adbd2d60040420f0000000000" | ||
} | ||
|
||
|
||
task 4 'run'. lines 29-37: | ||
Error: Transaction discarded. VMStatus: status ABORTED of type Execution with sub status 514 |
8 changes: 4 additions & 4 deletions
8
diem-move/diem-framework/core/transactional-tests/block/expired_transaction.exp
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,28 @@ | ||
processed 10 tasks | ||
|
||
task 1 'block'. lines 3-3: | ||
Events:{ | ||
Events: | ||
{ | ||
key: 11000000000000000000000000000000000000000a550c18 | ||
seq_num: 0 | ||
type: 0x1::DiemBlock::NewBlockEvent | ||
data: "0000000000000000c5e34b925cf6875fec02d4b77adbd2d60000e1f50500000000" | ||
} | ||
|
||
|
||
task 2 'publish'. lines 5-6: | ||
Error: Transaction discarded. VMStatus: status TRANSACTION_EXPIRED of type Validation | ||
|
||
task 3 'publish'. lines 8-9: | ||
Error: Transaction discarded. VMStatus: status TRANSACTION_EXPIRED of type Validation | ||
|
||
task 6 'block'. lines 17-17: | ||
Events:{ | ||
Events: | ||
{ | ||
key: 11000000000000000000000000000000000000000a550c18 | ||
seq_num: 1 | ||
type: 0x1::DiemBlock::NewBlockEvent | ||
data: "0000000000000000c5e34b925cf6875fec02d4b77adbd2d6004023050600000000" | ||
} | ||
|
||
|
||
task 8 'publish'. lines 22-23: | ||
Error: Transaction discarded. VMStatus: status TRANSACTION_EXPIRED of type Validation |
7 changes: 4 additions & 3 deletions
7
diem-move/diem-framework/core/transactional-tests/block/get_block_height.exp
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
diem-move/diem-framework/core/transactional-tests/block/none_validator_propser.exp
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
processed 4 tasks | ||
|
||
task 1 'block'. lines 3-3: | ||
Events:{ | ||
Events: | ||
{ | ||
key: 11000000000000000000000000000000000000000a550c18 | ||
seq_num: 0 | ||
type: 0x1::DiemBlock::NewBlockEvent | ||
data: "0000000000000000c5e34b925cf6875fec02d4b77adbd2d60040420f0000000000" | ||
} | ||
|
||
|
||
task 3 'block'. lines 16-16: | ||
Error: status UNEXPECTED_ERROR_FROM_KNOWN_MOVE_FUNCTION of type Invariant violation |
4 changes: 2 additions & 2 deletions
4
diem-move/diem-framework/core/transactional-tests/block/older_timestamp.exp
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
processed 4 tasks | ||
|
||
task 1 'block'. lines 3-3: | ||
Events:{ | ||
Events: | ||
{ | ||
key: 11000000000000000000000000000000000000000a550c18 | ||
seq_num: 0 | ||
type: 0x1::DiemBlock::NewBlockEvent | ||
data: "0000000000000000c5e34b925cf6875fec02d4b77adbd2d60000e1f50500000000" | ||
} | ||
|
||
|
||
task 3 'block'. lines 16-16: | ||
Error: status UNEXPECTED_ERROR_FROM_KNOWN_MOVE_FUNCTION of type Invariant violation |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
processed 5 tasks | ||
|
||
task 3 'run'. lines 23-23: | ||
Error: Failed to execute transaction. VMStatus: status OUT_OF_GAS of type Execution |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
processed 5 tasks | ||
|
||
task 3 'run'. lines 32-32: | ||
Error: Failed to execute transaction. VMStatus: status OUT_OF_GAS of type Execution |
3 changes: 2 additions & 1 deletion
3
diem-move/diem-framework/core/transactional-tests/events/event_emit_struct.exp
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 2 additions & 1 deletion
3
...ove/diem-framework/core/transactional-tests/events/event_emit_struct_with_type_params.exp
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 2 additions & 1 deletion
3
diem-move/diem-framework/core/transactional-tests/events/event_emit_u64.exp
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
processed 5 tasks | ||
|
||
task 2 'run'. lines 15-31: | ||
Events: | ||
{ | ||
key: 03000000000000000000000000000000000000000b1e55ed | ||
seq_num: 0 | ||
type: 0x1::NetworkIdentity::NetworkIdentityChangeNotification | ||
data: "0000000000000000000000000b1e55ed010469645f310000000000000000" | ||
} | ||
{ | ||
key: 01000000000000000000000000000000000000000a550c18 | ||
seq_num: 1 | ||
type: 0x1::DiemAccount::AdminTransactionEvent | ||
data: "0000000000000000" | ||
} | ||
|
||
task 3 'run'. lines 33-54: | ||
Events: | ||
{ | ||
key: 03000000000000000000000000000000000000000b1e55ed | ||
seq_num: 1 | ||
type: 0x1::NetworkIdentity::NetworkIdentityChangeNotification | ||
data: "0000000000000000000000000b1e55ed020469645f310469645f320000000000000000" | ||
} | ||
{ | ||
key: 01000000000000000000000000000000000000000a550c18 | ||
seq_num: 2 | ||
type: 0x1::DiemAccount::AdminTransactionEvent | ||
data: "0000000000000000" | ||
} | ||
|
||
task 4 'run'. lines 56-73: | ||
Events: | ||
{ | ||
key: 03000000000000000000000000000000000000000b1e55ed | ||
seq_num: 2 | ||
type: 0x1::NetworkIdentity::NetworkIdentityChangeNotification | ||
data: "0000000000000000000000000b1e55ed010469645f310000000000000000" | ||
} | ||
{ | ||
key: 01000000000000000000000000000000000000000a550c18 | ||
seq_num: 3 | ||
type: 0x1::DiemAccount::AdminTransactionEvent | ||
data: "0000000000000000" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 4 additions & 4 deletions
8
diem-move/diem-framework/core/transactional-tests/on_chain_config/disable_txes.exp
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
processed 19 tasks | ||
|
||
task 2 'run'. lines 128-130: | ||
Error: Failed to execute transaction. VMStatus: status ABORTED of type Execution with sub status 9003 | ||
|
||
task 4 'run'. lines 136-150: | ||
Error: Failed to execute transaction. VMStatus: status ABORTED of type Execution with sub status 9003 | ||
|
||
task 11 'run'. lines 202-212: | ||
Error: Failed to execute transaction. VMStatus: status ABORTED of type Execution with sub status 9003 | ||
|
||
task 14 'run'. lines 229-237: | ||
Error: Failed to execute transaction. VMStatus: status ABORTED of type Execution with sub status 9001 | ||
|
||
task 15 'run'. lines 239-247: | ||
Error: Failed to execute transaction. VMStatus: status ABORTED of type Execution with sub status 9002 | ||
|
||
task 16 'run'. lines 249-251: | ||
Error: Failed to execute transaction. VMStatus: status ABORTED of type Execution with sub status 9003 | ||
|
||
task 17 'run'. lines 253-255: | ||
Error: Failed to execute transaction. VMStatus: status ABORTED of type Execution with sub status 9003 | ||
|
||
task 18 'run'. lines 257-257: | ||
Error: Failed to execute transaction. VMStatus: status ABORTED of type Execution with sub status 9003 |
8 changes: 4 additions & 4 deletions
8
.../diem-framework/core/transactional-tests/transaction_fee/add_transaction_fee_currency.exp
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 4 additions & 4 deletions
8
diem-move/diem-framework/core/transactional-tests/vasp_domain/vasp_domain.exp
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.