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 1rKiEM-00491c-7P for pgsql-www@arkaria.postgresql.org; Tue, 02 Jan 2024 17:07:06 +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 1rKiEK-00Hb3Y-U1 for pgsql-www@arkaria.postgresql.org; Tue, 02 Jan 2024 17:07:04 +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 1rKiEK-00Hawn-KV for pgsql-www@lists.postgresql.org; Tue, 02 Jan 2024 17:07:04 +0000 Received: from mail-lj1-x241.google.com ([2a00:1450:4864:20::241]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (Exim 4.94.2) (envelope-from ) id 1rKiEI-00DOwe-9T for pgsql-www@lists.postgresql.org; Tue, 02 Jan 2024 17:07:03 +0000 Received: by mail-lj1-x241.google.com with SMTP id 38308e7fff4ca-2ccbc0ecefbso67350571fa.3 for ; Tue, 02 Jan 2024 09:07:02 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1704215219; x=1704820019; darn=lists.postgresql.org; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:from:to:cc:subject:date:message-id:reply-to; bh=6VRznwPDsM0sCH0CqwbPE3sHl3GW/vAIpAdbPXHOowk=; b=WhggsvKlWUXGsaaRL+dcVjlnp3c84FGIznme/DQ3IlwTPecWMA/fXpss2GKoKLWY/7 o0Ywbk9xdAD3tCx9v0XOEnLPdZPow25lOpQk6U+QMw5Y2fRvOReNGVHG1fYV5Y1Wzfnb GHpR9k2ZkpWpLnx3OjmkWJ1pvy+W7tRlgcq3pSWMRsYJNXgE2n/d1NXpv8b8Zl4PkUaR ftdS9ugUSPJDpvCl6vzbMlTuFjLfPVbuKLvQzm1dgnHliMD4mRYqHhL0aDann+Ntu6Yz i5Tf+3d2poGGFsw7f4YogmtyCddRWfVbm52m3L+AqwX2SgWPonpx5+TH4Lr6BNbhQmfz 3cJg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1704215219; x=1704820019; h=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=6VRznwPDsM0sCH0CqwbPE3sHl3GW/vAIpAdbPXHOowk=; b=PA7KTtTVihaJzyl3ccMmCc84L5lOvc/hULHQ3HK2hydC3QNfWdglqdqm+LankD9NcM RsULPzHxtu3u1RRgysd6Zh72Ax475FHFcpq94RoEolmPX9Xcn6tPd9JQaSKrx9+66IT4 f4Ws5o5RL/ggXjjs5fadiaODFmnEPdSr9iwv52o8oZoQQVU38cHYWovf44zV/oK+xoXv EMR99Dy+2a2baWKoL81ned8ppANfelMP9hsgGWtw6OPYLKttSE78M/WF7p/x5cnv8Be/ SnfS8DdobyB6SFiz+JFEz7us0z9BfSzHjqQLW1HJs/VCeS8/T91bCLykVWd54YGmzsjE Jsyw== X-Gm-Message-State: AOJu0YyvfsAddOfuWGD8gdvTg81WAw+kaU57wLHamqpy2NcwKt/RkF2I FXfyn7KOpOl4qqQwsvhCw4grrMwKB4wPbWHu9/hUMeezOKc2oA== X-Google-Smtp-Source: AGHT+IHJPKy2Gw1RrdD8XcgdcqNznut6p1FVU+U/oEMwrm2Upw7j3q6REiyRUdfhOnGgaYj7EDlCRHwSRokAPwvRaZ8= X-Received: by 2002:a05:651c:19a3:b0:2cc:cbe7:3acd with SMTP id bx35-20020a05651c19a300b002cccbe73acdmr4186695ljb.87.1704215219186; Tue, 02 Jan 2024 09:06:59 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: From: Akshat Jaimini Date: Tue, 2 Jan 2024 22:36:47 +0530 Message-ID: Subject: Re: [INFO] Regarding bugs in Testing Harness To: pgsql-www@lists.postgresql.org Cc: Magnus Hagander Content-Type: multipart/alternative; boundary="000000000000c2af41060df986be" List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk --000000000000c2af41060df986be Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Turns out the harness was not able to build the website locally in the dev environment. This is due to the recent patch for 'making the foreign key from last login table be ON DELETE CASCADE'. As far as I understood from the commit message this needs to be handled by postgres instead of Django. Have we implemented something on our production server which allows this? If yes then kindly share that so we can get the harness back up and running. Currently, it is unable to parse the file 'pgweb/account/migrations/0004_cauth_last_login.py' while running migrations. Regards, Akshat Jaimini On Tue, Jan 2, 2024 at 1:37=E2=80=AFPM Akshat Jaimini wrote: > Hi, > This is to update that recently the accessibility tests of the testing > harness are not working as intended. Currently looking into the possible > causes. This might take a few days to get back up and running; The > functionality tests are running for now. > > Regards, > Akshat Jaimini > --000000000000c2af41060df986be Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Turns out the harness was not able to bui= ld the website locally in the dev environment. This is due to the recent pa= tch for 'making the foreign key from last login table be ON DELETE CASC= ADE'. As far as I understood from the commit message this needs to be h= andled by postgres instead of Django. Have we implemented something on our = production server which allows this? If yes then kindly share that so we ca= n get the harness back up and running. Currently, it is unable to parse the= file 'pgweb/account/migrations/0004_cauth_last_login.py' while run= ning migrations.

Regards,
Ak= shat Jaimini

On Tue, Jan 2, 2024 at 1:37=E2=80=AFPM Akshat Jaimini <<= a href=3D"mailto:destrex271@gmail.com" target=3D"_blank">destrex271@gmail.c= om> wrote:
Hi,
This is to update that recently the a= ccessibility tests of the testing harness are not working as intended. Curr= ently looking into the possible causes. This might take a few days to get b= ack up and running; The functionality tests are running for now.
<= div>
Regards,
Akshat Jaimini
--000000000000c2af41060df986be--