You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For almost a week, we have been noticing that most of the tests fromMac 4.1.1 build are failing due to very subtle font styling changes. check the following shinytest snapshots
I noticed that when the build started failing, the Mac OS we are using in the GHA virtual environment is 10.15.17 whereas when it passed around 10 days ago, the virtual environment was 11.6 (I noticed that until Oct 19, with Mac 4.1 builds, we did not see the font download issues when the GHA was using Mac OS 11.6 (Big sur) --> https://github.com/rstudio/shinycoreci-apps/runs/3936390773?check_suite_focus=true)
If you notice a pattern from the above screenshots, most of the tests are failing are mostly with plots and in addition with x-axis values/text font diff. Not sure if this is a relevant information though.
It is also surprising that only Mac R4.1 is being affected by this and not the other Mac build (R4.0, R3.6, 3.5 and 3.4).
Here is just a quick log when I ranshinycoreci::fix_all_gha_branches command on my R console
The changes are very subtle that they could be accepted. But, I want to understand the reason for these consistent failures (i mean if they are due to the Mac OS downgrade from 11.6 to 10.15 and R4.1 with Mac?)
Thanks to @schloerke. Ideally, all the times, the Mac runs should be running with 10.15. Because it is listed as the macos-latest as per https://github.com/actions/virtual-environments. So, it is surprising that few builds ago on the tests even ran on Mac 11.6. Looks like they are testing and slowly rolling-over the changes. actions/runner-images#4060
We originally thought we could set the macos-latest to 11.6 via #192. But, since it will be default latest version anyways from Nov 3, we decided to wait. That means, the test will continue to be flaky until then.
For almost a week, we have been noticing that most of the tests fromMac 4.1.1 build are failing due to very subtle font styling changes. check the following shinytest snapshots
I noticed that when the build started failing, the Mac OS we are using in the GHA virtual environment is
10.15.17
whereas when it passed around 10 days ago, the virtual environment was11.6
(I noticed that until Oct 19, with Mac 4.1 builds, we did not see the font download issues when the GHA was using Mac OS 11.6 (Big sur) --> https://github.com/rstudio/shinycoreci-apps/runs/3936390773?check_suite_focus=true)If you notice a pattern from the above screenshots, most of the tests are failing are mostly with plots and in addition with x-axis values/text font diff. Not sure if this is a relevant information though.
It is also surprising that only Mac R4.1 is being affected by this and not the other Mac build (R4.0, R3.6, 3.5 and 3.4).
Here is just a quick log when I ran
shinycoreci::fix_all_gha_branches
command on my R consolescreenshare_-_2021-10-27_10_33_11_am.mp4
The text was updated successfully, but these errors were encountered: