Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qn0it-009hS8-0w for pgsql-www@arkaria.postgresql.org; Sun, 01 Oct 2023 17:59:19 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1qn0iq-00E2kj-QX for pgsql-www@arkaria.postgresql.org; Sun, 01 Oct 2023 17:59:16 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qn0iq-00E2kT-Bs for pgsql-www@lists.postgresql.org; Sun, 01 Oct 2023 17:59:16 +0000 Received: from mail-lf1-x144.google.com ([2a00:1450:4864:20::144]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (Exim 4.94.2) (envelope-from ) id 1qn0in-007e4j-E5 for pgsql-www@lists.postgresql.org; Sun, 01 Oct 2023 17:59:15 +0000 Received: by mail-lf1-x144.google.com with SMTP id 2adb3069b0e04-50437c618b4so21919253e87.2 for ; Sun, 01 Oct 2023 10:59:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1696183029; x=1696787829; darn=lists.postgresql.org; h=to:subject:message-id:date:from:mime-version:from:to:cc:subject :date:message-id:reply-to; bh=+X+Y8371uyX6M0vFA8EX8mEC3aCx1r07ytyDJ50b13E=; b=C8WjOH+FIioZsswpKTWUCbNjhXXdQxUE8FfUtFS1J5gYplcq5Tx+u7bud2sDxGWfqX eGVQHP2BAwsWjBmO4x76FI0QBeeSGKTmr3Ryk6ilct0EcFIitGXiGTjTmAJl9blMGCdA 4U1DXdi77bUH3/6+YE2/zBlPdBLWtZ8Y+q/y/xyjX6a7AW9XO/m1U1I56BnTxsXm0y0j Lhrt5pE6mR4Mute6/CFsAK+PyfsBjRN/xyoTa4fB4IwCANsUB+rC3huErcrPxFqxKg+k R+vOWgQWo7vHWYci4TuFRt0C6enfhdhoYMou91JQs/ZF+aFQH0NPXF54JwkmifsfqLZw BLDQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1696183029; x=1696787829; h=to:subject:message-id:date:from:mime-version:x-gm-message-state :from:to:cc:subject:date:message-id:reply-to; bh=+X+Y8371uyX6M0vFA8EX8mEC3aCx1r07ytyDJ50b13E=; b=QvrfdcdFZiPNMZBmVway733yBLyFqJ2vPjXmHQC39rwyTcQkovuG8+FFxTJdLxrplz peY7S7ofKMGKDoVIfkSxkhmhBi8OzRycYNL6TgN07cqbMOkM8Vsaqee/p+DOTjQv4Ijr muHq+vowgE/wrNupWQB3dTayoUrRg7r/Mhx5IUlW4YiESFXG6pTKZEsAJVoU24pSDqDM cA7jeFwSQpjfKgGESBgqyBzyZPssWdEp9W4G3stLpAQQUP9J4SPnPkng1UVEdXeubpXR sxpWWyCaeLL63wnqHM5MwAkbABIDa5ezE4utKVfQpiTLJ6yIMmt7Nx7feeOI2k/b25YP 0lWA== X-Gm-Message-State: AOJu0YypkPlmpX2vHBiKBz7Ux8jeagExIFX2T3jG4Nqf2P1EHVQMiBz7 SA8msGA25cfpu+hLtZKgT6xcWRt+/AaLcpONg2qFT7jr9PwyeA== X-Google-Smtp-Source: AGHT+IFmp+Q0xHfvZgqVU8JtGNbuAKxfQXH/gxneGXvVV5CeXJKL/su4DXDwpuxRzLUfQkDOo6l4080uZ9TiJxPVacY= X-Received: by 2002:a05:6512:2346:b0:503:2e6:6862 with SMTP id p6-20020a056512234600b0050302e66862mr9390712lfu.32.1696183029217; Sun, 01 Oct 2023 10:57:09 -0700 (PDT) MIME-Version: 1.0 From: Akshat Jaimini Date: Sun, 1 Oct 2023 23:26:57 +0530 Message-ID: Subject: [Proposal] Website to view test runs and reports generated by the testing harness To: pgsql-www@lists.postgresql.org Content-Type: multipart/alternative; boundary="000000000000ee3efa0606ab62f8" List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk --000000000000ee3efa0606ab62f8 Content-Type: text/plain; charset="UTF-8" Hello Everyone! The testing harness was completed under GSoC 2023 this summer but one of the major problems is that the test results are only available in the GitHub action runs of the repository. It would be great to have a central hub of sorts that can also act as an archive for all the test reports generated so far for the website. Would love to get your take on this! If you guys are in favor of this I am ready to start working on it. Also I would also like to get your permission on allowing the testing harness to directly report any bugs to the mailing list, it is only delivering the error reports to me atm. Testing harness repo: https://github.com/destrex271/pgweb-testing-harness Regards, Akshat Jaimini --000000000000ee3efa0606ab62f8 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Hello Everyone!

The testing harness was completed under GSoC 2023 this summer but one o= f the major problems is that the test results are only available in the Git= Hub action runs of the repository.
It would be great= to have a central hub of sorts that can also act as an archive for all the= test reports generated so far for the website.

=
Would love to get your take on this!
If you guys are in favor of this I am ready to start working on i= t.

Also I would also lik= e to get your permission on allowing the testing harness to directly report= any bugs to the mailing list, it is only delivering the error reports to m= e atm.


Regards,
Akshat Jaim= ini
--000000000000ee3efa0606ab62f8--