mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-01-10 15:22:56 +00:00
ci: Use lld linker in windows tests (#3946)
* ci: disable other test * ci: timeout 30 * ci: try to use lld * ci: change linker * test: wait for file change in test multiple times * ci: enable other tests * chore: revert sleep in loop
This commit is contained in:
@@ -391,6 +391,8 @@ mod tests {
|
||||
|
||||
#[test]
|
||||
fn test_tls_file_change_watch() {
|
||||
common_telemetry::init_default_ut_logging();
|
||||
|
||||
let dir = tempfile::tempdir().unwrap();
|
||||
let cert_path = dir.path().join("serevr.crt");
|
||||
let key_path = dir.path().join("server.key");
|
||||
|
||||
Reference in New Issue
Block a user