Skip to content
Snippets Groups Projects
  • Gleb Kashkin's avatar
    f50c9b5d
    test/config: upgrade reload_success_case() helper · f50c9b5d
    Gleb Kashkin authored
    This helpers does the following:
    1. starts a server
    2. writes a script/config
    3. verifies invariants
    4. writes a new script/config
    5. reloads
    6. verifies invariants after reload
    
    This patch allows to set not only script, but config too on the step 4,
    before the reload.
    
    Part of #8967
    
    NO_DOC=test helper upgrade
    NO_CHANGELOG=see NO_DOC
    NO_TEST=see NO_DOC
    f50c9b5d
    History
    test/config: upgrade reload_success_case() helper
    Gleb Kashkin authored
    This helpers does the following:
    1. starts a server
    2. writes a script/config
    3. verifies invariants
    4. writes a new script/config
    5. reloads
    6. verifies invariants after reload
    
    This patch allows to set not only script, but config too on the step 4,
    before the reload.
    
    Part of #8967
    
    NO_DOC=test helper upgrade
    NO_CHANGELOG=see NO_DOC
    NO_TEST=see NO_DOC