From patchwork Wed Dec 6 21:05:18 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Laurent Pinchart X-Patchwork-Id: 19294 Return-Path: X-Original-To: parsemail@patchwork.libcamera.org Delivered-To: parsemail@patchwork.libcamera.org Received: from lancelot.ideasonboard.com (lancelot.ideasonboard.com [92.243.16.209]) by patchwork.libcamera.org (Postfix) with ESMTPS id BF98BC322E for ; Wed, 6 Dec 2023 21:05:19 +0000 (UTC) Received: from lancelot.ideasonboard.com (localhost [IPv6:::1]) by lancelot.ideasonboard.com (Postfix) with ESMTP id E073C62B2C; Wed, 6 Dec 2023 22:05:18 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=libcamera.org; s=mail; t=1701896718; bh=mO/JSUJRQRF5RT0AaCUMapuFal8KhIzhHWrRL7aHM10=; h=To:Date:Subject:List-Id:List-Unsubscribe:List-Archive:List-Post: List-Help:List-Subscribe:From:Reply-To:From; b=bM6qOgYmBBIOekf2n5FtqMr3/sDuyKQaaNcDmIas2HdABuU5fomzN61s0IKBMp7Y0 Goj4U3JbyKXthpQs18DbeLdUhSr6Ob+REqtiDVi9NnMNnqzu3YX1mNCofGF9T3HvCL UjJQ/nutVbpomFZ6gsfehem3ekb1UfCnhHA856J600wUWq7oVHd5x5D5//CHYUrc53 ktaawPRl5XzObWevchxYALxEOnrxr8lHOIpI36jz7Itl8m16aFMq8HoyE+6ZuqcOnt vTiTjBiD2XndsPOoJT0tAizP68tEbrsip0z2vhQx+dAkSjR2+slN0hguTQ5SzRvq4O Xpq4aGrbnESjg== Received: from perceval.ideasonboard.com (perceval.ideasonboard.com [IPv6:2001:4b98:dc2:55:216:3eff:fef7:d647]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id 0A21F61D9E for ; Wed, 6 Dec 2023 22:05:18 +0100 (CET) Authentication-Results: lancelot.ideasonboard.com; dkim=pass (1024-bit key; unprotected) header.d=ideasonboard.com header.i=@ideasonboard.com header.b="eJPx+hiO"; dkim-atps=neutral Received: from pendragon.ideasonboard.com (213-243-189-158.bb.dnainternet.fi [213.243.189.158]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id E2CD1556 for ; Wed, 6 Dec 2023 22:04:36 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1701896677; bh=mO/JSUJRQRF5RT0AaCUMapuFal8KhIzhHWrRL7aHM10=; h=From:To:Subject:Date:From; b=eJPx+hiOALLRu1OKJnV3qfobXDZz8tl7dXb4Vv1azQjc7w6GcAWcZRB2OcCbjWKqx NOh0B9xvHu2w73yk7GuPSKRKAI+KnhB5ZjTZnxevNRYyQMG08Df7F+LYYS3PA/+Vh2 +mMXHq4/ob5Gei44qfisq0xtka5fqvROYjXs/z3k= To: libcamera-devel@lists.libcamera.org Date: Wed, 6 Dec 2023 23:05:18 +0200 Message-ID: <20231206210524.20974-1-laurent.pinchart@ideasonboard.com> X-Mailer: git-send-email 2.41.0 MIME-Version: 1.0 Subject: [libcamera-devel] [PATCH 0/6] test: Miscellaneous fixes and improvements for unit tests X-BeenThere: libcamera-devel@lists.libcamera.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-Patchwork-Original-From: Laurent Pinchart via libcamera-devel From: Laurent Pinchart Reply-To: Laurent Pinchart Errors-To: libcamera-devel-bounces@lists.libcamera.org Sender: "libcamera-devel" Hello, This small patch series fixes a few issues I've ran into when running unit tests, and also includes a few drive-by improvements. There isn't much else to say here, please see individual patches for details. Laurent Pinchart (6): test: log: log_process: Log an error when failing due to incorrect message test: log: log_process: Fix uninitialized variable on process exit failure test: log: log_process: Improve debugging on process exit failures test: log: log_process: Increase process exit timeout test: ipc: unixsocket: Increase process exit timeout test: gstreamer: Remove videoconvert element from pipeline test/gstreamer/gstreamer_single_stream_test.cpp | 2 +- test/ipc/unixsocket.cpp | 2 +- test/log/log_process.cpp | 12 ++++++++---- 3 files changed, 10 insertions(+), 6 deletions(-) base-commit: d61104fa7b50d6421109d302ead08c0af62c73df