IBM / signoff-pxe

Repos for pxe related release sign-off
Apache License 2.0
0 stars 0 forks source link

Torpedo Tests are failing #12

Open bhargaviSurineedi opened 3 weeks ago

bhargaviSurineedi commented 3 weeks ago
2024-06-11 09:48:04 +0000:[DEBUG] [portworx.(*portworx).getPxVersionOnNode.func1:#1067] - Getting PX version on node [10.248.0.50]
2024-06-11 09:48:05 +0000:[INFO] [portworx.(*portworx).testAndSetEndpoint:#3454] - Using 172.21.235.218:9020 as endpoint for portworx volume driver
2024-06-11 09:48:05 +0000:[DEBUG] [portworx.(*portworx).GetDriverNode:#1021] - Inspecting node [10.248.0.50] with volume driver node id [de5c7a47-579f-4980-b93b-2439e4fa4d06]
2024-06-11 09:48:05 +0000:[DEBUG] [ssh.(*SSH).doCmdUsingPod.func1:#730] - Finding the debug pod to run command on node 10.248.128.55
2024-06-11 09:48:05 +0000:[DEBUG] [ssh.(*SSH).doCmdUsingPod.func1:#750] - Running command on pod debug-68b69 [[nsenter --mount=/hostproc/1/ns/mnt /bin/bash -c pxctl status]]
2024-06-11 09:48:06 +0000:[INFO] [tests.PrintCommandOutput:#765] - Status: PX is operational
Telemetry: Disabled or Unhealthy
Metering: Healthy
License: PX-Enterprise IBM Cloud (expires in 903 days)
Node ID: dc91a53c-35e6-4240-8caa-b2d93b61dcff
    IP: 10.248.128.55 
    Local Storage Pool: 1 pool
    POOL    IO_PRIORITY RAID_LEVEL  USABLE  USED    STATUS  ZONE        REGION
    0   LOW     raid0       100 GiB 7.0 GiB Online  jp-osa-3    jp-osa
    Local Storage Devices: 1 device
    Device  Path        Media Type      Size        Last-Scan
    0:1 /dev/vdd    STORAGE_MEDIUM_MAGNETIC 100 GiB     11 Jun 24 04:44 CDT
    total           -           100 GiB
    Cache Devices:
     * No cache devices
    Kvdb Device:
    Device Path Size
    /dev/vde    32 GiB
     * Internal kvdb on this node is using this dedicated kvdb device to store its data.
Cluster Summary
    Cluster ID: portworx
    Cluster UUID: 15fca7a5-b0f2-4efd-ae17-a3ca1e2a8c21
    Scheduler: kubernetes
    Total Nodes: 3 node(s) with storage (3 online), 3 node(s) without storage (3 online)
    IP      ID                  SchedulerNodeName   Auth        StorageNode Used    Capacity    Status  StorageStatus   Version     Kernel              OS
    10.248.0.50 de5c7a47-579f-4980-b93b-2439e4fa4d06    10.248.0.50     Disabled    Yes     7.0 GiB 100 GiB     Online  Up      3.1.0.1-3b00813 4.18.0-513.24.1.el8_9.x86_64    Red Hat Enterprise Linux 8.9 (Ootpa)
    10.248.128.55   dc91a53c-35e6-4240-8caa-b2d93b61dcff    10.248.128.55       Disabled    Yes     7.0 GiB 100 GiB     Online  Up (This node)  3.1.0.1-3b00813 4.18.0-513.24.1.el8_9.x86_64    Red Hat Enterprise Linux 8.9 (Ootpa)
    10.248.64.27    4d1c2f52-bb69-4fcc-ae53-ab1540b1152c    10.248.64.27        Disabled    Yes     7.0 GiB 100 GiB     Online  Up      3.1.0.1-3b00813 4.18.0-513.24.1.el8_9.x86_64    Red Hat Enterprise Linux 8.9 (Ootpa)
    10.248.128.54   69bc7974-6794-4981-b625-367622db77d6    10.248.128.54       Disabled    No      0 B 0 B     Online  No Storage  3.1.0.1-3b00813 4.18.0-513.24.1.el8_9.x86_64    Red Hat Enterprise Linux 8.9 (Ootpa)
    10.248.0.49 64eb8bb4-b27a-44cc-955b-4c9a2c3a9cce    10.248.0.49     Disabled    No      0 B 0 B     Online  No Storage  3.1.0.1-3b00813 4.18.0-513.24.1.el8_9.x86_64    Red Hat Enterprise Linux 8.9 (Ootpa)
    10.248.64.26    5331791c-6679-4b45-a347-fe3f7101aea2    10.248.64.26        Disabled    No      0 B 0 B     Online  No Storage  3.1.0.1-3b00813 4.18.0-513.24.1.el8_9.x86_64    Red Hat Enterprise Linux 8.9 (Ootpa)
Global Storage Pool
    Total Used      :  21 GiB
    Total Capacity  :  300 GiB

2024-06-11 09:48:06 +0000:[INFO] [tests.updatePxClusterOpts:#8133] - No cluster options provided to update
2024-06-11 09:48:06 +0000:[ERROR] [tests.InitInstance:#744] - <nil>
INFO[2024-06-11 09:48:06] Dash is disabled                             
INFO[2024-06-11 09:48:06] Verifying : Description : No PX node available in the cluster 
ERRO[2024-06-11 09:48:06] Actual:false, Expected: true        
------------------------------
[BeforeSuite] [FAILED] [59.942 seconds]
[BeforeSuite] 
/go/src/github.com/portworx/torpedo/tests/basic/basic_test.go:45

  [FAILED] Unexpected error:
      <*errors.errorString | 0xc00062a0e0>: 
      error: false, Description: No PX node available in the cluster
      {
          s: "error: false, Description: No PX node available in the cluster",
      }
  occurred
  In [BeforeSuite] at: /go/src/github.com/portworx/torpedo/pkg/aetosutil/dashboardutil.go:427 @ 06/11/24 09:48:06.382

  Full Stack Trace
    github.com/portworx/torpedo/pkg/aetosutil.(*Dashboard).VerifyFatal(0xc00217fd10?, {0x9172940?, 0xf2cae40}, {0x9172940?, 0xf2cae48}, {0xa9555ad, 0x23})
        /go/src/github.com/portworx/torpedo/pkg/aetosutil/dashboardutil.go:427 +0x13f
    github.com/portworx/torpedo/tests.EnableAutoFSTrim()
        /go/src/github.com/portworx/torpedo/tests/common.go:8231 +0x6c5
    github.com/portworx/torpedo/tests/basic.glob..func41()
        /go/src/github.com/portworx/torpedo/tests/basic/basic_test.go:52 +0xda
------------------------------
2024-06-11 09:48:06 +0000:[INFO] [tests.CreateLogger:#7439] - Error creating log file. Err: open /testresults//SystemCheck.log: permission denied
INFO[2024-06-11 09:48:06] --------Test Start------                     
INFO[2024-06-11 09:48:06] #Test: Validate Cleanup                      
INFO[2024-06-11 09:48:06] #Description: Validating clean up            
INFO[2024-06-11 09:48:06] ------------------------                     
2024-06-11 09:48:06 +0000:[INFO] validate cleanup of resources used by the test suite