Skip to content

Commit

Permalink
Debug internal pipeline
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 720728800
  • Loading branch information
avagin authored and gvisor-bot committed Jan 28, 2025
1 parent 658e5a7 commit ecd0c3a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .buildkite/hooks/pre-command
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
set -euo pipefail

ps axf

# Use a per-day bazel remote cache. As the cache object's TTL expires, they are
# deleted on an ongoing basis. Such partial deletion can break the cache state.
# Using per day cache will ensure that builds triggered on a certain day have
Expand Down
1 change: 1 addition & 0 deletions test/syscalls/linux/socket_ip_tcp_generic.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1489,6 +1489,7 @@ TEST_P(TCPSocketPairTest, WaitTillMSSWithCorkOption) {
char buf[1024] = {};
EXPECT_THAT(RetryEINTR(recv)(sockets->second_fd(), buf, sizeof(buf), 0),
SyscallSucceedsWithValue(sizeof(buf)));
EXPECT_EQ(1, 0);
}

TEST_P(TCPSocketPairTest, WaitTillTimeoutWithCorkOption) {
Expand Down

0 comments on commit ecd0c3a

Please sign in to comment.