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 1qt6Ix-00AoyE-TY for pgsql-www@arkaria.postgresql.org; Wed, 18 Oct 2023 13:09:43 +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 1qt6Iv-0040l3-2C for pgsql-www@arkaria.postgresql.org; Wed, 18 Oct 2023 13:09:41 +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 1qt6Iu-0040kp-PV for pgsql-www@lists.postgresql.org; Wed, 18 Oct 2023 13:09:41 +0000 Received: from mail-pj1-x102b.google.com ([2607:f8b0:4864:20::102b]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (Exim 4.94.2) (envelope-from ) id 1qt6Is-0015gA-GN for pgsql-www@lists.postgresql.org; Wed, 18 Oct 2023 13:09:40 +0000 Received: by mail-pj1-x102b.google.com with SMTP id 98e67ed59e1d1-27cfb8442f9so4352000a91.2 for ; Wed, 18 Oct 2023 06:09:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=hagander.net; s=mail; t=1697634577; x=1698239377; darn=lists.postgresql.org; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:from:to:cc:subject:date :message-id:reply-to; bh=/nEsA58nNc4pLh5EJT/qZ9Q73mzmQI1xWRZ3zn7mIjo=; b=Oc37DVIrRzUgniZK8EgzxzewLoNOBgTFSfbTILjSip2YRnCwyj1Oyrstdn5K3SLx+2 9Oobkhj+HeJEIw/CGWIJe9f1Jgxm/0oeMnLoIeF1VHbZkcNptor5KTiLMFoivN6GhCqU yqoqZxUWz52pLQVF9I7shIYMtf7bHuyMVPz8KCIJcjGLWooLUEN9OoU7MaLX7OImXdxa RXyG4vAly4XqQCjeYNaFAgYPbC8Pqqw9RTajyPZ+pVIuYbtnttfID5W5E0Vh6IPy70EI gWOJF9UihgS+oBTL/FbdgmyGWQ/4MNLEgcFAaxA6suf5Z5qre/uw9X8S3aCB3LgCtR9C m5XA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1697634577; x=1698239377; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=/nEsA58nNc4pLh5EJT/qZ9Q73mzmQI1xWRZ3zn7mIjo=; b=BkU6iifn1YKhfwEy670YiiPo3bzJwji2NPeauQWWaSRHC0dY13Xd2DWgPP5jEFDaI6 gXztPpJHyjv5Rw+fB8gHb6guoyKhMzfIJfFFGzkEYcKDeHfPXjYLXM5B6ISxiDhkCnpQ 7uxx4qkZ7uOSHteI4hmb2wtRbYQiaTDyctz0LNzfGwHYsJyiuqv9pUtzioBYmekvjJO3 pHr2+B+dnNq3XrWH1Zqg2p7OvO8+QANFDzfioliiO9CdbPJk0kss1BkQTvMBDsygyu57 Cf3XLAs4YQQWsAg9ckvhnZtJQKZpFPH59m9rvT2QV4jFlyeXZcMAczqiP9eSNowMNy0N xCuQ== X-Gm-Message-State: AOJu0YzvzpwHYvB1y+vcyGX6XE53LSqRjL0ph9Z62G+weNbFY7b8BSr4 eoV9+8KnpkAArJ/2GmyoRdNCzF5N+DL6ROGCu5wV+A== X-Google-Smtp-Source: AGHT+IFwMTGMH1DDxJCM0dP84P46LZzUdDOlyaisqViSx2RKMovK11BBWSNTEMa3vSTCQ2Bv+CvJw3payKHFKXO54xg= X-Received: by 2002:a17:90b:5282:b0:27d:9b5:f28d with SMTP id si2-20020a17090b528200b0027d09b5f28dmr5166353pjb.8.1697634577458; Wed, 18 Oct 2023 06:09:37 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Magnus Hagander Date: Wed, 18 Oct 2023 15:09:25 +0200 Message-ID: Subject: Re: Possible Bug in events page To: Akshat Jaimini Cc: pgsql-www@lists.postgresql.org Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk On Mon, Oct 16, 2023 at 6:01=E2=80=AFPM Akshat Jaimini wrote: > > Hello everyone, > Another possible bug was reported by the testing harness. There is a part= icular test which adds and approves events and checks the events page if th= e approved event is being displayed on it. > This test was passing in the previous builds but a failure in displaying = the approved event was reported today. I was able to reproduce the issue on= my local setup but wasn't able to find any changes that might have trigger= ed this. > > It would be great if someone could try to reproduce this issue to confirm= its validity. Hi! Nothing has changed in the events code for a long time. In fact, there have been no code changes to pgweb in all of September and October, only content changes. So if it passed a test before, but doesn't pass it now, then something must've changed in the tests. --=20 Magnus Hagander Me: https://www.hagander.net/ Work: https://www.redpill-linpro.com/