VGalaxies commented on code in PR #2445:
URL:
https://github.com/apache/incubator-hugegraph/pull/2445#discussion_r1481526764
##########
pom.xml:
##########
@@ -179,6 +179,7 @@
<exclude>**/rocksdb-*/**</exclude>
<exclude>**/hbase-*/**</exclude>
<exclude>**/apache-cassandra-*/**</exclude>
+ <exclude>**/pid</exclude>
Review Comment:
These files or directories are excluded because validation is performed
before using `mvn test`, which may include data generated from previous tests
or files generated during server runtime, such as:
```text
/home/runner/work/incubator-hugegraph/incubator-hugegraph/hugegraph-server/apache-hugegraph-incubating-1.2.0/bin/pid
/home/runner/work/incubator-hugegraph/incubator-hugegraph/hugegraph-server/hugegraph-test/rocksdb-data/graph/m/OPTIONS-000015
```
--
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]