[
https://issues.apache.org/jira/browse/IGNITE-9454?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16663630#comment-16663630
]
Ignite TC Bot commented on IGNITE-9454:
---------------------------------------
{panel:title=Possible
Blockers|borderStyle=dashed|borderColor=#ccc|titleBGColor=#F7D6C1}
{color:#d04437}MVCC Cache{color} [[tests
4|https://ci.ignite.apache.org/viewLog.html?buildId=2157119]]
* IgniteCacheMvccTestSuite:
CacheMvccReplicatedCoordinatorFailoverTest.testReadInProgressCoordinatorFailsSimple_FromClientPutGet
- 0,0% fails in last 100 master runs.
{color:#d04437}Queries 2{color} [[tests
2|https://ci.ignite.apache.org/viewLog.html?buildId=2157097]]
* IgniteBinaryCacheQueryTestSuite2:
DynamicColumnsConcurrentTransactionalPartitionedSelfTest.testConcurrentOperationsAndNodeStartStopMultithreaded
- 0,0% fails in last 100 master runs.
{color:#d04437}Cache (Failover) 2{color} [[tests
1|https://ci.ignite.apache.org/viewLog.html?buildId=2157129]]
* IgniteCacheFailoverTestSuite2:
GridCacheReplicatedFailoverSelfTest.testPessimisticRepeatableReadTxConstantTopologyChange
- 0,0% fails in last 100 master runs.
{color:#d04437}PDS 1{color} [[tests
1|https://ci.ignite.apache.org/viewLog.html?buildId=2157159]]
* IgnitePdsTestSuite:
IgnitePdsDestroyCacheWithoutCheckpointsTest.testDestroyCachesAbruptlyWithoutCheckpoints
- 0,0% fails in last 100 master runs.
{panel}
[TeamCity Run All
Results|http://ci.ignite.apache.org/viewLog.html?buildId=2157173&buildTypeId=IgniteTests24Java8_RunAll]
> SecurityPermissionSetBuilder fails to append system permission CACHE_CREATE
> ---------------------------------------------------------------------------
>
> Key: IGNITE-9454
> URL: https://issues.apache.org/jira/browse/IGNITE-9454
> Project: Ignite
> Issue Type: Bug
> Components: security
> Affects Versions: 2.5
> Reporter: Alexey Kukushkin
> Assignee: Ilya Kasnacheev
> Priority: Major
> Labels: easyfix
>
> SecurityPermissionSetBuilder fails to append system permission CACHE_CREATE,
> CACHE_DESTROY and JOIN_AS_SERVER
> +*Reproducer*+:
> SecurityPermissionSetBuilder.create().appendSystemPermission(SecurityPermission.CACHE_CREATE)
> The code above throw IgniteException saying that a security permission name
> should begin with either EVENTS_ or ADMIN_
> *+Solution+:*
> Update SecurityPermissionSetBuilder to:
> # allow system permissions CACHE_CREATE, CACHE_DESTROY and JOIN_AS_SERVER
> # restrict cache presmissions CACHE_CREATE, CACHE_DESTROY
> # add automated tests
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)