Skip to content

TestDiskUsage fails on Windows #37

@aschmahmann

Description

@aschmahmann

This test

func TestDiskUsage(t *testing.T) {

fails on Windows because the database cleanup function (os.RemoveAll(path) encounters a sharing violation on Windows). This might be related to golang/go#34681 and golang/go#32088, or could just be something easier.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions