Re: Fixing tests failing on CI but not on local system

2025-04-25 Thread Stefano Crocco
On venerdì 25 aprile 2025 00:24:07 Ora legale dell’Europa centrale Ben Cooksley wrote: > On Thu, Apr 24, 2025 at 7:16 AM Stefano Crocco > > wrote: > > Having katepart available, however, is necessary for these tests as they > > seem > > to assume it's available. Should I just add a line with >

Re: Fixing tests failing on CI but not on local system

2025-04-24 Thread Ben Cooksley
On Thu, Apr 24, 2025 at 7:16 AM Stefano Crocco wrote: > On mercoledì 23 aprile 2025 12:39:29 Ora legale dell’Europa centrale Ben > Cooksley wrote: > > In the absence of KatePart, is there any other KPart that supports > viewing > > text/plain? > > > > Looking at your overall CI log as well as you

Re: Fixing tests failing on CI but not on local system

2025-04-23 Thread Amber Schenck
On 4/23/25 2:53 AM, Stefano Crocco wrote: On martedì 22 aprile 2025 20:57:53 Ora legale dell’Europa centrale Ben Cooksley wrote: On Wed, Apr 23, 2025 at 5:24 AM Stefano Crocco wrote: Hello to everyone, Hi Stefano, Hello Ben, recently, I've being trying to fix failing Konqueror tests, a

Re: Fixing tests failing on CI but not on local system

2025-04-23 Thread Stefano Crocco
On mercoledì 23 aprile 2025 12:39:29 Ora legale dell’Europa centrale Ben Cooksley wrote: > In the absence of KatePart, is there any other KPart that supports viewing > text/plain? > > Looking at your overall CI log as well as your .kde-ci.yml I don't see > either a build or runtime dependency on

Re: Fixing tests failing on CI but not on local system

2025-04-23 Thread Ben Cooksley
On Wed, Apr 23, 2025 at 9:49 PM Stefano Crocco wrote: > On martedì 22 aprile 2025 20:57:53 Ora legale dell’Europa centrale Ben > Cooksley wrote: > > On Wed, Apr 23, 2025 at 5:24 AM Stefano Crocco > > > > wrote: > > > Hello to everyone, > > > > Hi Stefano, > > Hello Ben, > > > > > recently, I've

Re: Fixing tests failing on CI but not on local system

2025-04-23 Thread Stefano Crocco
On martedì 22 aprile 2025 20:57:53 Ora legale dell’Europa centrale Ben Cooksley wrote: > On Wed, Apr 23, 2025 at 5:24 AM Stefano Crocco > > wrote: > > Hello to everyone, > > Hi Stefano, Hello Ben, > > > recently, I've being trying to fix failing Konqueror tests, and in doing > > so I'm > > fa

Re: Fixing tests failing on CI but not on local system

2025-04-22 Thread Ben Cooksley
On Wed, Apr 23, 2025 at 5:24 AM Stefano Crocco wrote: > Hello to everyone, > Hi Stefano, > recently, I've being trying to fix failing Konqueror tests, and in doing > so I'm > facing some issue with the CI tests which I don't know how to solve. > > The first issue is that one test passes on my

Fixing tests failing on CI but not on local system

2025-04-22 Thread Stefano Crocco
Hello to everyone, recently, I've being trying to fix failing Konqueror tests, and in doing so I'm facing some issue with the CI tests which I don't know how to solve. The first issue is that one test passes on my system but fails when run by the CI (it's the konqview test at [1]). I couldn't sp