Skip to content
This repository was archived by the owner on Dec 31, 2020. It is now read-only.

Add unit tests for HTM operator #3

@EronWright

Description

@EronWright

Flink provides a unit test framework for operators - or at least an integration test using an embedded Flink instance.

  • Use a mock Network.
  • Enhance the existing test (HTMIntegrationTest) to validate the output.
  • Test keyed streams.
  • Test the 'encoder input function' code (GenerateEncoderInputFunction), which takes a user type (i.e. case class, POJO, tuple as described by the subclasses of CompositeType) and produces a map of input data for the multi-encoder. Test the various types of user types, and test the value conversion logic (e.g. int -> double for ScalarEncoder).

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions