[
https://issues.apache.org/jira/browse/GEODE-9458?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17406920#comment-17406920
]
ASF subversion and git services commented on GEODE-9458:
--------------------------------------------------------
Commit 4af2badab70b0321491b2ddc4e21b8551ea5a368 in geode's branch
refs/heads/develop from Joris Melchior
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=4af2bad ]
GEODE-9458: function execution with expiring authentication (#6789)
* GEODE-9456, GEODE-9452: Authentication Expiration (#6721)
* Add tests and throw AuthenticationExpiredException
Co-authored-by: Joris Melchior <[email protected]>
* GEODE-9460: Add testing for mutli-user scenarios (#6755)
Co-Authored-By Jinmei Liao <[email protected]>
* review update
* revert accidental change
* GEODE-9458: function execution with expiring authentication
* Changes based on review
* Changes based on review, parameterization
Co-authored-by: Jinmei Liao <[email protected]>
> Add tests for functions executions on servers when authentication expires
> -------------------------------------------------------------------------
>
> Key: GEODE-9458
> URL: https://issues.apache.org/jira/browse/GEODE-9458
> Project: Geode
> Issue Type: Sub-task
> Reporter: Jinmei Liao
> Assignee: Joris Melchior
> Priority: Major
> Labels: GeodeOperationAPI, pull-request-available
>
> The test should spin up multiple servers and test the functionService from
> the client:
> # function execution onServer/onMember
> # function execution onServers/onMembers
> # function execution onRegion
> and make sure the expired user would re-authenticate and continue to execute
> the functions in various cases
> and make sure the the subsequent successful function execution is done by the
> new user (not the expired one).
>
> test onServer, onServers, onRegions
--
This message was sent by Atlassian Jira
(v8.3.4#803005)