zhaojinchao95 commented on code in PR #27536:
URL: https://github.com/apache/shardingsphere/pull/27536#discussion_r1278512142


##########
test/e2e/sql/src/test/java/org/apache/shardingsphere/test/e2e/engine/type/RDLE2EIT.java:
##########
@@ -60,79 +58,108 @@ void assertExecute(final AssertionTestParameter testParam) 
throws SQLException {
             return;
         }
         SingleE2EContainerComposer containerComposer = new 
SingleE2EContainerComposer(testParam);
-        init(containerComposer);
-        assertExecute(testParam, containerComposer);
-        tearDown(containerComposer);
+        
+        if (null == containerComposer.getAssertions()) {
+            return;
+        }
+        int dataSetIndex = 0;
+        String mode = testParam.getMode();
+        
+        for (IntegrationTestCaseAssertion each : 
containerComposer.getAssertions()) {
+            if (each.getInitialSQL() != null && each.getAssertionSQL() != 
null) {

Review Comment:
   Please change to `null == xxx`



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