graph-node icon indicating copy to clipboard operation
graph-node copied to clipboard

[Bug] Change subgraph runner tests to not graft onto subgraph head

Open lutter opened this issue 2 years ago • 1 comments

Some of the subgraph runner tests graft directly onto the subgraph head. PR #5135 made that very verboten, which would make those tests fail. For expediency, the PR just disables the check that we graft at least reorg_threshold blocks back for debug builds.

The right fix for this would be to change the subgraph runner tests to set a small reorg threshold and to graft only outside that reorg threshold so that the check can be enabled for debug builds, too.

lutter avatar Feb 08 '24 20:02 lutter

Looks like this issue has been open for 6 months with no activity. Is it still relevant? If not, please remember to close it.

github-actions[bot] avatar Aug 16 '24 00:08 github-actions[bot]