Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Tests #193

Open
33 of 43 tasks
DanMacDonald opened this issue Feb 7, 2025 · 1 comment
Open
33 of 43 tasks

Fix Tests #193

DanMacDonald opened this issue Feb 7, 2025 · 1 comment
Assignees

Comments

@DanMacDonald
Copy link
Collaborator

DanMacDonald commented Feb 7, 2025

Snapshot of tests, [ ] means the test is commented out, [ ] 🚫 means it's actively failing.

  • block_tree_service.rs
  • block_validation.rs
  • epoch_service.rs
  • mempool_service.rs
  • mining.rs
  • packing.rs
  • vdf_service.rs
  • chunk_migration_test.rs
  • api-server/source/routes/block.rs
  • api-server/source/routes/tx.rs
  • api-server/lib.rs
  • api-server/price.rs
  • chain/src/vdf.rs
  • chain/tests/api/api.rs 🚫 - needs to add balance for the random signer
  • chain/tests/api/external_api.rs - this should remain commented out
  • chain/tests/block_production/analytics.rs
  • chain/tests/block_production/basic_contract.rs
  • chain/tests/block_production/block_production.rs
  • chain/tests/programmable_data/basic_external.rs
  • chain/tests/programmable_data/basic.rs
  • chain/tests/promotion/data_promotion_basic.rs (flakey)
  • chain/tests/promotion/data_promotion_double.rs
  • database/src/submodule/tables.rs
  • database/src/database.rs
  • database/src/tests/dupsort.rs
  • debug-utils/src/db.rs
  • efficient-sampling/src/lib.rs
  • macros/src/lib.rs
  • packing/src/lib.rs
  • storage/src/chunk_provider.rs
  • storage/src/storage_module.rs
  • storage/tests/storage_module_index_tests.rs
  • types/src/block.rs
  • types/src/difficulty_adjustment_config.rs
  • types/src/ingress.rs
  • types/src/irys.rs
  • types/src/serialization.rs
  • types/src/signature.rs
  • types/src/storage.rs
  • types/src/transaction.rs
  • vdf/src/lib.rs
  • chain/tests/external/api.rs - deleted by chore: strip down nextest.toml, remove unused cfg(test) attr #208
  • actors/src/mempool_service.rs - deleted by feat: irys token prices data added to the config #236
@DanMacDonald DanMacDonald added this to the 1. Multi-Node Consensus milestone Feb 7, 2025
@JesseTheRobot
Copy link
Member

Updated the above accounting for #201

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants