ChenSammi commented on PR #10377:
URL: https://github.com/apache/ozone/pull/10377#issuecomment-4572125291
There are 4 integration tests, all belong to "ozone-integration-test"
module, but two integration categories. The tests in client category passed,
and those in hdds failed due to libhadoop not found .
```
TestDomainSocketFactory passed integration(client)
TestLocalChunkInputStream passed integration(client)
TestXceiverServerDomainSocket failed integration(hdds)
TestXceiverClientManagerSC failed integration(hdds)
```
I add the profile "test-short-circuit" in last commit, and
"-Ptest-short-circuit" when integration.sh is called.
integration(client) passed while integration(hdds) failed. Does each
integration category run share the same ozone home directory, and files, or
each integration category has its own fresh run environment?
@adoroszlai , do you have any suggestion that how I can make the
integration(hdds) have the libhadoop native library ready too?
--
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]