Skip to content

Commit

Permalink
chore: fix github action issue report
Browse files Browse the repository at this point in the history
  • Loading branch information
liyukun committed Aug 7, 2023
1 parent 4b84add commit 9506159
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tools/test-framework/src/types/single/node.rs
Original file line number Diff line number Diff line change
Expand Up @@ -168,8 +168,7 @@ impl FullNode {
Kill the underlying child process of the full node, thereby terminating it.
Test writers can use this to kill the full node in the middle of tests, and
then restart it using
[`ChainDriver::start`](crate::chain::ext::bootstrap::ChainBootstrapMethodsExt::start).
then restart it using `ChainDriver::start`
*/

Check failure on line 172 in tools/test-framework/src/types/single/node.rs

View workflow job for this annotation

GitHub Actions / integration-test (ibc-go-v5-simapp, simd, cosmos)

missing field `packet_filter` in initializer of `ibc_relayer::config::ckb4ibc::ChainConfig`

Check failure on line 172 in tools/test-framework/src/types/single/node.rs

View workflow job for this annotation

GitHub Actions / integration-test (gaia8, gaiad, cosmos)

missing field `packet_filter` in initializer of `ibc_relayer::config::ckb4ibc::ChainConfig`

Check failure on line 172 in tools/test-framework/src/types/single/node.rs

View workflow job for this annotation

GitHub Actions / ics29-fee-test (ibc-go-v6-simapp, simd, cosmos)

missing field `packet_filter` in initializer of `ibc_relayer::config::ckb4ibc::ChainConfig`

Check failure on line 172 in tools/test-framework/src/types/single/node.rs

View workflow job for this annotation

GitHub Actions / ics29-fee-test (ibc-go-v7-simapp, simd, cosmos)

missing field `packet_filter` in initializer of `ibc_relayer::config::ckb4ibc::ChainConfig`

Check failure on line 172 in tools/test-framework/src/types/single/node.rs

View workflow job for this annotation

GitHub Actions / ica-filter-test

missing field `packet_filter` in initializer of `ibc_relayer::config::ckb4ibc::ChainConfig`

Check failure on line 172 in tools/test-framework/src/types/single/node.rs

View workflow job for this annotation

GitHub Actions / integration-test (wasmd, wasmd, wasm)

missing field `packet_filter` in initializer of `ibc_relayer::config::ckb4ibc::ChainConfig`

Check failure on line 172 in tools/test-framework/src/types/single/node.rs

View workflow job for this annotation

GitHub Actions / test-stable

missing field `packet_filter` in initializer of `ibc_relayer::config::ckb4ibc::ChainConfig`

Check failure on line 172 in tools/test-framework/src/types/single/node.rs

View workflow job for this annotation

GitHub Actions / integration-test (ibc-go-v6-simapp, simd, cosmos)

missing field `packet_filter` in initializer of `ibc_relayer::config::ckb4ibc::ChainConfig`

Check failure on line 172 in tools/test-framework/src/types/single/node.rs

View workflow job for this annotation

GitHub Actions / integration-test (gaia9, gaiad, cosmos)

missing field `packet_filter` in initializer of `ibc_relayer::config::ckb4ibc::ChainConfig`

Check failure on line 172 in tools/test-framework/src/types/single/node.rs

View workflow job for this annotation

GitHub Actions / forward-packet (gaia9, gaiad, cosmos)

missing field `packet_filter` in initializer of `ibc_relayer::config::ckb4ibc::ChainConfig`

Check failure on line 172 in tools/test-framework/src/types/single/node.rs

View workflow job for this annotation

GitHub Actions / integration-test (stride, strided, stride)

missing field `packet_filter` in initializer of `ibc_relayer::config::ckb4ibc::ChainConfig`

Check failure on line 172 in tools/test-framework/src/types/single/node.rs

View workflow job for this annotation

GitHub Actions / clippy-all-features

missing field `packet_filter` in initializer of `ibc_relayer::config::ckb4ibc::ChainConfig`

error[E0063]: missing field `packet_filter` in initializer of `ibc_relayer::config::ckb4ibc::ChainConfig` --> tools/test-framework/src/types/single/node.rs:172:26 | 172 | let ckb_config = config::ckb4ibc::ChainConfig { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ missing `packet_filter`

Check failure on line 172 in tools/test-framework/src/types/single/node.rs

View workflow job for this annotation

GitHub Actions / forward-packet (gaia8, gaiad, cosmos)

missing field `packet_filter` in initializer of `ibc_relayer::config::ckb4ibc::ChainConfig`

Check failure on line 172 in tools/test-framework/src/types/single/node.rs

View workflow job for this annotation

GitHub Actions / ics31 (.#gaia8 .#stride-no-admin, gaiad,strided, cosmos,stride)

missing field `packet_filter` in initializer of `ibc_relayer::config::ckb4ibc::ChainConfig`

Check failure on line 172 in tools/test-framework/src/types/single/node.rs

View workflow job for this annotation

GitHub Actions / integration-test (ibc-go-v7-simapp, simd, cosmos)

missing field `packet_filter` in initializer of `ibc_relayer::config::ckb4ibc::ChainConfig`

Check failure on line 172 in tools/test-framework/src/types/single/node.rs

View workflow job for this annotation

GitHub Actions / clippy-no-default-features

missing field `packet_filter` in initializer of `ibc_relayer::config::ckb4ibc::ChainConfig`

error[E0063]: missing field `packet_filter` in initializer of `ibc_relayer::config::ckb4ibc::ChainConfig` --> tools/test-framework/src/types/single/node.rs:172:26 | 172 | let ckb_config = config::ckb4ibc::ChainConfig { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ missing `packet_filter`

Check failure on line 172 in tools/test-framework/src/types/single/node.rs

View workflow job for this annotation

GitHub Actions / integration-test (osmosis, osmosisd, osmo)

missing field `packet_filter` in initializer of `ibc_relayer::config::ckb4ibc::ChainConfig`

Check failure on line 172 in tools/test-framework/src/types/single/node.rs

View workflow job for this annotation

GitHub Actions / integration-test (ibc-go-v4-simapp, simd, cosmos)

missing field `packet_filter` in initializer of `ibc_relayer::config::ckb4ibc::ChainConfig`

Check failure on line 172 in tools/test-framework/src/types/single/node.rs

View workflow job for this annotation

GitHub Actions / integration-test (evmos, evmosd, evmos)

missing field `packet_filter` in initializer of `ibc_relayer::config::ckb4ibc::ChainConfig`

Check failure on line 172 in tools/test-framework/src/types/single/node.rs

View workflow job for this annotation

GitHub Actions / ics29-fee-test (ibc-go-v5-simapp, simd, cosmos)

missing field `packet_filter` in initializer of `ibc_relayer::config::ckb4ibc::ChainConfig`

Check failure on line 172 in tools/test-framework/src/types/single/node.rs

View workflow job for this annotation

GitHub Actions / ordered-channel-test

missing field `packet_filter` in initializer of `ibc_relayer::config::ckb4ibc::ChainConfig`

Check failure on line 172 in tools/test-framework/src/types/single/node.rs

View workflow job for this annotation

GitHub Actions / model-based-test (gaia6)

missing field `packet_filter` in initializer of `ibc_relayer::config::ckb4ibc::ChainConfig`
pub fn kill(&self) -> Result<(), Error> {
self.process
Expand Down

0 comments on commit 9506159

Please sign in to comment.