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

upgrade gtest to 1.12.1 #29902

Merged
merged 1 commit into from
Nov 3, 2022
Merged

upgrade gtest to 1.12.1 #29902

merged 1 commit into from
Nov 3, 2022

Conversation

pabloem
Copy link
Contributor

@pabloem pabloem commented Nov 1, 2022

How to reproduce:

bazel test //:actor_manager_test

Why are these changes needed?

While working on #28209 I hit issue google/googletest#3514, which causes a couple gtest-dependent tests to be unable to build

Related issue number

Upgrades gtest to avoid google/googletest#3514

Checks

  • I've signed off every commit(by using the -s flag, i.e., git commit -s) in this PR.
  • I've run scripts/format.sh to lint the changes in this PR.
  • I've included any doc changes needed for https://docs.ray.io/en/master/.
  • I've made sure the tests are passing. Note that there might be a few flaky tests, see the recent failures at https://flakey-tests.ray.io/
  • Testing Strategy
    • Unit tests
    • Release tests
    • This PR is not tested :(

Copy link
Collaborator

@jjyao jjyao left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As long as tests pass :)

@jjyao
Copy link
Collaborator

jjyao commented Nov 1, 2022

2022-11-01 19:31:06
--
  | #1 [internal] load build definition from build.Dockerfile
  | #1 sha256:35e96bdfc514c22b2f0b4d46e9e01fd783207bd1ad5b33ba8694b1b05c9204c3
  | #1 transferring dockerfile: 56B done
  | #1 ERROR: error from sender: resolve : lstat ci/docker: no such file or directory
  | ------
  | > [internal] load build definition from build.Dockerfile:
  | ------
  | failed to solve with frontend dockerfile.v0: failed to read dockerfile: error from sender: resolve : lstat ci/docker: no such file or directory

Could you rebase with master and try again?

Signed-off-by: Pablo E <pabloem@apache.org>
@jjyao
Copy link
Collaborator

jjyao commented Nov 2, 2022

I checked, seems all the failed tests are unrelated. I'll merge the PR after mac tests pass.

@jjyao jjyao merged commit c3759e0 into ray-project:master Nov 3, 2022
minerharry pushed a commit to minerharry/ray that referenced this pull request Dec 6, 2022
…9164)" (ray-project#29… (ray-project#29196)

This reverts the PR and fixes the test failures

This also fixes a bug around _monitor_jobs API. the monitor job can be called on the same job twice now, which will break the event (because at the end of monitor job, we record the event that job is completed). The same completed event can be reported twice without the fix

upgrade gtest to 1.12.1 (ray-project#29902)

While working on ray-project#28209 I hit issue google/googletest#3514, which causes a couple gtest-dependent tests to be unable to build

Signed-off-by: Pablo E <pabloem@apache.org>
WeichenXu123 pushed a commit to WeichenXu123/ray that referenced this pull request Dec 19, 2022
While working on ray-project#28209 I hit issue google/googletest#3514, which causes a couple gtest-dependent tests to be unable to build

Signed-off-by: Pablo E <pabloem@apache.org>
Signed-off-by: Weichen Xu <weichen.xu@databricks.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants