Skip to content

Test concurrency for Go #153

Description

@docktermj

Although the Unit Tests will test each function serially, additional testing is needed for concurrency.

One method in Go is to use

go test -race ...

Other concurrency tests may be needed. Specifically Go programs that use the go func() call for asynchronous execution.

References

Metadata

Metadata

Assignees

Labels

goPull requests that update Go code

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions