TrueBlocks / trueblocks-core

The main repository for the TrueBlocks system

Home Page:https://trueblocks.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

chifra slurp tests fail

tjayrush opened this issue · comments

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.