Skip to content

feat: implement batching [VM-614] #3283

feat: implement batching [VM-614]

feat: implement batching [VM-614] #3283

GitHub Actions / decider report succeeded Jun 20, 2024 in 1s

2 passed, 13 failed and 0 skipped

Tests failed

❌ src/tests/decider-distro-tests-rs/target/nextest/ci/junit.xml

15 tests were completed in 145s with 2 passed, 13 failed and 0 skipped.

Test suite Passed Failed Skipped Time
decider-distro-tests-rs::test_failing_chain 3❌ NaNms
decider-distro-tests-rs::test_failing_nox 3❌ NaNms
decider-distro-tests-rs::test_happy_path 1✅ 3❌ NaNms
decider-distro-tests-rs::test_many_deals 2❌ NaNms
decider-distro-tests-rs::test_status 1✅ 2❌ NaNms

❌ decider-distro-tests-rs::test_failing_chain

❌ test_failed_get_receipts
	thread 'test_failed_get_receipts' panicked at tests/utils/chain.rs:226:64:
❌ test_failed_register_workers
	thread 'test_failed_register_workers' panicked at tests/utils/chain.rs:226:64:
❌ test_failed_get_deals
	thread 'test_failed_get_deals' panicked at tests/utils/chain.rs:226:64:

❌ decider-distro-tests-rs::test_failing_nox

❌ test_failed_nox_update_activate
	thread 'test_failed_nox_update_activate' panicked at tests/utils/chain.rs:226:64:
❌ test_failed_nox_remove_removed
	thread 'test_failed_nox_remove_removed' panicked at tests/utils/chain.rs:226:64:
❌ test_failed_nox_install_create
	thread 'test_failed_nox_install_create' panicked at tests/utils/chain.rs:226:64:

❌ decider-distro-tests-rs::test_happy_path

❌ test_remove_happy_path
	thread 'test_remove_happy_path' panicked at tests/utils/chain.rs:226:64:
❌ test_install_happy_path
	thread 'test_install_happy_path' panicked at tests/utils/chain.rs:226:64:
✅ test_run_empty
❌ test_update_happy_path
	thread 'test_update_happy_path' panicked at tests/utils/chain.rs:226:64:

❌ decider-distro-tests-rs::test_many_deals

❌ test_many
	thread 'test_many' panicked at tests/utils/chain.rs:226:64:
❌ test_install_again
	thread 'test_install_again' panicked at tests/utils/chain.rs:226:64:

❌ decider-distro-tests-rs::test_status

✅ test_install_ended
❌ test_worker_spell_double_run
	thread 'test_worker_spell_double_run' panicked at tests/utils/chain.rs:226:64:
❌ test_deal_status
	thread 'test_deal_status' panicked at tests/utils/chain.rs:226:64:

Annotations

Check failure on line 0 in src/tests/decider-distro-tests-rs/target/nextest/ci/junit.xml

See this annotation in the file changed.

@github-actions github-actions / decider report

decider-distro-tests-rs::test_failing_chain ► test_failed_get_receipts

Failed test found in:
  src/tests/decider-distro-tests-rs/target/nextest/ci/junit.xml
Error:
  thread 'test_failed_get_receipts' panicked at tests/utils/chain.rs:226:64:
Raw output
thread 'test_failed_get_receipts' panicked at tests/utils/chain.rs:226:64:
called `Option::unwrap()` on a `None` value
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

Check failure on line 0 in src/tests/decider-distro-tests-rs/target/nextest/ci/junit.xml

See this annotation in the file changed.

@github-actions github-actions / decider report

decider-distro-tests-rs::test_failing_chain ► test_failed_register_workers

Failed test found in:
  src/tests/decider-distro-tests-rs/target/nextest/ci/junit.xml
Error:
  thread 'test_failed_register_workers' panicked at tests/utils/chain.rs:226:64:
Raw output
thread 'test_failed_register_workers' panicked at tests/utils/chain.rs:226:64:
called `Option::unwrap()` on a `None` value
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

Check failure on line 0 in src/tests/decider-distro-tests-rs/target/nextest/ci/junit.xml

See this annotation in the file changed.

@github-actions github-actions / decider report

decider-distro-tests-rs::test_failing_chain ► test_failed_get_deals

Failed test found in:
  src/tests/decider-distro-tests-rs/target/nextest/ci/junit.xml
Error:
  thread 'test_failed_get_deals' panicked at tests/utils/chain.rs:226:64:
Raw output
thread 'test_failed_get_deals' panicked at tests/utils/chain.rs:226:64:
called `Option::unwrap()` on a `None` value
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

Check failure on line 0 in src/tests/decider-distro-tests-rs/target/nextest/ci/junit.xml

