Skip to content

Commit

Permalink
new stacks indexer tests that should pass but fail
Browse files Browse the repository at this point in the history
  • Loading branch information
MicaiahReid committed Feb 20, 2024
1 parent 8a21bc7 commit 96d8249
Show file tree
Hide file tree
Showing 3 changed files with 160 additions and 55 deletions.
113 changes: 61 additions & 52 deletions components/chainhook-sdk/src/indexer/stacks/tests.rs
Expand Up @@ -15,262 +15,271 @@ use test_case::test_case;

#[test]
fn test_stacks_vector_001() {
process_stacks_blocks_and_check_expectations(helpers::stacks_shapes::get_vector_001());
process_stacks_blocks_and_check_expectations((helpers::stacks_shapes::get_vector_001(), None));
}

#[test]
fn test_stacks_vector_002() {
process_stacks_blocks_and_check_expectations(helpers::stacks_shapes::get_vector_002());
process_stacks_blocks_and_check_expectations((helpers::stacks_shapes::get_vector_002(), None));
}

#[test]
fn test_stacks_vector_003() {
process_stacks_blocks_and_check_expectations(helpers::stacks_shapes::get_vector_003());
process_stacks_blocks_and_check_expectations((helpers::stacks_shapes::get_vector_003(), None));
}

#[test]
fn test_stacks_vector_004() {
process_stacks_blocks_and_check_expectations(helpers::stacks_shapes::get_vector_004());
process_stacks_blocks_and_check_expectations((helpers::stacks_shapes::get_vector_004(), None));
}

#[test]
fn test_stacks_vector_005() {
process_stacks_blocks_and_check_expectations(helpers::stacks_shapes::get_vector_005());
process_stacks_blocks_and_check_expectations((helpers::stacks_shapes::get_vector_005(), None));
}

#[test]
fn test_stacks_vector_006() {
process_stacks_blocks_and_check_expectations(helpers::stacks_shapes::get_vector_006());
process_stacks_blocks_and_check_expectations((helpers::stacks_shapes::get_vector_006(), None));
}

#[test]
fn test_stacks_vector_007() {
process_stacks_blocks_and_check_expectations(helpers::stacks_shapes::get_vector_007());
process_stacks_blocks_and_check_expectations((helpers::stacks_shapes::get_vector_007(), None));
}

#[test]
fn test_stacks_vector_008() {
process_stacks_blocks_and_check_expectations(helpers::stacks_shapes::get_vector_008());
process_stacks_blocks_and_check_expectations((helpers::stacks_shapes::get_vector_008(), None));
}

#[test]
fn test_stacks_vector_009() {
process_stacks_blocks_and_check_expectations(helpers::stacks_shapes::get_vector_009());
process_stacks_blocks_and_check_expectations((helpers::stacks_shapes::get_vector_009(), None));
}

#[test]
fn test_stacks_vector_010() {
process_stacks_blocks_and_check_expectations(helpers::stacks_shapes::get_vector_010());
process_stacks_blocks_and_check_expectations((helpers::stacks_shapes::get_vector_010(), None));
}

#[test]
fn test_stacks_vector_011() {
process_stacks_blocks_and_check_expectations(helpers::stacks_shapes::get_vector_011());
process_stacks_blocks_and_check_expectations((helpers::stacks_shapes::get_vector_011(), None));
}

#[test]
fn test_stacks_vector_012() {
process_stacks_blocks_and_check_expectations(helpers::stacks_shapes::get_vector_012());
process_stacks_blocks_and_check_expectations((helpers::stacks_shapes::get_vector_012(), None));
}

#[test]
fn test_stacks_vector_013() {
process_stacks_blocks_and_check_expectations(helpers::stacks_shapes::get_vector_013());
process_stacks_blocks_and_check_expectations((helpers::stacks_shapes::get_vector_013(), None));
}

#[test]
fn test_stacks_vector_014() {
process_stacks_blocks_and_check_expectations(helpers::stacks_shapes::get_vector_014());
process_stacks_blocks_and_check_expectations((helpers::stacks_shapes::get_vector_014(), None));
}

#[test]
fn test_stacks_vector_015() {
process_stacks_blocks_and_check_expectations(helpers::stacks_shapes::get_vector_015());
process_stacks_blocks_and_check_expectations((helpers::stacks_shapes::get_vector_015(), None));
}

#[test]
fn test_stacks_vector_016() {
process_stacks_blocks_and_check_expectations(helpers::stacks_shapes::get_vector_016());
process_stacks_blocks_and_check_expectations((helpers::stacks_shapes::get_vector_016(), None));
}

#[test]
fn test_stacks_vector_017() {
process_stacks_blocks_and_check_expectations(helpers::stacks_shapes::get_vector_017());
process_stacks_blocks_and_check_expectations((helpers::stacks_shapes::get_vector_017(), None));
}

