imbajin commented on code in PR #2888:
URL:
https://github.com/apache/incubator-hugegraph/pull/2888#discussion_r2472160381
##########
hugegraph-server/hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlStore.java:
##########
@@ -223,6 +223,7 @@ public void truncate() {
this.checkOpened();
this.truncateTables();
+ this.init();
Review Comment:
> I have submitted a MySQL compatibility fix to the `release-1.5.0` branch.
Since this is a legacy compatibility patch, I will submit a separate PR to the
master branch to address the HBase storage issues. Regarding the addition of
test cases: I’ve noticed that `hugegraph-test` currently lacks backend-specific
tests for `HBase` and `MySQL`. I plan to add a minimal set of regression tests.
However, I’m not very familiar with how to build such backend-specific test
cases. Could you please provide some guidance or reference examples?
refer ci steps:
https://github.com/apache/incubator-hugegraph/actions/runs/18783126996/workflow?pr=2888#L49
<img width="649" height="243" alt="image"
src="https://github.com/user-attachments/assets/b6e8f714-9f7f-43d1-90ac-70ae736f4bde"
/>
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]