| 123456789101112131415161718192021222324252627 |
- // package com.tzld.piaoquan.sde;
- //
- //
- // import com.alibaba.fastjson.JSON;
- // import com.tzld.piaoquan.sde.model.dto.task.XxlJobParamDto;
- // import com.tzld.piaoquan.sde.service.ExecutionTaskService;
- // import org.junit.jupiter.api.Test;
- // import org.springframework.beans.factory.annotation.Autowired;
- //
- // public class ExecutionTaskServiceTest extends BaseTest {
- //
- // @Autowired
- // private ExecutionTaskService executionTaskService;
- //
- // @Test
- // public void videoClusterExecutionTaskCreateHandlerTest() {
- // XxlJobParamDto xxlJobParamDto = new XxlJobParamDto();
- // xxlJobParamDto.setTable("loghubods.supply_video_deconstruction");
- // xxlJobParamDto.setContentScope("top20_cate_top200_exp14d_top50_vov14d");
- // executionTaskService.videoClusterExecutionTaskCreateHandler(JSON.toJSONString(xxlJobParamDto));
- // }
- //
- // @Test
- // public void executionTaskSubmitHandlerTest() {
- // executionTaskService.executionTaskSubmitHandler();
- // }
- // }
|