[jira] [Updated] (GEODE-9699) ZUNIONSTORE returns 1 instead of 0 when running against non-existing key

2022-02-08 Thread Anthony Baker (Jira)


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

Anthony Baker updated GEODE-9699:
-
Labels: pull-request-available release-blocker unreleased  (was: 
pull-request-available release-blocker)

> ZUNIONSTORE returns 1 instead of 0 when running against non-existing key
> 
>
> Key: GEODE-9699
> URL: https://issues.apache.org/jira/browse/GEODE-9699
> Project: Geode
>  Issue Type: Bug
>  Components: redis
>Affects Versions: 1.15.0
>Reporter: Eric Zoerner
>Assignee: Donal Evans
>Priority: Major
>  Labels: pull-request-available, release-blocker, unreleased
> Fix For: 1.15.0
>
>
> The following redis TCL test fails when running against Geode for Redis:
> {code}
> # Geode fails with: Expected '1' to be equal to '0'
> test "ZUNIONSTORE against non-existing key doesn't set destination - 
> $encoding" {
> r del "{slot}zseta"
> assert_equal 0 [r zunionstore "{slot}dst_key" 1 "{slot}zseta"]
> assert_equal 0 [r exists "{slot}dst_key"]
> }
> {code}
> Enable this test as part of this fix.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Updated] (GEODE-9699) ZUNIONSTORE returns 1 instead of 0 when running against non-existing key

2021-10-13 Thread ASF GitHub Bot (Jira)


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

ASF GitHub Bot updated GEODE-9699:
--
Labels: pull-request-available release-blocker  (was: release-blocker)

> ZUNIONSTORE returns 1 instead of 0 when running against non-existing key
> 
>
> Key: GEODE-9699
> URL: https://issues.apache.org/jira/browse/GEODE-9699
> Project: Geode
>  Issue Type: Bug
>  Components: redis
>Affects Versions: 1.15.0
>Reporter: Eric Zoerner
>Assignee: Donal Evans
>Priority: Major
>  Labels: pull-request-available, release-blocker
>
> The following redis TCL test fails when running against Geode for Redis:
> {code}
> # Geode fails with: Expected '1' to be equal to '0'
> test "ZUNIONSTORE against non-existing key doesn't set destination - 
> $encoding" {
> r del "{slot}zseta"
> assert_equal 0 [r zunionstore "{slot}dst_key" 1 "{slot}zseta"]
> assert_equal 0 [r exists "{slot}dst_key"]
> }
> {code}
> Enable this test as part of this fix.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (GEODE-9699) ZUNIONSTORE returns 1 instead of 0 when running against non-existing key

2021-10-12 Thread Wayne (Jira)


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

Wayne updated GEODE-9699:
-
Labels: release-blocker  (was: needsTriage)

> ZUNIONSTORE returns 1 instead of 0 when running against non-existing key
> 
>
> Key: GEODE-9699
> URL: https://issues.apache.org/jira/browse/GEODE-9699
> Project: Geode
>  Issue Type: Bug
>  Components: redis
>Affects Versions: 1.15.0
>Reporter: Eric Zoerner
>Priority: Major
>  Labels: release-blocker
>
> The following redis TCL test fails when running against Geode for Redis:
> {code}
> # Geode fails with: Expected '1' to be equal to '0'
> test "ZUNIONSTORE against non-existing key doesn't set destination - 
> $encoding" {
> r del "{slot}zseta"
> assert_equal 0 [r zunionstore "{slot}dst_key" 1 "{slot}zseta"]
> assert_equal 0 [r exists "{slot}dst_key"]
> }
> {code}
> Enable this test as part of this fix.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (GEODE-9699) ZUNIONSTORE returns 1 instead of 0 when running against non-existing key

2021-10-08 Thread Eric Zoerner (Jira)


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

Eric Zoerner updated GEODE-9699:

Description: 
The following redis TCL test fails when running against Geode for Redis:


{code}
# Geode fails with: Expected '1' to be equal to '0'
test "ZUNIONSTORE against non-existing key doesn't set destination - 
$encoding" {
r del "{slot}zseta"
assert_equal 0 [r zunionstore "{slot}dst_key" 1 "{slot}zseta"]
assert_equal 0 [r exists "{slot}dst_key"]
}
{code}

Enable this test as part of this fix.


  was:
