{
  "_class" : "hudson.matrix.MatrixBuild",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "org.jenkinsci.plugins.ghprb.GhprbCause",
          "shortDescription" : "GitHub pull request #3440 of commit 59394fbf054b942223c38b5e4d552c28f4988254, no merge conflicts."
        }
      ]
    },
    {
      "_class" : "org.jenkinsci.plugins.ghprb.GhprbParametersAction",
      "parameters" : [
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "sha1",
          "value" : "origin/pr/3440/merge"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbActualCommit",
          "value" : "59394fbf054b942223c38b5e4d552c28f4988254"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbActualCommitAuthor",
          "value" : "EG"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbActualCommitAuthorEmail",
          "value" : "emilien.gobillot@gmail.com"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbAuthorRepoGitUrl",
          "value" : "https://github.com/egobillot/bcc.git"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbTriggerAuthor",
          "value" : ""
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbTriggerAuthorEmail",
          "value" : ""
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbTriggerAuthorLogin",
          "value" : "yonghong-song"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbTriggerAuthorLoginMention",
          "value" : "@yonghong-song"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbPullId",
          "value" : "3440"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbTargetBranch",
          "value" : "master"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbSourceBranch",
          "value" : "add_subset_for_batch_ops"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "GIT_BRANCH",
          "value" : "add_subset_for_batch_ops"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbPullAuthorEmail",
          "value" : ""
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbPullAuthorLogin",
          "value" : "egobillot"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbPullAuthorLoginMention",
          "value" : "@egobillot"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbPullDescription",
          "value" : "GitHub pull request #3440 of commit 59394fbf054b942223c38b5e4d552c28f4988254, no merge conflicts."
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbPullTitle",
          "value" : "finish to add support of subset in items_*_batch()"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbPullLink",
          "value" : "https://github.com/iovisor/bcc/pull/3440"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbPullLongDescription",
          "value" : "Hello,\\r\\nHere is a partial PR in order to :\\r\\n - add items_lookup_batch() on subset keys\\r\\n - add items_lookup_and_delete_batch() on subset keys\\r\\n - add docstring on items_*_batch()\\r\\n - update the reference_guide.md\\r\\nThis is a partial PT because I am stuck with items_lookup_batch and items_lookup_and_delete_batch on a subset. Sometimes tests are Ok and sometimes they fails. See the output of tests.\\r\\n``` \\r\\npython git:(add_subset_for_batch_ops) ✗ sudo python3 ./test_map_batch_ops.py\\r\\n...F....\\r\\n======================================================================\\r\\nFAIL: test_lookup_and_delete_batch_subset (__main__.TestMapBatch)\\r\\n----------------------------------------------------------------------\\r\\nTraceback (most recent call last):\\r\\n  File \\\"./test_map_batch_ops.py\\\", line 94, in test_lookup_and_delete_batch_subset\\r\\n    self.assertEqual(count, self.SUBSET_SIZE)\\r\\nAssertionError: 31 != 32\\r\\n\\r\\n----------------------------------------------------------------------\\r\\nRan 8 tests in 2.635s\\r\\n\\r\\nFAILED (failures=1)\\r\\n➜  python git:(add_subset_for_batch_ops) ✗ sudo python3 ./test_map_batch_ops.py\\r\\n........\\r\\n----------------------------------------------------------------------\\r\\nRan 8 tests in 2.613s\\r\\n\\r\\nOK\\r\\n```\\r\\nDo I need to call the lib.bpf_lookup_and_delete_batch() several times until the sum of the nb of elements returned matches the subset size ? For example, If my subset size is 32 and get only 31 elem on the first call, do I need to call it again for the last element ? :thinking: \\r\\n\\r\\n"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbCommentBody",
          "value" : "null"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbGhRepository",
          "value" : "iovisor/bcc"
        },
        {
          "_class" : "hudson.model.StringParameterValue",
          "name" : "ghprbCredentialsId",
          "value" : "6d3daf13-69b8-48b1-9c8f-ec5353264113"
        }
      ]
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : "<a title=\"finish to add support of subset in items_*_batch()\" href=\"https://github.com/iovisor/bcc/pull/3440\">PR #3440</a>: finish to add support of su...",
  "displayName" : "#1021",
  "duration" : 1263080,
  "estimatedDuration" : 7460664,
  "executor" : None,
  "fullDisplayName" : "bcc-pr #1021",
  "id" : "1021",
  "keepLog" : False,
  "number" : 1021,
  "queueId" : 8177,
  "result" : "SUCCESS",
  "timestamp" : 1622845511293,
  "url" : "https://buildbot.iovisor.org/jenkins/user/drzaeus77/my-views/view/all/job/bcc-pr/1021/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      
    ],
    "kind" : "git"
  },
  "culprits" : [
    
  ],
  "runs" : [
    {
      "number" : 1021,
      "url" : "https://buildbot.iovisor.org/jenkins/user/drzaeus77/my-views/view/all/job/bcc-pr/label=fc25/1021/"
    },
    {
      "number" : 1021,
      "url" : "https://buildbot.iovisor.org/jenkins/user/drzaeus77/my-views/view/all/job/bcc-pr/label=fc26/1021/"
    },
    {
      "number" : 1021,
      "url" : "https://buildbot.iovisor.org/jenkins/user/drzaeus77/my-views/view/all/job/bcc-pr/label=fc27/1021/"
    },
    {
      "number" : 1021,
      "url" : "https://buildbot.iovisor.org/jenkins/user/drzaeus77/my-views/view/all/job/bcc-pr/label=fc28/1021/"
    },
    {
      "number" : 1021,
      "url" : "https://buildbot.iovisor.org/jenkins/user/drzaeus77/my-views/view/all/job/bcc-pr/label=ubuntu1604/1021/"
    },
    {
      "number" : 1021,
      "url" : "https://buildbot.iovisor.org/jenkins/user/drzaeus77/my-views/view/all/job/bcc-pr/label=ubuntu1710/1021/"
    },
    {
      "number" : 1021,
      "url" : "https://buildbot.iovisor.org/jenkins/user/drzaeus77/my-views/view/all/job/bcc-pr/label=ubuntu1804/1021/"
    }
  ]
}