#[test]
fn test_stacks_vector_018() {
process_stacks_blocks_and_check_expectations(helpers::stacks_shapes::get_vector_018());
process_stacks_blocks_and_check_expectations((helpers::stacks_shapes::get_vector_018(), None));
}

#[test]
fn test_stacks_vector_019() {
process_stacks_blocks_and_check_expectations(helpers::stacks_shapes::get_vector_019());
process_stacks_blocks_and_check_expectations((helpers::stacks_shapes::get_vector_019(), None));
}

#[test]
fn test_stacks_vector_020() {
process_stacks_blocks_and_check_expectations(helpers::stacks_shapes::get_vector_020());
process_stacks_blocks_and_check_expectations((helpers::stacks_shapes::get_vector_020(), None));
}

#[test]
fn test_stacks_vector_021() {
process_stacks_blocks_and_check_expectations(helpers::stacks_shapes::get_vector_021());
process_stacks_blocks_and_check_expectations((helpers::stacks_shapes::get_vector_021(), None));
}

#[test]
fn test_stacks_vector_022() {
process_stacks_blocks_and_check_expectations(helpers::stacks_shapes::get_vector_022());
process_stacks_blocks_and_check_expectations((helpers::stacks_shapes::get_vector_022(), None));
}

#[test]
fn test_stacks_vector_023() {
process_stacks_blocks_and_check_expectations(helpers::stacks_shapes::get_vector_023());
process_stacks_blocks_and_check_expectations((helpers::stacks_shapes::get_vector_023(), None));
}

#[test]
fn test_stacks_vector_024() {
process_stacks_blocks_and_check_expectations(helpers::stacks_shapes::get_vector_024());
process_stacks_blocks_and_check_expectations((helpers::stacks_shapes::get_vector_024(), None));
}

#[test]
fn test_stacks_vector_025() {
process_stacks_blocks_and_check_expectations(helpers::stacks_shapes::get_vector_025());
process_stacks_blocks_and_check_expectations((helpers::stacks_shapes::get_vector_025(), None));
}

#[test]
fn test_stacks_vector_026() {
process_stacks_blocks_and_check_expectations(helpers::stacks_shapes::get_vector_026());
process_stacks_blocks_and_check_expectations((helpers::stacks_shapes::get_vector_026(), None));
}

#[test]
fn test_stacks_vector_027() {
process_stacks_blocks_and_check_expectations(helpers::stacks_shapes::get_vector_027());
process_stacks_blocks_and_check_expectations((helpers::stacks_shapes::get_vector_027(), None));
}

#[test]
fn test_stacks_vector_028() {
process_stacks_blocks_and_check_expectations(helpers::stacks_shapes::get_vector_028());
process_stacks_blocks_and_check_expectations((helpers::stacks_shapes::get_vector_028(), None));
}

#[test]
fn test_stacks_vector_029() {
process_stacks_blocks_and_check_expectations(helpers::stacks_shapes::get_vector_029());
process_stacks_blocks_and_check_expectations((helpers::stacks_shapes::get_vector_029(), None));
}

#[test]
fn test_stacks_vector_030() {
process_stacks_blocks_and_check_expectations(helpers::stacks_shapes::get_vector_030());
process_stacks_blocks_and_check_expectations((helpers::stacks_shapes::get_vector_030(), None));
}

#[test]
fn test_stacks_vector_031() {
process_stacks_blocks_and_check_expectations(helpers::stacks_shapes::get_vector_031());
process_stacks_blocks_and_check_expectations((helpers::stacks_shapes::get_vector_031(), None));
}

#[test]
fn test_stacks_vector_032() {
process_stacks_blocks_and_check_expectations(helpers::stacks_shapes::get_vector_032());
process_stacks_blocks_and_check_expectations((helpers::stacks_shapes::get_vector_032(), None));
}

#[test]
fn test_stacks_vector_033() {
process_stacks_blocks_and_check_expectations(helpers::stacks_shapes::get_vector_033());
process_stacks_blocks_and_check_expectations((helpers::stacks_shapes::get_vector_033(), None));
}

#[test]
fn test_stacks_vector_034() {
process_stacks_blocks_and_check_expectations(helpers::stacks_shapes::get_vector_034());
process_stacks_blocks_and_check_expectations((helpers::stacks_shapes::get_vector_034(), None));
}

#[test]
fn test_stacks_vector_035() {
process_stacks_blocks_and_check_expectations(helpers::stacks_shapes::get_vector_035());
process_stacks_blocks_and_check_expectations((helpers::stacks_shapes::get_vector_035(), None));
}