The following redis TCL test fails when running against Geode for Redis:


{code}
# Geode fails with: Expected '1' to be equal to '0'
test "ZUNIONSTORE against non-existing key doesn't set destination - 
$encoding" {
r del "{slot}zseta"
assert_equal 0 [r zunionstore "{slot}dst_key" 1 "{slot}zseta"]
assert_equal 0 [r exists "{slot}dst_key"]
}
{code}

Reënable this test as part of this fix.



> ZUNIONSTORE returns 1 instead of 0 when running against non-existing key
> 
>
> Key: GEODE-9699
> URL: https://issues.apache.org/jira/browse/GEODE-9699
> Project: Geode
>  Issue Type: Bug
>  Components: redis
>Affects Versions: 1.15.0
>Reporter: Eric Zoerner
>Priority: Major
>  Labels: needsTriage
>
> The following redis TCL test fails when running against Geode for Redis:
> {code}
> # Geode fails with: Expected '1' to be equal to '0'
> test "ZUNIONSTORE against non-existing key doesn't set destination - 
> $encoding" {
> r del "{slot}zseta"
> assert_equal 0 [r zunionstore "{slot}dst_key" 1 "{slot}zseta"]
> assert_equal 0 [r exists "{slot}dst_key"]
> }
> {code}
> Enable this test as part of this fix.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (GEODE-9699) ZUNIONSTORE returns 1 instead of 0 when running against non-existing key

2021-10-08 Thread Eric Zoerner (Jira)


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

Eric Zoerner updated GEODE-9699:

Description: 
The following redis TCL test fails when running against Geode for Redis:


{code}
# Geode fails with: Expected '1' to be equal to '0'
test "ZUNIONSTORE against non-existing key doesn't set destination - 
$encoding" {
r del "{slot}zseta"
assert_equal 0 [r zunionstore "{slot}dst_key" 1 "{slot}zseta"]
assert_equal 0 [r exists "{slot}dst_key"]
}
{code}

Reënable this test as part of this fix.


  was:
The following redis TCL test fails when running against Geode for Redis:


{code}
# Geode fails with: Expected '1' to be equal to '0'
test "ZUNIONSTORE against non-existing key doesn't set destination - 
$encoding" {
r del "{slot}zseta"
assert_equal 0 [r zunionstore "{slot}dst_key" 1 "{slot}zseta"]
assert_equal 0 [r exists "{slot}dst_key"]
}
{code}




> ZUNIONSTORE returns 1 instead of 0 when running against non-existing key
> 
>
> Key: GEODE-9699
> URL: https://issues.apache.org/jira/browse/GEODE-9699
> Project: Geode
>  Issue Type: Bug
>  Components: redis
>Affects Versions: 1.15.0
>Reporter: Eric Zoerner
>Priority: Major
>  Labels: needsTriage
>
> The following redis TCL test fails when running against Geode for Redis:
> {code}
> # Geode fails with: Expected '1' to be equal to '0'
> test "ZUNIONSTORE against non-existing key doesn't set destination - 
> $encoding" {
> r del "{slot}zseta"
> assert_equal 0 [r zunionstore "{slot}dst_key" 1 "{slot}zseta"]
> assert_equal 0 [r exists "{slot}dst_key"]
> }
> {code}
> Reënable this test as part of this fix.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (GEODE-9699) ZUNIONSTORE returns 1 instead of 0 when running against non-existing key

2021-10-07 Thread Alexander Murmann (Jira)


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

Alexander Murmann updated GEODE-9699:
-
Labels: needsTriage  (was: )

> ZUNIONSTORE returns 1 instead of 0 when running against non-existing key
> 
>
> Key: GEODE-9699
> URL: https://issues.apache.org/jira/browse/GEODE-9699
> Project: Geode
>  Issue Type: Bug
>  Components: redis
>Affects Versions: 1.15.0
>Reporter: Eric Zoerner
>Priority: Major
>  Labels: needsTriage
>
> The following redis TCL test fails when running against Geode for Redis:
> {code}
> # Geode fails with: Expected '1' to be equal to '0'
> test "ZUNIONSTORE against non-existing key doesn't set destination - 
> $encoding" {
> r del "{slot}zseta"
> assert_equal 0 [r zunionstore "{slot}dst_key" 1 "{slot}zseta"]
> assert_equal 0 [r exists "{slot}dst_key"]
> }
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)