File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -915,7 +915,7 @@ static void test_tmp_bsonf(_mongocrypt_tester_t *tester) {
915
915
bool _aes_ctr_is_supported_by_os = true;
916
916
917
917
int main (int argc , char * * argv ) {
918
- _mongocrypt_tester_t tester = {0 };
918
+ static _mongocrypt_tester_t tester = {0 };
919
919
int i ;
920
920
921
921
TEST_PRINTF ("Pass a list of patterns to run a subset of tests.\n" );
Original file line number Diff line number Diff line change @@ -47,7 +47,6 @@ typedef enum tester_mongocrypt_flags {
47
47
} tester_mongocrypt_flags ;
48
48
49
49
/* Arbitrary max of 2148 instances of temporary test data. Increase as needed.
50
- * TODO(MONGOCRYPT-775) increasing further (e.g. 3000+) causes a segfault on Windows test runs. Revise.
51
50
*/
52
51
#define TEST_DATA_COUNT 2148
53
52
You can’t perform that action at this time.
0 commit comments