Peter Bacsko created YUNIKORN-1598:
--------------------------------------

             Summary: Verify_Multiple_TaskGroups_Nodes fails when comparing maps
                 Key: YUNIKORN-1598
                 URL: https://issues.apache.org/jira/browse/YUNIKORN-1598
             Project: Apache YuniKorn
          Issue Type: Bug
          Components: shim - kubernetes, test - e2e
            Reporter: Peter Bacsko


This following test failure occurred during the validation of 
https://github.com/apache/yunikorn-k8shim/pull/538 

{noformat}
/home/runner/work/yunikorn-k8shim/yunikorn-k8shim/test/e2e/gang_scheduling/gang_scheduling_test.go:38
  Verify_Multiple_TaskGroups_Nodes [It]
  
/home/runner/work/yunikorn-k8shim/yunikorn-k8shim/test/e2e/gang_scheduling/gang_scheduling_test.go:180

  Expected
      <map[string]map[string]int | len:3>: {
          "group-1x509": {"yk8s-worker2": 3},
          "group-9mvpi": {"yk8s-worker2": 5},
          "group-2i1d0": {"yk8s-worker2": 7},
      }
  to equal
      <map[string]map[string]int | len:3>: {
          "group-1x509": {"yk8s-worker2": 3},
          "group-9mvpi": {"yk8s-worker2": 4, "": 1},
          "group-2i1d0": {"": 1, "yk8s-worker2": 6},
      }

  
/home/runner/work/yunikorn-k8shim/yunikorn-k8shim/test/e2e/gang_scheduling/gang_scheduling_test.go:283
{noformat}

https://github.com/apache/yunikorn-k8shim/actions/runs/4220430285/jobs/7326779406
https://github.com/apache/yunikorn-k8shim/actions/runs/4220430285/jobs/7326779274



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to