TrueBlocks / trueblocks-core

The main repository for the TrueBlocks system
https://trueblocks.io
GNU General Public License v3.0
1.05k stars 194 forks source link

chifra slurp tests fail #3649

Closed tjayrush closed 1 month ago

tjayrush commented 2 months ago

Run this:

TB_TEST_FILTER=slurp make test-all

This will run the slurp test cases. (They don't run without this setting.) When you do, you will see that many of the slurp tests fail.

Most of them fail for one of two reasons:

  1. The opts.BlockIds are not assigned to the Query structure prior to querying. I did this in my local branch and it fixed these cases (this is most of the failures).
  2. The help text has changed so any test that shows the help text fail.