diff --git a/WORKSPACE b/WORKSPACE index cbc2e204..56e82dfe 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -8,8 +8,8 @@ workspace(name = "reverb") # curl -L "https://github.com/protocolbuffers/protobuf/releases/download/v${PROTOC_VERSION}/protoc-${PROTOC_VERSION}-linux-x86_64.zip" | sha256sum # 3. Update the two variables below. # -PROTOC_VERSION = "3.9.0" -PROTOC_SHA256 = "15e395b648a1a6dda8fd66868824a396e9d3e89bc2c8648e3b9ab9801bea5d55" +PROTOC_VERSION = "21.0" +PROTOC_SHA256 = "a2a92003da7b8c0c08aab530a3c1967d377c2777723482adb9d2eb38c87a9d5f" load( "//reverb/cc/platform/default:repo.bzl", diff --git a/reverb/cc/ops/queue_writer_test.cc b/reverb/cc/ops/queue_writer_test.cc index c44e8f4e..3446edb1 100644 --- a/reverb/cc/ops/queue_writer_test.cc +++ b/reverb/cc/ops/queue_writer_test.cc @@ -486,7 +486,7 @@ TEST(QueueWriter, CreateItemWithSqueezedColumn) { auto status = writer.CreateItem( "table", 1.0, {TrajectoryColumn({step[0].value()}, true)}); - EXPECT_OK(status); + REVERB_EXPECT_OK(status); EXPECT_EQ(queue.size(), 1); for (auto trajectory : queue){