#[test]
fn test_stacks_vector_036() {
process_stacks_blocks_and_check_expectations(helpers::stacks_shapes::get_vector_036());
process_stacks_blocks_and_check_expectations((helpers::stacks_shapes::get_vector_036(), None));
}

#[test]
fn test_stacks_vector_037() {
process_stacks_blocks_and_check_expectations(helpers::stacks_shapes::get_vector_037());
process_stacks_blocks_and_check_expectations((helpers::stacks_shapes::get_vector_037(), None));
}

#[test]
fn test_stacks_vector_038() {
process_stacks_blocks_and_check_expectations(helpers::stacks_shapes::get_vector_038());
process_stacks_blocks_and_check_expectations((helpers::stacks_shapes::get_vector_038(), None));
}

#[test]
fn test_stacks_vector_039() {
process_stacks_blocks_and_check_expectations(helpers::stacks_shapes::get_vector_039());
process_stacks_blocks_and_check_expectations((helpers::stacks_shapes::get_vector_039(), None));
}

#[test]
fn test_stacks_vector_040() {
process_stacks_blocks_and_check_expectations(helpers::stacks_shapes::get_vector_040());
process_stacks_blocks_and_check_expectations((helpers::stacks_shapes::get_vector_040(), None));
}

// #[test]
// fn test_stacks_vector_041() {
// process_stacks_blocks_and_check_expectations(helpers::shapes::get_vector_041());
// process_stacks_blocks_and_check_expectations((helpers::shapes::get_vector_041(), None));
// }

#[test]
fn test_stacks_vector_042() {
process_stacks_blocks_and_check_expectations(helpers::stacks_shapes::get_vector_042());
process_stacks_blocks_and_check_expectations((helpers::stacks_shapes::get_vector_042(), None));
}

#[test]
fn test_stacks_vector_043() {
process_stacks_blocks_and_check_expectations(helpers::stacks_shapes::get_vector_043());
process_stacks_blocks_and_check_expectations((helpers::stacks_shapes::get_vector_043(), None));
}

#[test]
fn test_stacks_vector_044() {
process_stacks_blocks_and_check_expectations(helpers::stacks_shapes::get_vector_044());
process_stacks_blocks_and_check_expectations((helpers::stacks_shapes::get_vector_044(), None));
}

#[test]
fn test_stacks_vector_045() {
process_stacks_blocks_and_check_expectations(helpers::stacks_shapes::get_vector_045());
process_stacks_blocks_and_check_expectations((helpers::stacks_shapes::get_vector_045(), None));
}

#[test]
fn test_stacks_vector_046() {
process_stacks_blocks_and_check_expectations(helpers::stacks_shapes::get_vector_046());
process_stacks_blocks_and_check_expectations((helpers::stacks_shapes::get_vector_046(), None));
}

#[test]
fn test_stacks_vector_047() {
process_stacks_blocks_and_check_expectations(helpers::stacks_shapes::get_vector_047());
process_stacks_blocks_and_check_expectations((helpers::stacks_shapes::get_vector_047(), None));
}

#[test]
fn test_stacks_vector_048() {
process_stacks_blocks_and_check_expectations(helpers::stacks_shapes::get_vector_048());
process_stacks_blocks_and_check_expectations((helpers::stacks_shapes::get_vector_048(), None));
}

#[test]
fn test_stacks_vector_049() {
process_stacks_blocks_and_check_expectations(helpers::stacks_shapes::get_vector_049());
process_stacks_blocks_and_check_expectations((helpers::stacks_shapes::get_vector_049(), None));
}

#[test]
fn test_stacks_vector_050() {
process_stacks_blocks_and_check_expectations(helpers::stacks_shapes::get_vector_050());
process_stacks_blocks_and_check_expectations((helpers::stacks_shapes::get_vector_050(), None));
}

#[test]
fn test_stacks_vector_051() {
process_stacks_blocks_and_check_expectations(helpers::stacks_shapes::get_vector_051());
process_stacks_blocks_and_check_expectations((helpers::stacks_shapes::get_vector_051(), None));
}

#[test]
fn test_stacks_vector_052() {
process_stacks_blocks_and_check_expectations(helpers::stacks_shapes::get_vector_052());
process_stacks_blocks_and_check_expectations((helpers::stacks_shapes::get_vector_052(), None));
}

#[test]
fn test_stacks_vector_053() {
process_stacks_blocks_and_check_expectations(helpers::stacks_shapes::get_vector_053());
}
#[test]
fn test_stacks_vector_054() {
process_stacks_blocks_and_check_expectations(helpers::stacks_shapes::get_vector_054());
}

#[test_case(StacksTransactionEventPayload::STXTransferEvent(STXTransferEventData {
Expand Down

0 comments on commit 96d8249

Please sign in to comment.