Skip to content
This repository was archived by the owner on Feb 20, 2023. It is now read-only.
This repository was archived by the owner on Feb 20, 2023. It is now read-only.

JUnit Integration Tests Log Errors for Comments #1597

Open
@turingcompl33t

Description

@turingcompl33t

We support the inclusion of comments in the SQL files used to generate our tracefile tests, denoted by #. Executing the GenerateTrace.java utility to produce a tracefile from the SQL file logs an error to the console when it encounters a comment (by virtue of the fact that it attempts to execute it as SQL). This doesn't prevent the correct operation of the program, it is merely misleading and needlessly noisy.

We should just check for the leading # ourselves and avoid executing these lines altogether.

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