Skip to content

Commit

Permalink
moar logs
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitriyMusatkin committed Nov 17, 2023
1 parent 7fd8358 commit 4078601
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/s3_data_plane_tests.c
Original file line number Diff line number Diff line change
Expand Up @@ -3908,7 +3908,9 @@ static int s_test_s3_meta_request_default(struct aws_allocator *allocator, void

aws_s3_tester_unlock_synced_data(&tester);

/* Check the size of the metrics should be the same as the number of requests, which should be 1 */
/* Check the size of the metrics should be the same as the number of
requests, which should be 1 */
AWS_LOGF_DEBUG(0, "Checking for telemetry");
ASSERT_UINT_EQUALS(1, aws_array_list_length(&meta_request_test_results.synced_data.metrics));
struct aws_s3_request_metrics *metrics = NULL;
aws_array_list_back(&meta_request_test_results.synced_data.metrics, (void **)&metrics);
Expand Down
2 changes: 2 additions & 0 deletions tests/s3_tester.c
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,8 @@ static void s_s3_test_meta_request_finish(
void *user_data) {
(void)meta_request;

AWS_LOGF_DEBUG(0, "received finish callback");

struct aws_s3_meta_request_test_results *meta_request_test_results = user_data;
struct aws_s3_tester *tester = meta_request_test_results->tester;

Expand Down

0 comments on commit 4078601

Please sign in to comment.