Skip to content
This repository was archived by the owner on Oct 22, 2024. It is now read-only.
This repository was archived by the owner on Oct 22, 2024. It is now read-only.

Volume leak test affected by side-effect lvs WARNING text #468

Closed
@okartau

Description

@okartau

Recently added volume leak test gets false positive result
if a WARNING is reported by lvs command

same volumes before and after the test
Expected
   <map[string][]string | len:3>: {
      "LVM Volumes on Node 1": [""],
      "LVM Volumes on Node 2": [""],
      "LVM Volumes on Node 3": [""],
  }
to equal
   <map[string][]string | len:3>: {
       "LVM Volumes on Node 1": [""],
       "LVM Volumes on Node 2": [""],
       "LVM Volumes on Node 3": [
           "WARNING: Failed to connect to lvmetad. Falling back to device scanning.",
       ],
   }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions