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


##########
backend/helpers/e2ehelper/data_flow_tester.go:
##########
@@ -491,6 +501,10 @@ func (t *DataFlowTester) VerifyTableWithOptions(dst 
schema.Tabler, opts TableOpt
        if err != nil {
                panic(err)
        }
+       err = checkDiversity(dbRows, 3)

Review Comment:
   check diversity after the value checker. Because maybe there are some 
developers who want to add new data after the prev test passed.



-- 
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