aboutsummaryrefslogtreecommitdiff
path: root/weed/operation/assign_file_id_test.go
AgeCommit message (Collapse)AuthorFilesLines
2025-05-28Add context with request (#6824)Aleksey Kosov1-1/+1
2024-06-14Added context for the MasterClient's methods to avoid endless loops (#5628)vadimartynov1-3/+4
* Added context for the MasterClient's methods to avoid endless loops * Returned WithClient function. Added WithClientCustomGetMaster function * Hid unused ctx arguments * Using a common context for the KeepConnectedToMaster and WaitUntilConnected functions * Changed the context termination check in the tryConnectToMaster function * Added a child context to the tryConnectToMaster function * Added a common context for KeepConnectedToMaster and WaitUntilConnected functions in benchmark
2023-08-23streaming assign file idschrislu1-0/+68