See this annotation in the file changed.

@github-actions github-actions / decider report

decider-distro-tests-rs::test_failing_nox ► test_failed_nox_update_activate

Failed test found in:
  src/tests/decider-distro-tests-rs/target/nextest/ci/junit.xml
Error:
  thread 'test_failed_nox_update_activate' panicked at tests/utils/chain.rs:226:64:
Raw output
thread 'test_failed_nox_update_activate' panicked at tests/utils/chain.rs:226:64:
called `Option::unwrap()` on a `None` value
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

Check failure on line 0 in src/tests/decider-distro-tests-rs/target/nextest/ci/junit.xml

See this annotation in the file changed.

@github-actions github-actions / decider report

decider-distro-tests-rs::test_failing_nox ► test_failed_nox_remove_removed

Failed test found in:
  src/tests/decider-distro-tests-rs/target/nextest/ci/junit.xml
Error:
  thread 'test_failed_nox_remove_removed' panicked at tests/utils/chain.rs:226:64:
Raw output
thread 'test_failed_nox_remove_removed' panicked at tests/utils/chain.rs:226:64:
called `Option::unwrap()` on a `None` value
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

Check failure on line 0 in src/tests/decider-distro-tests-rs/target/nextest/ci/junit.xml

See this annotation in the file changed.

@github-actions github-actions / decider report

decider-distro-tests-rs::test_failing_nox ► test_failed_nox_install_create

Failed test found in:
  src/tests/decider-distro-tests-rs/target/nextest/ci/junit.xml
Error:
  thread 'test_failed_nox_install_create' panicked at tests/utils/chain.rs:226:64:
Raw output
thread 'test_failed_nox_install_create' panicked at tests/utils/chain.rs:226:64:
called `Option::unwrap()` on a `None` value
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

Check failure on line 0 in src/tests/decider-distro-tests-rs/target/nextest/ci/junit.xml

See this annotation in the file changed.

@github-actions github-actions / decider report

decider-distro-tests-rs::test_happy_path ► test_remove_happy_path

Failed test found in:
  src/tests/decider-distro-tests-rs/target/nextest/ci/junit.xml
Error:
  thread 'test_remove_happy_path' panicked at tests/utils/chain.rs:226:64:
Raw output
thread 'test_remove_happy_path' panicked at tests/utils/chain.rs:226:64:
called `Option::unwrap()` on a `None` value
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

Check failure on line 0 in src/tests/decider-distro-tests-rs/target/nextest/ci/junit.xml

See this annotation in the file changed.

@github-actions github-actions / decider report

decider-distro-tests-rs::test_happy_path ► test_install_happy_path

Failed test found in:
  src/tests/decider-distro-tests-rs/target/nextest/ci/junit.xml
Error:
  thread 'test_install_happy_path' panicked at tests/utils/chain.rs:226:64:
Raw output
thread 'test_install_happy_path' panicked at tests/utils/chain.rs:226:64:
called `Option::unwrap()` on a `None` value
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

Check failure on line 0 in src/tests/decider-distro-tests-rs/target/nextest/ci/junit.xml

See this annotation in the file changed.

@github-actions github-actions / decider report

decider-distro-tests-rs::test_happy_path ► test_update_happy_path

Failed test found in:
  src/tests/decider-distro-tests-rs/target/nextest/ci/junit.xml
Error:
  thread 'test_update_happy_path' panicked at tests/utils/chain.rs:226:64:
Raw output
thread 'test_update_happy_path' panicked at tests/utils/chain.rs:226:64:
called `Option::unwrap()` on a `None` value
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

Check failure on line 0 in src/tests/decider-distro-tests-rs/target/nextest/ci/junit.xml

See this annotation in the file changed.

@github-actions github-actions / decider report

decider-distro-tests-rs::test_many_deals ► test_many

Failed test found in:
  src/tests/decider-distro-tests-rs/target/nextest/ci/junit.xml
Error:
  thread 'test_many' panicked at tests/utils/chain.rs:226:64:
Raw output
thread 'test_many' panicked at tests/utils/chain.rs:226:64:
called `Option::unwrap()` on a `None` value
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

Check failure on line 0 in src/tests/decider-distro-tests-rs/target/nextest/ci/junit.xml

See this annotation in the file changed.

@github-actions github-actions / decider report

decider-distro-tests-rs::test_many_deals ► test_install_again

Failed test found in:
  src/tests/decider-distro-tests-rs/target/nextest/ci/junit.xml
Error:
  thread 'test_install_again' panicked at tests/utils/chain.rs:226:64:
Raw output
thread 'test_install_again' panicked at tests/utils/chain.rs:226:64:
called `Option::unwrap()` on a `None` value
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace