[jira] [Updated] (CASSANDRA-14545) dtests: fix pytest.raises argument names

2018-07-25 Thread Stefan Podkowinski (JIRA)


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

Stefan Podkowinski updated CASSANDRA-14545:
---
Resolution: Fixed
  Reviewer: Jason Brown
Status: Resolved  (was: Ready to Commit)

Committed as f210e532e

> dtests: fix pytest.raises argument names
> 
>
> Key: CASSANDRA-14545
> URL: https://issues.apache.org/jira/browse/CASSANDRA-14545
> Project: Cassandra
>  Issue Type: Bug
>  Components: Testing
>Reporter: Stefan Podkowinski
>Assignee: Stefan Podkowinski
>Priority: Major
>  Labels: dtest
> Attachments: CASSANDRA-14545.patch
>
>
> I've been through a couple of [dtest 
> results|https://builds.apache.org/view/A-D/view/Cassandra/job/Cassandra-devbranch-dtest/580/#showFailuresLink]
>  lately and notices some interpreter errors regarding how we call 
> pytest.raises. The 
> [reference|https://docs.pytest.org/en/latest/assert.html#assertions-about-expected-exceptions]
>  is pretty clear on what would be the correct arguments, but still want to 
> make sure we're not working on different pytest versions. 
> [~mkjellman] can you quickly check the following inconsistencies and look at 
> my patch (msg->message, matches->match)?
> {noformat}
> git show 49b2dda4 |egrep 'raises.*, m' {noformat}



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

-
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org



[jira] [Updated] (CASSANDRA-14545) dtests: fix pytest.raises argument names

2018-07-24 Thread Jason Brown (JIRA)


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

Jason Brown updated CASSANDRA-14545:

Labels: dtest  (was: )

> dtests: fix pytest.raises argument names
> 
>
> Key: CASSANDRA-14545
> URL: https://issues.apache.org/jira/browse/CASSANDRA-14545
> Project: Cassandra
>  Issue Type: Bug
>  Components: Testing
>Reporter: Stefan Podkowinski
>Assignee: Stefan Podkowinski
>Priority: Major
>  Labels: dtest
> Attachments: CASSANDRA-14545.patch
>
>
> I've been through a couple of [dtest 
> results|https://builds.apache.org/view/A-D/view/Cassandra/job/Cassandra-devbranch-dtest/580/#showFailuresLink]
>  lately and notices some interpreter errors regarding how we call 
> pytest.raises. The 
> [reference|https://docs.pytest.org/en/latest/assert.html#assertions-about-expected-exceptions]
>  is pretty clear on what would be the correct arguments, but still want to 
> make sure we're not working on different pytest versions. 
> [~mkjellman] can you quickly check the following inconsistencies and look at 
> my patch (msg->message, matches->match)?
> {noformat}
> git show 49b2dda4 |egrep 'raises.*, m' {noformat}



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

-
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org



[jira] [Updated] (CASSANDRA-14545) dtests: fix pytest.raises argument names

2018-07-24 Thread Jason Brown (JIRA)


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

Jason Brown updated CASSANDRA-14545:

Status: Ready to Commit  (was: Patch Available)

> dtests: fix pytest.raises argument names
> 
>
> Key: CASSANDRA-14545
> URL: https://issues.apache.org/jira/browse/CASSANDRA-14545
> Project: Cassandra
>  Issue Type: Bug
>  Components: Testing
>Reporter: Stefan Podkowinski
>Assignee: Stefan Podkowinski
>Priority: Major
> Attachments: CASSANDRA-14545.patch
>
>
> I've been through a couple of [dtest 
> results|https://builds.apache.org/view/A-D/view/Cassandra/job/Cassandra-devbranch-dtest/580/#showFailuresLink]
>  lately and notices some interpreter errors regarding how we call 
> pytest.raises. The 
> [reference|https://docs.pytest.org/en/latest/assert.html#assertions-about-expected-exceptions]
>  is pretty clear on what would be the correct arguments, but still want to 
> make sure we're not working on different pytest versions. 
> [~mkjellman] can you quickly check the following inconsistencies and look at 
> my patch (msg->message, matches->match)?
> {noformat}
> git show 49b2dda4 |egrep 'raises.*, m' {noformat}



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

-
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org



[jira] [Updated] (CASSANDRA-14545) dtests: fix pytest.raises argument names

2018-06-27 Thread Stefan Podkowinski (JIRA)


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

Stefan Podkowinski updated CASSANDRA-14545:
---
Description: 
I've been through a couple of [dtest 
results|https://builds.apache.org/view/A-D/view/Cassandra/job/Cassandra-devbranch-dtest/580/#showFailuresLink]
 lately and notices some interpreter errors regarding how we call 
pytest.raises. The 
[reference|https://docs.pytest.org/en/latest/assert.html#assertions-about-expected-exceptions]
 is pretty clear on what would be the correct arguments, but still want to make 
sure we're not working on different pytest versions. 
[~mkjellman] can you quickly check the following inconsistencies and look at my 
patch (msg->message, matches->match)?
{noformat}
git show 49b2dda4 |egrep 'raises.*, m' {noformat}

  was:
I've been through a couple of [dtest 
results|https://builds.apache.org/view/A-D/view/Cassandra/job/Cassandra-devbranch-dtest/580/#showFailuresLink]
 lately and notices some interpreter errors regarding how we call 
pytest.raises. The 
[reference|https://docs.pytest.org/en/latest/assert.html#assertions-about-expected-exceptions]
 is pretty clear on what would be the correct arguments, but still want to make 
sure we're not working on different pytest versions. 
 [~bdeggleston], can you quickly check the following inconsistencies and look 
at my patch (msg->message, matches->match)?
{noformat}
git show 49b2dda4 |egrep 'raises.*, m' {noformat}


> dtests: fix pytest.raises argument names
> 
>
> Key: CASSANDRA-14545
> URL: https://issues.apache.org/jira/browse/CASSANDRA-14545
> Project: Cassandra
>  Issue Type: Bug
>  Components: Testing
>Reporter: Stefan Podkowinski
>Assignee: Stefan Podkowinski
>Priority: Major
> Attachments: CASSANDRA-14545.patch
>
>
> I've been through a couple of [dtest 
> results|https://builds.apache.org/view/A-D/view/Cassandra/job/Cassandra-devbranch-dtest/580/#showFailuresLink]
>  lately and notices some interpreter errors regarding how we call 
> pytest.raises. The 
> [reference|https://docs.pytest.org/en/latest/assert.html#assertions-about-expected-exceptions]
>  is pretty clear on what would be the correct arguments, but still want to 
> make sure we're not working on different pytest versions. 
> [~mkjellman] can you quickly check the following inconsistencies and look at 
> my patch (msg->message, matches->match)?
> {noformat}
> git show 49b2dda4 |egrep 'raises.*, m' {noformat}



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

-
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org



[jira] [Updated] (CASSANDRA-14545) dtests: fix pytest.raises argument names

2018-06-27 Thread Stefan Podkowinski (JIRA)


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

Stefan Podkowinski updated CASSANDRA-14545:
---
Status: Patch Available  (was: Open)

> dtests: fix pytest.raises argument names
> 
>
> Key: CASSANDRA-14545
> URL: https://issues.apache.org/jira/browse/CASSANDRA-14545
> Project: Cassandra
>  Issue Type: Bug
>  Components: Testing
>Reporter: Stefan Podkowinski
>Assignee: Stefan Podkowinski
>Priority: Major
> Attachments: CASSANDRA-14545.patch
>
>
> I've been through a couple of [dtest 
> results|https://builds.apache.org/view/A-D/view/Cassandra/job/Cassandra-devbranch-dtest/580/#showFailuresLink]
>  lately and notices some interpreter errors regarding how we call 
> pytest.raises. The 
> [reference|https://docs.pytest.org/en/latest/assert.html#assertions-about-expected-exceptions]
>  is pretty clear on what would be the correct arguments, but still want to 
> make sure we're not working on different pytest versions. 
> [~mkjellman] can you quickly check the following inconsistencies and look at 
> my patch (msg->message, matches->match)?
> {noformat}
> git show 49b2dda4 |egrep 'raises.*, m' {noformat}



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

-
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org



[jira] [Updated] (CASSANDRA-14545) dtests: fix pytest.raises argument names

2018-06-27 Thread Stefan Podkowinski (JIRA)


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

Stefan Podkowinski updated CASSANDRA-14545:
---
Attachment: CASSANDRA-14545.patch

> dtests: fix pytest.raises argument names
> 
>
> Key: CASSANDRA-14545
> URL: https://issues.apache.org/jira/browse/CASSANDRA-14545
> Project: Cassandra
>  Issue Type: Bug
>  Components: Testing
>Reporter: Stefan Podkowinski
>Assignee: Stefan Podkowinski
>Priority: Major
> Attachments: CASSANDRA-14545.patch
>
>
> I've been through a couple of [dtest 
> results|https://builds.apache.org/view/A-D/view/Cassandra/job/Cassandra-devbranch-dtest/580/#showFailuresLink]
>  lately and notices some interpreter errors regarding how we call 
> pytest.raises. The 
> [reference|https://docs.pytest.org/en/latest/assert.html#assertions-about-expected-exceptions]
>  is pretty clear on what would be the correct arguments, but still want to 
> make sure we're not working on different pytest versions. 
>  [~bdeggleston], can you quickly check the following inconsistencies and look 
> at my patch (msg->message, matches->match)?
> {noformat}
> git show 49b2dda4 |egrep 'raises.*, m' {noformat}



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

-
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org