Skip to content

Commit

Permalink
trying to debug charge_when_session_code_succeeds test
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakub Zajkowski committed Oct 9, 2024
1 parent 458d4d0 commit f3ffe86
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ resources/local/chainspec.toml: generate-chainspec.sh resources/local/chainspec.

.PHONY: test-rs
test-rs: resources/local/chainspec.toml build-contracts-rs
$(LEGACY) $(DISABLE_LOGGING) $(CARGO) test --all-features --no-fail-fast $(CARGO_FLAGS) -- --nocapture
$(LEGACY) $(DISABLE_LOGGING) $(CARGO) test --all-features --no-fail-fast $(CARGO_FLAGS) -- charge_when_session_code_succeeds --nocapture

.PHONY: resources/local/chainspec.toml
test-rs-no-default-features:
Expand Down
1 change: 0 additions & 1 deletion node/src/reactor/main_reactor/tests/transactions.rs
Original file line number Diff line number Diff line change
Expand Up @@ -850,7 +850,6 @@ async fn native_operations_fees_are_not_refunded() {

#[tokio::test]
async fn wasm_transaction_fees_are_refunded() {
std::env::set_var("CL_TEST_SEED", "84188df5d5f7a1e736c13623fb9721f6");
let initial_stakes = InitialStakes::FromVec(vec![u128::MAX, 1]); // Node 0 is effectively guaranteed to be the proposer.

let refund_ratio = Ratio::new(1, 2);
Expand Down

0 comments on commit f3ffe86

Please sign in to comment.