Investigate non-deterministic test failures in testutil/network/network.go #104

Open
opened 2023-03-17 23:51:47 +00:00 by zramsay · 2 comments
Member
Follow up from https://github.com/cerc-io/laconicd/pull/74#pullrequestreview-1240987800 and showed up in #102. See: https://github.com/cerc-io/laconicd/runs/12015779774 And, e.g., https://github.com/cerc-io/laconicd/security/code-scanning/
0xmuralik commented 2023-03-20 05:46:18 +00:00 (Migrated from github.com)

The mutex lock is being released in the clean up func and is not recognized by semgrep. I think this is a false positive.
https://github.com/cerc-io/laconicd/blob/main/testutil/network/network.go#L611

The mutex lock is being released in the clean up func and is not recognized by semgrep. I think this is a false positive. https://github.com/cerc-io/laconicd/blob/main/testutil/network/network.go#L611

This issue is stale because it has been open 45 days with no activity. Remove Status: Stale label or comment or this will be closed in 7 days.

This issue is stale because it has been open 45 days with no activity. Remove `Status: Stale` label or comment or this will be closed in 7 days.
Sign in to join this conversation.
No Milestone
No project
No Assignees
3 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: cerc-io/laconicd#104
No description provided.