[ 
https://issues.apache.org/jira/browse/IGNITE-8714?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Alexander Menshikov updated IGNITE-8714:
----------------------------------------
    Description: 
JCache TCK 1.1.0 now tests CacheEntryEvent#getOldValue() behavior.

And current master fails with this reason on following tests:
 * CacheListenerTest.testFilteredListener
 * CacheListenerTest.testCacheEntryListener

Copied from speck changing discussion:

When CacheEntryListenerConfiguration#isOldValueRequired is *true*:
||CacheEntryEvent Method||CreatedListener||UpdatedListener||Removed/Expired 
Listener||
|getValue()|_value_|_value_|_oldValue_|
|getOldValue()|null|_oldValue_|_oldValue_|

The last column is new behavior for #getValue().

I have to say tests testFilteredListener and testCacheEntryListener also fail 
in `afterTests` section because of IGNITE-8715, so PR will not change the 
number of failed tests if ignite-8715 unfixed.

Please see link on JCache TCK and speck 1.1.0 changes.

  was:
 

 

JCache TCK 1.1.0 now tests CacheEntryEvent#getOldValue() behavior.

And current master fails with this reason on following tests:
 * CacheListenerTest.testFilteredListener
 * CacheListenerTest.testCacheEntryListener

Copied from speck changing discussion:

When CacheEntryListenerConfiguration#isOldValueRequired is *true*:
||CacheEntryEvent Method||CreatedListener||UpdatedListener||Removed/Expired 
Listener||
|getValue()|_value_|_value_|_oldValue_|
|getOldValue()|null|_oldValue_|_oldValue_|

The last column is new behavior for #getValue().

I have to say tests testFilteredListener and testCacheEntryListener also fail 
in `afterTests` section because of 
[IGNITE-8715|https://issues.apache.org/jira/browse/IGNITE-8715], so PR will not 
change the number of failed tests if ignite-8715 unfixed.

Please see link on JCache TCK and speck 1.1.0 changes.


> CacheEntryEvent.getOldValue should be available
> -----------------------------------------------
>
>                 Key: IGNITE-8714
>                 URL: https://issues.apache.org/jira/browse/IGNITE-8714
>             Project: Ignite
>          Issue Type: Sub-task
>            Reporter: Alexander Menshikov
>            Assignee: Alexander Menshikov
>            Priority: Major
>
> JCache TCK 1.1.0 now tests CacheEntryEvent#getOldValue() behavior.
> And current master fails with this reason on following tests:
>  * CacheListenerTest.testFilteredListener
>  * CacheListenerTest.testCacheEntryListener
> Copied from speck changing discussion:
> When CacheEntryListenerConfiguration#isOldValueRequired is *true*:
> ||CacheEntryEvent Method||CreatedListener||UpdatedListener||Removed/Expired 
> Listener||
> |getValue()|_value_|_value_|_oldValue_|
> |getOldValue()|null|_oldValue_|_oldValue_|
> The last column is new behavior for #getValue().
> I have to say tests testFilteredListener and testCacheEntryListener also fail 
> in `afterTests` section because of IGNITE-8715, so PR will not change the 
> number of failed tests if ignite-8715 unfixed.
> Please see link on JCache TCK and speck 1.1.0 changes.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to