Annotation Type StagingTest


  • @Target({TYPE,ANNOTATION_TYPE})
    @Retention(RUNTIME)
    @Tag("staging")
    public @interface StagingTest
    Tests that assert continuity of behaviour for Vespa application deployments, through upgrades. Test classes annotated with this annotation are run in the second phase of automated staging tests, to verify the upgraded deployment. See Vespa cloud documentation.
    Author:
    jonmv