Uploaded image for project: 'Apache YuniKorn'
  1. Apache YuniKorn
  2. YUNIKORN-1598

Verify_Multiple_TaskGroups_Nodes fails when comparing maps

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Duplicate
    • None
    • None
    • None

    Description

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

      /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
      

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

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              pbacsko Peter Bacsko
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: