gavinchou opened a new pull request, #64549:
URL: https://github.com/apache/doris/pull/64549

   ### What
   
   Pick the FDB test global reset fix from selectdb/selectdb-core#9771 to 
apache/doris master.
   
   The affected cloud tests keep FDB-related objects in global/static storage. 
Reset them explicitly before returning from test main or before early return 
paths so FoundationDB resources are destroyed before process teardown.
   
   ### Validation
   
   - sh format_code.sh cloud/test/fdb_injection_test.cpp
   - sh format_code.sh cloud/test/mem_txn_kv_test.cpp
   - sh format_code.sh cloud/test/txn_kv_test.cpp
   - sh format_code.sh cloud/test/txn_lazy_commit_test.cpp
   - sh run-cloud-ut.sh --run --fdb "fdb_cluster0:[email protected]:4500" 
--filter "fdb_injection_test:*"
   - sh run-cloud-ut.sh --run --fdb "fdb_cluster0:[email protected]:4500" 
--filter "mem_txn_kv_test:*"
   - sh run-cloud-ut.sh --run --fdb "fdb_cluster0:[email protected]:4500" 
--filter "txn_kv_test:*"
   - sh run-cloud-ut.sh --run --fdb "fdb_cluster0:[email protected]:4500" 
--filter "txn_lazy_commit_test:*"


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to