◐ Shell
clean mode source ↗

improve: moving some integration test into packages, some @Sample cleanup by csviri · Pull Request #3119 · operator-framework/java-operator-sdk

@csviri

Having those tests in packages gives better visibility on webpage.
Removing sample from two tests, which does not demonstrate functionlity, rather just tests some cases.

Signed-off-by: Attila Mészáros a_meszaros@apple.com

…anup

Having those tests in packages gives better visibility on webpage.
Removing sample from two tests, which does not demonstrate functionlity, rather just tests some cases.

Signed-off-by: Attila Mészáros <a_meszaros@apple.com>
Signed-off-by: Attila Mészáros <a_meszaros@apple.com>

xstefank

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why remove Sample annotations?

@csviri

Why remove Sample annotations?

The intention is to have samples which are user facing, describe some use case, from integration tests which are really just testing some aspect of the framework. For example concurrency tests are not really useful for users.