likyh commented on code in PR #3758:
URL: 
https://github.com/apache/incubator-devlake/pull/3758#discussion_r1026150090


##########
plugins/jenkins/e2e/builds_test.go:
##########
@@ -46,6 +46,7 @@ func TestJenkinsBuildsDataFlow(t *testing.T) {
        dataflowTester.FlushTabler(&models.JenkinsBuild{})
        dataflowTester.FlushTabler(&models.JenkinsBuildCommit{})
        dataflowTester.FlushTabler(&models.JenkinsStage{})
+       
dataflowTester.ImportCsvIntoTabler("./raw_tables/_tool_jenkins_stages.csv", 
&models.JenkinsStage{})
 
        dataflowTester.Subtask(tasks.ExtractApiBuildsMeta, taskData)

Review Comment:
   add some test data in e2e test to cover the logic about `JenkinsBuild. 
HasStages`



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to