You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@yunikorn.apache.org by "Adam Antal (Jira)" <ji...@apache.org> on 2020/07/28 14:15:00 UTC

[jira] [Created] (YUNIKORN-321) TestPlacementRules e2e test fails on master

Adam Antal created YUNIKORN-321:
-----------------------------------

             Summary: TestPlacementRules e2e test fails on master
                 Key: YUNIKORN-321
                 URL: https://issues.apache.org/jira/browse/YUNIKORN-321
             Project: Apache YuniKorn
          Issue Type: Bug
          Components: shim - kubernetes
    Affects Versions: 0.9
            Reporter: Adam Antal


Logs from GoLang:
{noformat}
=== RUN   TestPlacementRules
Running Suite: CI Test Suite
============================
Random Seed: 1595944701
Will run 3 of 3 specs

............STEP: create development namespace
STEP: Deploy the sleep pod to the development namespace
Failure [11.064 seconds]
[BeforeSuite] BeforeSuite 
/Users/adamantal/git/yunikorn/yunikorn-k8shim/test/e2e/ci/ci_test.go:43

  Unexpected error:
      <*errors.errorString | 0xc0002bce20>: {
          s: "timed out waiting for the condition",
      }
      timed out waiting for the condition
  occurred

  /Users/adamantal/git/yunikorn/yunikorn-k8shim/test/e2e/ci/ci_test.go:67
------------------------------

Ran 3 of 0 Specs in 11.076 seconds
FAIL! -- 0 Passed | 3 Failed | 0 Pending | 0 Skipped
--- FAIL: TestPlacementRules (11.08s)
{noformat}

The failure happens at the following line:
{code:go}
err = kClient.WaitForPodBySelectorRunning(dev,
  fmt.Sprintf("app=%s", sleepRespPod.ObjectMeta.Labels["app"]),
  10)
{code}
so we time out waiting for a pod to run. We should fix this issue, as it blocks other jiras like YUNIKORN-177.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@yunikorn.apache.org
For additional commands, e-mail: dev-help@yunikorn.apache.org