Skip to content

Allow negative testing in pipeline tests #912

Open
@andrewkroh

Description

@andrewkroh

It is useful to be able to create negative test cases for Ingest Node pipelines in order to check for proper error handling when unexpected data is received. For example when an invalid IP address is received in a log message part of the error handling is to remove the invalid value to prevent mapping failures at ingest time and append an error.message indicating that the data was invalid.

So in the pipeline test config we need a way to ignore failures caused by the presence of error.message and continue to assert that golden data matches the output.

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