Asklv

Results 63 comments of Asklv

I have fixed the unit test error in my local machine. ```bash antrea/pkg/agent/monitortool# go test -race ./... ok antrea.io/antrea/pkg/agent/monitortool 1.243s ```

@antoninbas Hi mentor, please review my latest commits :)

> I think we are getting there. As Antonin suggested, we will have more confidence in the monitor code if we could at least have UT for the ticker mechanism,...

Thanks for your careful review, and I will subsequently open follow-ups subsequent PRs for monitor tool.

I'm interested in this, please assign it to me. /assign @IRONICBo

Sorry it's been a busy couple weeks at school, I'll take care of it this weekend and I'll ping you if I don't have a free moment. @GoldenStain

# Proposal: Support dirty cache deletion manager api ## BACKGROUND Currently Manager download will dispatch the download task to the peer node through scheduler, but it may not be expected...

# Reference request and response example: ### create a job url: [/jobs](http://localhost:8084/#/Job/post_jobs) request/response body: 1. list task request ```json { "args": { "task_id": "string", "page": "int", "per_page": "int", }, "bio":...

# GetTask and DeleteTask request and response example: ## create a get task job url: [/jobs](http://localhost:8080/#/Job/post_jobs) request/response body: ### 1. get task request ```json { "args": { "task_id": "string", },...

Please assign `Torch` to me, Thanks! @tenzen-y.