From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 7AEEC42B9A for ; Thu, 25 May 2023 13:14:20 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 7818940DDB; Thu, 25 May 2023 13:14:20 +0200 (CEST) Received: from mail-pj1-f98.google.com (mail-pj1-f98.google.com [209.85.216.98]) by mails.dpdk.org (Postfix) with ESMTP id 2EAD340DDB for ; Thu, 25 May 2023 13:14:19 +0200 (CEST) Received: by mail-pj1-f98.google.com with SMTP id 98e67ed59e1d1-253724f6765so1242532a91.3 for ; Thu, 25 May 2023 04:14:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1685013258; x=1687605258; h=cc:to:from:subject:message-id:date:from:to:cc:subject:date :message-id:reply-to; bh=PqGbjc/grAHefib07pvqWzyDnD+ExDSp6BuqfpeszRE=; b=NfoWtYd1eY9TrLS+HEcC2sr0UajSnDaIlHe13yMPxbEN/axBxBdqRpAd798M3Az7Hr bFPWeEyx6SFvw6LgCZKkZqAQBdUHXsIdn2fNV3OJ9k4XzViJhwUdV1pZhOOKYuNtdU6d HN5VSrsZaO26JbuVS9TJO08Z9khbcszMUgMbM= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1685013258; x=1687605258; h=cc:to:from:subject:message-id:date:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=PqGbjc/grAHefib07pvqWzyDnD+ExDSp6BuqfpeszRE=; b=KU0PbxbRawFg8VhFwN5+IxMGCRfiV35i3le1eANY/skwnKfuZmyHvDauJQWcBpR49c 1OAyQUSrjC9ALKzoiCDPBhHC/pnz+bZnBlWbzCVRIUV28QO8ROeNQQ1LGz80EdEUrCHS A8ITtFIKY24aVQfGhhECeN4tkjYo/NVNq9BHPSLt8unG0bL37kuIQ0bgOCpH1By4TyuE +rn4hRGZ2MSz4QVxH5LHxLZmStArMtEhXqKIEDtGe774EF0kEzo6z5qsXS5YFmAfq46/ SCCBK8q5qB1R0Yp2BtW1BOG2Ah9yXP47o4b8YQEyamMMQqW/8fgLJxajsFb/mGOZc5lm 0ulw== X-Gm-Message-State: AC+VfDwblOcmaHg5fGfyOIoKltirRwFbNyHczdYFfIT6lQqyPjv3hfNv DHZDupH6QDWJc4pJw7L/BafcqPoNd15MlnelKi5noSglZ1JC2cImXaxLxg== X-Google-Smtp-Source: ACHHUZ7ZzQzpchU19JuXzqIqh+GfJseFWhEX+MPxGBkFH0vPsfWAe8yw29B3ZzlQP7eD+VvTbhjLzqElmbr1 X-Received: by 2002:a17:90b:316:b0:24e:3b69:a87f with SMTP id ay22-20020a17090b031600b0024e3b69a87fmr1349085pjb.25.1685013258388; Thu, 25 May 2023 04:14:18 -0700 (PDT) Received: from postal.iol.unh.edu (postal.iol.unh.edu. [132.177.123.84]) by smtp-relay.gmail.com with ESMTPS id rj11-20020a17090b3e8b00b00247ad6e418asm377456pjb.13.2023.05.25.04.14.18 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Thu, 25 May 2023 04:14:18 -0700 (PDT) X-Relaying-Domain: iol.unh.edu Date: Thu, 25 May 2023 04:14:18 -0700 (PDT) Message-ID: <646f430a.170a0220.c4f39.c480SMTPIN_ADDED_MISSING@mx.google.com> Received: from [172.17.0.2] (unknown [172.18.0.34]) by postal.iol.unh.edu (Postfix) with ESMTP id A339E605246B; Thu, 25 May 2023 07:14:17 -0400 (EDT) Subject: |SUCCESS| pw127369 [PATCH] telemetry: fix JSON string formatter From: dpdklab@iol.unh.edu To: Test Report Cc: dpdk-test-reports@iol.unh.edu Content-Type: text/plain X-BeenThere: test-report@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: automatic DPDK test reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: test-report-bounces@dpdk.org Test-Label: iol-x86_64-unit-testing Test-Status: SUCCESS http://dpdk.org/patch/127369 _Testing PASS_ Submitter: David Marchand Date: Thursday, May 25 2023 07:20:35 DPDK git baseline: Repo:dpdk Branch: master CommitID:2d9e10932d535ea553081b489a25f6fce7ec7996 127369 --> testing pass Test environment and result as below: +---------------------+----------------+ | Environment | dpdk_unit_test | +=====================+================+ | Windows Server 2019 | PASS | +---------------------+----------------+ | Ubuntu 20.04 | PASS | +---------------------+----------------+ Windows Server 2019 Kernel: 10.0 Compiler: clang 14.0 and gcc 8.1.0 (MinGW) Ubuntu 20.04 Kernel: 4.18.0-240.10.1.el8_3.x86_64 Compiler: gcc 9.3.0-17ubuntu1~20.04 To view detailed results, visit: https://lab.dpdk.org/results/dashboard/patchsets/26378/ UNH-IOL DPDK Community Lab To manage your email subscriptions, visit: https://lab.dpdk.org/results/dashboard/preferences/subscriptions/