feat!: update key parsing #5636
Closed
GitHub Actions / Test Results (Integration tests)
failed
Oct 31, 2023 in 0s
1 parse errors, 1 fail, 13 pass in 3m 30s
Annotations
Check failure on line 0 in artifacts/junit-cucumber/cucumber-output-junit.xml
github-actions / Test Results (Integration tests)
Error processing result file
File is empty.
Raw output
artifacts/junit-cucumber/cucumber-output-junit.xml
github-actions / Test Results (Integration tests)
1 out of 2 runs failed: Scenario: A message receives a read receipt via FFI: tests/features/ChatFFI.feature:86:3
artifacts/junit-ffi-cucumber/cucumber-output-junit.xml [took 2s]
Raw output
Step panicked. Captured output: assertion failed: `(left == right)` left: `1698757412`, right: `1698757413`
Scenario: A message receives a read receipt via FFI
✔ Given I have a seed node SEED_A
✔ When I have a chat FFI client CHAT_A connected to seed node SEED_A
✔ When I have a chat FFI client CHAT_B connected to seed node SEED_A
✔ When I use CHAT_A to send a message 'Hey there' to CHAT_B
✔ When CHAT_B will have 1 message with CHAT_A
✔ When CHAT_B sends a read receipt to CHAT_A for message 'Hey there'
✘ Then CHAT_A and CHAT_B will have a message 'Hey there' with matching read timestamps
Step failed:
Defined: tests/features/ChatFFI.feature:93:5
Matched: integration_tests/tests/steps/chat_steps.rs:280:1
Step panicked. Captured output: assertion failed: `(left == right)`
left: `1698757412`,
right: `1698757413`
Client {
base_nodes: {},
blocks: {},
miners: {},
ffi_wallets: {},
wallets: {},
merge_mining_proxies: {},
chat_clients: [],
transactions: {},
wallet_addresses: {},
utxos: {},
output_hash: None,
pre_image: None,
wallet_connected_to_base_node: {},
seed_nodes: [
"SEED_A",
],
wallet_tx_ids: {},
errors: [],
last_imported_tx_ids: [],
last_merge_miner_response: Null,
}
Check notice on line 0 in .github
github-actions / Test Results (Integration tests)
14 tests found
There are 14 tests, see "Raw output" for the full list of tests.
Raw output
Scenario: A message is propagated between clients via 3rd party: tests/features/ChatFFI.feature:7:3
Scenario: A message receives a delivery receipt via FFI: tests/features/ChatFFI.feature:78:3
Scenario: A message receives a read receipt via FFI: tests/features/ChatFFI.feature:86:3
Scenario: As a client I want to receive a one-sided transaction: tests/features/WalletFFI.feature:212:5
Scenario: As a client I want to receive contact liveness events: tests/features/WalletFFI.feature:73:5
Scenario: As a client I want to retrieve a list of transactions I have made and received: tests/features/WalletFFI.feature:96:5
Scenario: As a client I want to retrieve the mnemonic word list for a given language: tests/features/WalletFFI.feature:24:5
Scenario: As a client I want to send a one-sided transaction: tests/features/WalletFFI.feature:175:5
Scenario: Callback for delivery confirmation received: tests/features/ChatFFI.feature:22:3
Scenario: Callback for new message received: tests/features/ChatFFI.feature:14:3
Scenario: Callback for read confirmation received: tests/features/ChatFFI.feature:31:3
Scenario: Chat shuts down without any errors: tests/features/ChatFFI.feature:63:3
Scenario: Fetches all addresses from FFI conversations: tests/features/ChatFFI.feature:95:3
Scenario: Reply to message: tests/features/ChatFFI.feature:68:3
Loading