Closed varun-go closed 9 months ago
I am following up on this issue to see if someone can assist. Thank you.
I was able to resolve this issue. The problem was that the water.pb
file was not in the correct format. I confirmed this by running the following command in shell: file water.pb
and the output is water.pb: ASCII text
. However, the output should be data
.
I cloned the repository separately on two machines and observed this file format to be of type ASCII text
. A collaborator, however, found that the file format was data
. When using the data
file, the DATA_LOSS
error in the original message no longer occurs.
Thank you for creating this plugin!
I am having an issue during the installation process. I am able to successfully run the
make
andmake install
commands. However, when I runmake test
, all of the tests fail, as shown below.I looked at the test log file located at
build/Testing/Temporary/LastTest.log
and I see the following message:The remaining 4 tests all fail for a similar reason. I have verified that the
water.pb
file does exist. I understand that the warning states that certain environment variables are not set, but I am not sure it would cause the following error. I also looked at issue #9 and exported theLD_LIBRARY_PATH
variable, but I observed the same error. Can someone please provide some assistance? Thank you.