(id string, jobType tempopb.JobType)
| 783 | } |
| 784 | |
| 785 | func createTestJob(id string, jobType tempopb.JobType) *Job { |
| 786 | return &Job{ |
| 787 | ID: id, |
| 788 | Type: jobType, |
| 789 | JobDetail: tempopb.JobDetail{ |
| 790 | Tenant: "test-tenant", |
| 791 | Compaction: &tempopb.CompactionDetail{ |
| 792 | Input: []string{"block1", "block2"}, |
| 793 | }, |
| 794 | }, |
| 795 | } |
| 796 | } |
no outgoing calls
no test coverage detected