Skip to content

Commit

Permalink
Merge branch 'main' into transfertimeout_init
Browse files Browse the repository at this point in the history
  • Loading branch information
tritone authored Dec 4, 2024
2 parents db374e1 + f82fffd commit cb7e67b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pubsub/iterator.go
Original file line number Diff line number Diff line change
Expand Up @@ -893,7 +893,7 @@ func (it *messageIterator) pingStream() {
spr := &pb.StreamingPullRequest{}
it.eoMu.RLock()
if it.sendNewAckDeadline {
spr.StreamAckDeadlineSeconds = int32(it.ackDeadline())
spr.StreamAckDeadlineSeconds = int32(it.ackDeadline().Seconds())
it.sendNewAckDeadline = false
}
it.eoMu.RUnlock()
Expand Down
1 change: 1 addition & 0 deletions storage/dataflux/worksteal_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ import (
)

func TestWorkstealListingEmulated(t *testing.T) {
t.Skip("https://github.com/googleapis/google-cloud-go/issues/11205")
transportClientTest(context.Background(), t, func(t *testing.T, ctx context.Context, project, bucket string, client *storage.Client) {

attrs := &storage.BucketAttrs{
Expand Down

0 comments on commit cb7e67b

Please sign in to comment.