Uploaded image for project: 'RHEL'
  1. RHEL
  2. RHEL-95737

[RHEL9] libblockdev regression failed at test_ns_info.nvme_test.NVMeTestCase.test_ns_info

Linking RHIVOS CVEs to...Migration: Automation ...SWIFT: POC ConversionSync from "Extern...XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Normal Normal
    • None
    • rhel-9.7
    • libblockdev
    • None
    • No
    • Low
    • rhel-storage-management
    • ssg_platform_storage
    • 2
    • False
    • False
    • Hide

      None

      Show
      None
    • None
    • None
    • None
    • None
    • Unspecified
    • Unspecified
    • Unspecified
    • None

      ======================================================================
      FAIL: test_ns_info (nvme_test.NVMeTestCase)
      Test namespace info
      ----------------------------------------------------------------------
      Traceback (most recent call last):
        File "/root/rpmbuild/BUILD/libblockdev-2.28/tests/nvme_test.py", line 90, in test_ns_info
          self.assertFalse(info.features & BlockDev.NVMENamespaceFeature.ROTATIONAL)
      AssertionError: 8 is not false

      rhel9.7

      info.features = 10

      int(BlockDev.NVMENamespaceFeature.ROTATIONAL) = 8

       

      rhel10.1

      info.features = 2

      int(BlockDev.NVMENamespaceFeature.ROTATIONAL) = 8

       

       

       

      libblockdev-2.28-13.el9_6.x86_64

      5.14.0-590.el9.x86_64

       

      https://beaker.engineering.redhat.com/recipes/18879832

      https://beaker.engineering.redhat.com/recipes/18879835

              tbzatek Tomáš Bžatek
              guazhang@redhat.com Guangwu Zhang
              Vojtěch Trefný Vojtěch Trefný
              Guangwu Zhang Guangwu Zhang
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

                Created:
                Updated: