You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by GitBox <gi...@apache.org> on 2022/04/28 15:47:01 UTC

[GitHub] [shardingsphere] sandynz commented on pull request #17187: Debug pipelineConfig null in unit test

sandynz commented on PR #17187:
URL: https://github.com/apache/shardingsphere/pull/17187#issuecomment-1112369015

   There's failed unit test in CI, but works on local unit test.
   e.g. https://github.com/apache/shardingsphere/runs/6211884820?check_suite_focus=true
   ```
   Error:  assertDataConsistencyCheck(org.apache.shardingsphere.data.pipeline.core.api.impl.RuleAlteredJobAPIImplTest)  Time elapsed: 0.011 s  <<< ERROR!
   java.lang.NullPointerException: Cannot invoke "org.apache.shardingsphere.data.pipeline.api.config.rulealtered.PipelineConfiguration.getSource()" because "pipelineConfig" is null
   	at org.apache.shardingsphere.data.pipeline.core.api.impl.RuleAlteredJobAPIImplTest.initTableData(RuleAlteredJobAPIImplTest.java:239)
   	at org.apache.shardingsphere.data.pipeline.core.api.impl.RuleAlteredJobAPIImplTest.assertDataConsistencyCheck(RuleAlteredJobAPIImplTest.java:131)
   ```
   
   


-- 
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: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org