Skip to content

FlatBuffers symbol-leak tests #29

Description

@sgn4sangar

The existing tests under udf_protocol_symbol_leak_test.cc and udf_protocol_static_symbol_leak_test.cc are not sufficient. As of now it simply tests if the mangled-flatbuffer symbols are available in the exported protocol-shared-library. This is required but not enough.

The correct way is to implement some tests that

  1. really uses the flatbuffer symbols exported by the protocol-shared-library to create a Frame
  2. use the VerifyFrameBuffer to verify the Frame
  3. the tests shall fail if there are symbols that belongs to flatbuffers:: instead of exasol::udf::v2::third_party::flatbuffers::

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

refactoringCode improvement without behavior change

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions