Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitriyMusatkin committed Nov 20, 2023
1 parent ed5baa3 commit ab23ab6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/s3_data_plane_tests.c
Original file line number Diff line number Diff line change
Expand Up @@ -1884,13 +1884,13 @@ static int s_test_s3_put_object_buffer_pool_trim(struct aws_allocator *allocator
ASSERT_SUCCESS(aws_s3_tester_send_meta_request_with_options(&tester, &put_options, NULL));

struct aws_s3_buffer_pool_usage_stats usage_before = aws_s3_buffer_pool_get_usage(client->buffer_pool);

ASSERT_TRUE(0 != usage_before.primary_num_blocks);

aws_thread_current_sleep(aws_timestamp_convert(6, AWS_TIMESTAMP_SECS, AWS_TIMESTAMP_NANOS, NULL));

struct aws_s3_buffer_pool_usage_stats usage_after = aws_s3_buffer_pool_get_usage(client->buffer_pool);

ASSERT_INT_EQUALS(0, usage_after.primary_num_blocks);

client = aws_s3_client_release(client);
Expand Down

0 comments on commit ab23ab6

Please sign in to comment.