Skip to content

upgrade gtest to 1.12.1#29902

Merged
jjyao merged 1 commit intoray-project:masterfrom
pabloem:upgrade-gtest
Nov 3, 2022
Merged

upgrade gtest to 1.12.1#29902
jjyao merged 1 commit intoray-project:masterfrom
pabloem:upgrade-gtest

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
Contributor

@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
Contributor

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 <[email protected]>
@jjyao
Copy link
Contributor

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 <[email protected]>
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 <[email protected]>
Signed-off-by: Weichen Xu <[email protected]>
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