You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@iotdb.apache.org by GitBox <gi...@apache.org> on 2022/10/31 02:30:06 UTC

[GitHub] [iotdb] DanielWang2035 opened a new issue, #7803: Unexpected action in IoTDBSessionAlignedInsertIT

DanielWang2035 opened a new issue, #7803:
URL: https://github.com/apache/iotdb/issues/7803

   [https://github.com/apache/iotdb/blob/master/integration-test/src/test/java/org/apache/iotdb/session/it/IoTDBSessionAlignedInsertIT.java](url)
   There's some issue with this IT. For example, `insertAlignedTabletTest` in line 73 calls `selectTest` in line 318, but  `selectTest` traverses the whole ResultSet and then returns it, so the code will never get into the while loop in line 83. I tried to disable the traverse in `selectTest` , and the test failed.


-- 
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: reviews-unsubscribe@iotdb.apache.org.apache.org

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


[GitHub] [iotdb] HTHou closed issue #7803: Unexpected action in IoTDBSessionAlignedInsertIT

Posted by GitBox <gi...@apache.org>.
HTHou closed issue #7803: Unexpected action in IoTDBSessionAlignedInsertIT
URL: https://github.com/apache/iotdb/issues/7803


-- 
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: reviews-unsubscribe@iotdb.apache.org

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