Skip to content

Don't use the functions that should be tested in database tests #175

@freggy

Description

@freggy

For example, don't use postgres.CreateChunk in the TestCreateChunk database test. There are a bunch of tests which do this. This is not optimal and has lead to errors not being detected properly.

Directly insert the data using raw queries.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions