-
Notifications
You must be signed in to change notification settings - Fork 44
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 weird error on global SDK CI from meilisearch/meilisearch #554
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #554 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 10 10
Lines 677 677
=========================================
Hits 677 677 ☔ View full report in Codecov by Sentry. |
80e187e
to
74b8dac
Compare
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.
Thank you bruno 🙏
let's try!
bors merge
554: Fix weird error on global SDK CI from meilisearch/meilisearch r=curquiza a=brunoocasali We use to run a global CI with all the SDKs against the nightly build of meilisearch just to spot any potential error during the development phase of the engine team. But this time, the error had nothing to do with their implementation; it only involved the ruby CI. The latest run was breaking in a weird way: https://github.com/meilisearch/meilisearch/actions/runs/9941341341/job/27460158817 Somehow, the `time` gem is explicitly required before using some methods like `Time.parse`. I say it is weird because we have the same configuration in this repo, and we don't have that error. CC: `@ellnix` `@curquiza` Co-authored-by: Bruno Casali <brunoocasali@gmail.com>
Build failed: |
bors merge |
554: Fix weird error on global SDK CI from meilisearch/meilisearch r=curquiza a=brunoocasali We use to run a global CI with all the SDKs against the nightly build of meilisearch just to spot any potential error during the development phase of the engine team. But this time, the error had nothing to do with their implementation; it only involved the ruby CI. The latest run was breaking in a weird way: https://github.com/meilisearch/meilisearch/actions/runs/9941341341/job/27460158817 Somehow, the `time` gem is explicitly required before using some methods like `Time.parse`. I say it is weird because we have the same configuration in this repo, and we don't have that error. CC: `@ellnix` `@curquiza` Co-authored-by: Bruno Casali <brunoocasali@gmail.com>
Build failed: |
bors merge |
Build succeeded:
|
We use to run a global CI with all the SDKs against the nightly build of meilisearch just to spot any potential error during the development phase of the engine team.
But this time, the error had nothing to do with their implementation; it only involved the ruby CI. The latest run was breaking in a weird way: https://github.com/meilisearch/meilisearch/actions/runs/9941341341/job/27460158817
Somehow, the
time
gem is explicitly required before using some methods likeTime.parse
. I say it is weird because we have the same configuration in this repo, and we don't have that error.CC: @ellnix @curquiza