improve: moving some integration test into packages, some @Sample cleanup by csviri · Pull Request #3119 · operator-framework/java-operator-sdk
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>
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why remove Sample annotations?
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters