Skip to content
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

Merged
merged 1 commit into from
Jul 16, 2024

Conversation

brunoocasali
Copy link
Member

@brunoocasali brunoocasali commented Jul 15, 2024

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

Copy link

codecov bot commented Jul 15, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (96a2ee4) to head (74b8dac).

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.
📢 Have feedback on the report? Share it here.

@brunoocasali brunoocasali changed the title just testing Fix weird error on global SDK CI from meilisearch/meilisearch Jul 15, 2024
@brunoocasali brunoocasali added bug Something isn't working skip-changelog The PR will not appear in the release changelogs labels Jul 15, 2024
@brunoocasali brunoocasali marked this pull request as ready for review July 15, 2024 17:49
Copy link
Member

@curquiza curquiza left a 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

@curquiza curquiza added maintenance Anything related to maintenance (CI, tests, refactoring...) and removed bug Something isn't working skip-changelog The PR will not appear in the release changelogs labels Jul 16, 2024
meili-bors bot added a commit that referenced this pull request Jul 16, 2024
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>
Copy link
Contributor

meili-bors bot commented Jul 16, 2024

Build failed:

@curquiza
Copy link
Member

bors merge

meili-bors bot added a commit that referenced this pull request Jul 16, 2024
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>
Copy link
Contributor

meili-bors bot commented Jul 16, 2024

Build failed:

@curquiza
Copy link
Member

bors merge

Copy link
Contributor

meili-bors bot commented Jul 16, 2024

Build succeeded:

@meili-bors meili-bors bot merged commit 48f60af into main Jul 16, 2024
8 checks passed
@meili-bors meili-bors bot deleted the brunoocasali-patch-1 branch July 16, 2024 07:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
maintenance Anything related to maintenance (CI, tests, refactoring...)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants