Dave Roberts

Results 35 comments of Dave Roberts

Just happened again with Edge. Different error. First time happened at the beginning of the string. This time an extra "g" was inserted in the middle. ``` === test-input [jvm][edge]...

More data from a failed CI run a few days ago. OS/browser was Windows Edge. ``` === test-input [jvm][edge] .... fill multiple inputs .... fill-multi bad inputs .... fill human...

> I just noticed this sporadic failure on CI (notice the 2 gs in Loggin): > > ``` > FAIL in (test-input) (api_test.clj:286) > fill active human > expected: (str/ends-with?...

Another trace from MacOS Edge: ``` === test-input [jvm][edge] .... fill multiple inputs .... fill human multiple inputs .... fill multiple vars .... fill active .... fill active human FAIL...

This seems to be Edge specific. At least, everything above that has a browser noted lists Edge. This may point to a bug with Edge that we need to workaround....

@lread , I'm glad you finally solved that one. I would not have thought of that. Nice job!

A few random thoughts: 1. There are lots of places where there are delays in the test code. Some of that might have been necessary at some point (there are...

Also seen on IDE test, Ubuntu Chrome, Babashka. ``` [ TASK test:bb ]----------------------------------------------------------------- [ Launching virtual display ]---------------------------------------------------- Waiting for Xvfb process. Xvfb process looks good. [ Running tests ]----------------------------------------------------------------...

Also one in API test, Ubuntu Firefox, also Babashka. ``` bb test:bb --suites api --browsers firefox --launch-virtual-display shell: /usr/bin/bash -e {0} env: JAVA_HOME: /opt/hostedtoolcache/Java_Temurin-Hotspot_jdk/21.0.4-7/x64 JAVA_HOME_21_X64: /opt/hostedtoolcache/Java_Temurin-Hotspot_jdk/21.0.4-7/x64 [ TASK test:bb ]-----------------------------------------------------------------...

This happened on MacOS Edge, Babashka. Seems like it could not correctly start the driver in the API test fixture. ``` === test-switch-window-next [bb][edge] ----- Error -------------------------------------------------------------------- Type: clojure.lang.ExceptionInfo Message:...