Skip to content

Add more integration tests for painless extensions. #163

@mashhurs

Description

@mashhurs

Description

Recently we have identified an issue with painless process that if it has a reference to Processors#method() plugin crashed. We have identified the root cause and added painless extension modules (PR: #162). We added single integration test to speed up the delivery and we need to add more integration tests for each extension.

extensions.add(new ConstantKeywordPainlessExtension()); // module: constant-keyword
extensions.add(new ProcessorsWhitelistExtension());     // module: ingest-common
extensions.add(new SpatialPainlessExtension());         // module: spatial
extensions.add(new WildcardPainlessExtension()); 

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions