-
Notifications
You must be signed in to change notification settings - Fork 13.8k
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
fix: force data load on import examples #24410
fix: force data load on import examples #24410
Conversation
Codecov Report
@@ Coverage Diff @@
## master #24410 +/- ##
==========================================
+ Coverage 68.95% 68.96% +0.01%
==========================================
Files 1903 1904 +1
Lines 74070 74092 +22
Branches 8110 8120 +10
==========================================
+ Hits 51077 51100 +23
+ Misses 20881 20880 -1
Partials 2112 2112
Flags with carried forward coverage won't be shown. Click here to find out more.
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
/testenv up |
@eschutho Container image not yet published for this PR. Please try again when build is complete. |
@eschutho Ephemeral environment creation failed. Please check the Actions logs for details. |
55a705d
to
0539f2e
Compare
0539f2e
to
6902e23
Compare
/testenv up |
@eschutho Ephemeral environment spinning up at http://34.222.122.36:8080. Credentials are |
/testenv up |
@eschutho Ephemeral environment spinning up at http://35.90.254.207:8080. Credentials are |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We might need to hit up github support to better understand WHY this works, but if it DOES work, then LGTM :)
Would you rather I merge or close #23893 ? I should probably just close it... I'll wait for this to merge though. |
Ephemeral environment shutdown and build artifacts deleted. |
Hi @eschutho, while working on #25564 I noticed the following: The check The solution could be either to check |
Hi, yeah I saw your comment in the other PR, too, thanks! This was a fix that @rusackas and I brought in to fix some CI failures, but we weren't sure the absolute need for it. If it works to remove the check like in #24464 then that seems to be a good fix, if you think that will work. |
SUMMARY
This attempts to fix some errors that we're seeing in current builds from pre 2.1 to master of ephemerals and docker tarball testing for releases. Some tables aren't loading into sqlite because the table is locked, so I'm passing in the force flag to reload the data if it was unsuccessful
BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
Before:
After:
TESTING INSTRUCTIONS
Ephemeral environments should succeed in loading example data
ADDITIONAL INFORMATION