[
https://issues.apache.org/jira/browse/GEODE-9405?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17373607#comment-17373607
]
Michael Martell commented on GEODE-9405:
----------------------------------------
Key learnings from investigating this issue:
* These security related tests were likely broken by the test folder
restructuring when moving to geode-native 10.
* xml/Security was the old path. New path is templates/security. The path was
never updated in the tests.
* Another discovery was that the refactor of CacheHelper.cpp::initServer
doesn't use the securityParams argument (marked as unused), but many of these
security tests rely on that 4th argument to pass security parameters to the
server.
> Build fails on rhel-8 release
> -----------------------------
>
> Key: GEODE-9405
> URL: https://issues.apache.org/jira/browse/GEODE-9405
> Project: Geode
> Issue Type: Bug
> Components: native client
> Reporter: Michael Martell
> Assignee: Michael Martell
> Priority: Major
> Labels: pull-request-available
>
> Looks like a recent gcc compiler change on rhel-8 is causing build failures
> in the CI.
> Looks to be related to unsafe use of strncpy in a few of our legacy C++ tests.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)