Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test adjustment #118

Merged
merged 3 commits into from
Mar 15, 2024
Merged

Test adjustment #118

merged 3 commits into from
Mar 15, 2024

Commits on Mar 11, 2024

  1. chore(deps): update dependencies

    Vendor dependencies and spdk commit id of dapper dockerfile
    have been updated.
    
    Longhorn 7578
    
    Signed-off-by: Damiano Cipriani <damiano.cipriani@suse.com>
    DamiaSan committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    7ff2c56 View commit details
    Browse the repository at this point in the history
  2. fix(test): incremented the timeout

    Due to the introduction of lvol get xattr in go-spdk-helper, the
    duration of test's run is longer, so we have to increase the global
    timeout.
    
    Longhorn 7578
    
    Signed-off-by: Damiano Cipriani <damiano.cipriani@suse.com>
    DamiaSan committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    d2a6663 View commit details
    Browse the repository at this point in the history
  3. engine: sync only own device before snapshot

    If a global sync is performed, no flush command arrive to spdk.
    Instead, if for every volume a sync over the corresponding
    /dev/nvmeXnY is performed, the flush command is correctly
    received by spdk_tgt.
    
    Longhorn 7559
    
    Signed-off-by: Damiano Cipriani <damiano.cipriani@suse.com>
    DamiaSan committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    9eeb73d View commit details
    Browse the repository at this point in the history