Editing my previous comment as I figured out that dicedb-go tests won't run in a hermetic build environment.
dicedb-go can not run tests without dice. But at the same time, dice requires dicedb-go as one of it's dependencies. This creates a cyclic dependency on one another, making it hard to run tests for dicedb-go.
Editing my previous comment as I figured out that
dicedb-gotests won't run in a hermetic build environment.dicedb-gocan not run tests withoutdice. But at the same time,dicerequiresdicedb-goas one of it's dependencies. This creates a cyclic dependency on one another, making it hard to run tests fordicedb-go.