[
https://issues.apache.org/jira/browse/KNOX-3069?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Larry McCay resolved KNOX-3069.
-------------------------------
Fix Version/s: 2.1.0
Resolution: Fixed
> Flakey Test - TokenServiceResourceTest
> --------------------------------------
>
> Key: KNOX-3069
> URL: https://issues.apache.org/jira/browse/KNOX-3069
> Project: Apache Knox
> Issue Type: Bug
> Components: JWT
> Reporter: Larry McCay
> Priority: Minor
> Fix For: 2.1.0
>
> Time Spent: 20m
> Remaining Estimate: 0h
>
> TokenServiceResourceTest - testLimitingTokensPerUser method acquires many
> tokens within a tight for loop and does not insure that the tokenIds are
> unique.
> This results in test failures for the unlimited tokens per user on certain
> machines.
> This may also point to a larger concurrency problem which needs
> investigation. Will file a separate JIRA for this. This may be an issue with
> the test or the UUID use for the tokenID in general. In the meantime, we
> can't have builds failing on certain machines.
> This change interrogates the response and adds an assertion to ensure that
> the tokenId is unique. It seems the time spent in doing the check "fixes" the
> failures. The same "fix" was accomplished with a sleep of 1ms between token
> acquisitions.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)