Skip to content

Test suite exposed but not correctly #1104

@BenWildeman

Description

@BenWildeman

Description

The internal test suite was exposed in #1039 however, this is still not usable because it relies on imports from internal. we cannot import internal.WantEvent for example as the internal package is restricted to the New Relic package itself. This is due to Go not allowing the internal package from being exposed as this is code meant to be hidden away from comsumers of the module.

Steps to Reproduce

actually create a repo outside of the new relic source code and try to import anything from the internal directory

Expected Behavior

all the structs used within the test suite should be properly exposed.

NR Diag results

Your Environment

Reproduction case

Additional context

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