Skip to content

Commit

Permalink
lock
Browse files Browse the repository at this point in the history
  • Loading branch information
waahm7 committed Jun 18, 2024
1 parent ba76b90 commit f874c33
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/s3_tester.c
Original file line number Diff line number Diff line change
Expand Up @@ -1766,7 +1766,9 @@ int aws_s3_tester_send_meta_request_with_options(
aws_s3_tester_wait_for_meta_request_shutdown(tester);
}
} else {
ASSERT_INT_EQUALS(0,tester->synced_data.meta_request_shutdown_count);
aws_s3_tester_lock_synced_data(tester);
ASSERT_INT_EQUALS(0, tester->synced_data.meta_request_shutdown_count);
aws_s3_tester_unlock_synced_data(tester);
}

aws_s3_meta_request_test_results_clean_up(&meta_request_test_results);
Expand Down

0 comments on commit f874c33

Please sign in to comment.