Skip to content

Commit

Permalink
add note
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel committed Dec 8, 2022
1 parent 90578b9 commit 4572e93
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions tests/difference/core/driver/core_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -461,6 +461,15 @@ func (s *CoreSuite) TestAssumptions() {
s.Require().Empty(s.simibc.Link.OutboxAcks[C])
}

/*
Reminder about current status:
I won't come back to this until Thursday at the earliest. When I stopped,
I had just debugged a failing test, using a lot of print statements. From
the failure I found 3 bugs which I put in comments in the PR and in the log.
Long story short, the way the slash meter works forces slash packets to
be delayed in some cases if the packets slash inactive validators.
*/

// Test a set of traces
func (s *CoreSuite) TestTraces() {
s.traces = Traces{
Expand Down

0 comments on commit 4572e93

Please sign in to comment.