Re: Move from Travis to GitHub Actions

2022-03-29 Thread Sam Ruby
On Tue, Mar 29, 2022 at 12:57 PM sebb wrote: > > AFAICT the navigate test does not use the Vue server, so I assume the > problem must be somewhere in Capybara/Puma/Selenium. > > So it would be useful to enable some tracing for those. Agreed. Meanwhile, some random thoughts: 1) The hex address s

Re: Move from Travis to GitHub Actions

2022-03-29 Thread sebb
AFAICT the navigate test does not use the Vue server, so I assume the problem must be somewhere in Capybara/Puma/Selenium. So it would be useful to enable some tracing for those. On Tue, 29 Mar 2022 at 16:05, sebb wrote: > > It looks as though chromedriver is working under GHA, as a test does >

Re: Move from Travis to GitHub Actions

2022-03-29 Thread sebb
It looks as though chromedriver is working under GHA, as a test does work against apache.org. However as soon as the test script tries to check the content of an agenda page, it fails: https://github.com/apache/whimsy/runs/5739402171?check_suite_focus=true Any ideas? Sebb On Fri, 25 Mar 2022 a

Re: Move from Travis to GitHub Actions

2022-03-25 Thread sebb
On Fri, 25 Mar 2022 at 23:35, sebb wrote: > > On Fri, 25 Mar 2022 at 23:13, Sam Ruby wrote: > > > > On Fri, Mar 25, 2022 at 7:02 PM sebb wrote: > > > > > > I have set up a couple of GH Actions to replace the Travis jobs. > > > > Excellent! > > > > > These seem to be working OK finally after a lo

Re: Move from Travis to GitHub Actions

2022-03-25 Thread sebb
On Fri, 25 Mar 2022 at 23:13, Sam Ruby wrote: > > On Fri, Mar 25, 2022 at 7:02 PM sebb wrote: > > > > I have set up a couple of GH Actions to replace the Travis jobs. > > Excellent! > > > These seem to be working OK finally after a lot of false starts. > > > > Note that the screen navigation test

Re: Move from Travis to GitHub Actions

2022-03-25 Thread Sam Ruby
On Fri, Mar 25, 2022 at 7:02 PM sebb wrote: > > I have set up a couple of GH Actions to replace the Travis jobs. Excellent! > These seem to be working OK finally after a lot of false starts. > > Note that the screen navigation tests have to be skipped, as they were > on Travis. > This is because

Move from Travis to GitHub Actions

2022-03-25 Thread sebb
I have set up a couple of GH Actions to replace the Travis jobs. These seem to be working OK finally after a lot of false starts. Note that the screen navigation tests have to be skipped, as they were on Travis. This is because chromedriver crashes, which appears to be because GH runs headless. I