Skip to content

Commit

Permalink
Update testing docs
Browse files Browse the repository at this point in the history
Signed-off-by: innobead <[email protected]>
  • Loading branch information
innobead committed Jan 9, 2024
1 parent 7063b77 commit 7f307bb
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions integration/common.html
Original file line number Diff line number Diff line change
Expand Up @@ -3507,6 +3507,13 @@ <h1 class="title">Module <code>tests.common</code></h1>
# resetting this to an empty default value.
if setting_name == &#34;storage-network&#34;:
continue
# The test CI deploys Longhorn with the setting value longhorn-critical
# for the setting priority-class. Don&#39;t reset it to empty (which is
# the default value defined in longhorn-manager code) because this will
# restart Longhorn managed components and fail the test cases.
# https://github.com/longhorn/longhorn/issues/7413#issuecomment-1881707958
if setting.name == SETTING_PRIORITY_CLASS:
continue

# The version of the support bundle kit will be specified by a command
# option when starting the manager. And setting requires a value.
Expand Down Expand Up @@ -11224,6 +11231,13 @@ <h2 id="returns">Returns</h2>
# resetting this to an empty default value.
if setting_name == &#34;storage-network&#34;:
continue
# The test CI deploys Longhorn with the setting value longhorn-critical
# for the setting priority-class. Don&#39;t reset it to empty (which is
# the default value defined in longhorn-manager code) because this will
# restart Longhorn managed components and fail the test cases.
# https://github.com/longhorn/longhorn/issues/7413#issuecomment-1881707958
if setting.name == SETTING_PRIORITY_CLASS:
continue

# The version of the support bundle kit will be specified by a command
# option when starting the manager. And setting requires a value.
Expand Down

0 comments on commit 7f307bb

Please sign in to comment.