deis / deis/logger

Write unit tests for the code herein

Open
#57 7 comments 0 reactions 0 assignees View on GitHub
needs tests
Dominant language
Go
Stars
18
Forks
15
PR merge metrics
No merged PRs in 30d

Description

Important sections of this codebase are protected by `sync.Mutex`es or `sync.RWMutex`es, so special attention should be paid to writing concurrent tests (so that we can run `go test -race`)

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by surveying the Go code protected by sync.Mutex and sync.RWMutex; the issue does not name specific files, tests, or entry points. Add unit coverage for the important sections, include concurrent tests, and run go test -race to verify the result.

Written by the indexing model from the issue text.

Assessment

Tech stack
go
Domain
testing
Issue type
Refactor
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.