-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Image Caption Styling #847
Add Image Caption Styling #847
Conversation
Generated by 🚫 dangerJS |
Hey @mchowning ! I tried to run the branch but I'm getting this error: If you don't see it locally, you can try The error itself doesn't seem to be related to your changes. Keeping the branches updated from the base branches usually help in these cases 👍 Let me know! |
efa01ef
to
bc76bc2
Compare
Hey @etoledom ! Not sure how this ended up in that state. Anyway, should be good to go now. Sorry about that. |
Thank you for the update @mchowning . It's working now! 🎉 |
308eabe
to
f39d271
Compare
c0e3a1c
to
cb7f9ad
Compare
cb7f9ad
to
3b12ec3
Compare
Switched this PR to target a |
Thank you @mchowning ! Now that WordPress/gutenberg#14883 was merged into a local branch, updating the Gutenberg reference should make the CI run properly 🤞 |
3b12ec3
to
b895a2e
Compare
Looking into the test failures (ios, android), I'm seeing intermittent test failures locally on Android with the same "The environment you requested is not available" message that Circle CI reports. The error seems to often be device specific: (my physical Pixel 3 (Android 9.0) seems to always fails, but an emulated Nexus 5X (Android 9.0), and emulated Nexus S (Android 8.0) always pass. The only device that gives inconsistent results is my physical Pixel 1 device (Android 9.0), which passes approximately 90% of the time. It does sound like these kinds of failures are a known issue based on this from the README's section on UI Tests:
This makes me wonder if these failures might be due to some flakiness in the tests. It seems unlikely that it would be flaky on both platforms at the same time, and I don't see any other builds that failed with this issue recently on Circle CI, so I'm far from convinced that this is just test flakiness. But, since I do get intermittent failures locally, I think it's worth retriggering the builds to see what a second run on Circle CI gets us. What do you think @etoledom? |
Thank you for the investigation @mchowning ! |
Putting this up to observe CI e2e test behavior
b895a2e
to
331c8be
Compare
Tests still failed on the rebuild (ios, android). As a sanity check I force pushed to the source branch for this PR ( Sanity check:
I want to say that the problem is on 🚨 This PR should NOT be merged until I revert the change I made to this PR so that it only adds an empty text file. |
@etoledom helped confirm that the UI tests were failing because this PR's source branch was coming from a fork. @etoledom has taken care of merging the code from b895a2e (the commit before I force pushed a test commit to this PR) into the It appears that the UI tests were failing on this PR because the source branch for the PR was from a fork. @eduardo's PR was based on a branch within |
Thanks for helping out on this @etoledom! |
@mchowning thanks a lot for highlighting this, I've made a note of it... There are still some things to work out with the environment startup and this is definitely something we're planning to address. Could you confirm that for the failures the only error you saw was |
👋 @JavonDavis ! Yes, the only failure I observed was the "The environment you requested is not available" failure. It did seem like my Pixel 1 device was more likely to fail when I ran the tests immediately after restarting my computer. I tried to confirm this, and it definitely did not always fail after restarting my computer though, so it is entirely possible that I just imagined that correlation. Let me know if there's any testing I can do to help you out tracking this down. |
Updating the gutenberg submodule ref to include the changes for adding image caption styling. Description of the changes is in the associated gutenberg PR.