You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/01/25 00:36:17 UTC

[GitHub] [arrow] lidavidm opened a new pull request #12245: ARROW-15437: [Python][FlightRPC] Fix flaky test test_interrupt

lidavidm opened a new pull request #12245:
URL: https://github.com/apache/arrow/pull/12245


   This test tends to be flaky under pytest --pdb because the
   exception it's looking for may either be the exception pytest
   captured, or the __context__ of said exception. Test both to be
   sure.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [arrow] lidavidm commented on pull request #12245: ARROW-15437: [Python][FlightRPC] Fix flaky test test_interrupt

Posted by GitBox <gi...@apache.org>.
lidavidm commented on pull request #12245:
URL: https://github.com/apache/arrow/pull/12245#issuecomment-1021198811


   Not really, except running the test in a loop (though --pdb makes it much more likely)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [arrow] kszucs commented on pull request #12245: ARROW-15437: [Python][FlightRPC] Fix flaky test test_interrupt

Posted by GitBox <gi...@apache.org>.
kszucs commented on pull request #12245:
URL: https://github.com/apache/arrow/pull/12245#issuecomment-1021190719


   @lidavidm do we have a reproducer perhaps?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [arrow] lidavidm commented on pull request #12245: ARROW-15437: [Python][FlightRPC] Fix flaky test test_interrupt

Posted by GitBox <gi...@apache.org>.
lidavidm commented on pull request #12245:
URL: https://github.com/apache/arrow/pull/12245#issuecomment-1021198811


   Not really, except running the test in a loop (though --pdb makes it much more likely)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [arrow] kszucs closed pull request #12245: ARROW-15437: [Python][FlightRPC] Fix flaky test test_interrupt

Posted by GitBox <gi...@apache.org>.
kszucs closed pull request #12245:
URL: https://github.com/apache/arrow/pull/12245


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [arrow] ursabot commented on pull request #12245: ARROW-15437: [Python][FlightRPC] Fix flaky test test_interrupt

Posted by GitBox <gi...@apache.org>.
ursabot commented on pull request #12245:
URL: https://github.com/apache/arrow/pull/12245#issuecomment-1021211208


   Benchmark runs are scheduled for baseline = 231d0a6b30e7017f0e07162b6716f3da49a674d0 and contender = 0fa4b9ca1e7b13ac230f85075d86d783eeea6a74. 0fa4b9ca1e7b13ac230f85075d86d783eeea6a74 is a master commit associated with this PR. Results will be available as each benchmark for each run completes.
   Conbench compare runs links:
   [Scheduled] [ec2-t3-xlarge-us-east-2](https://conbench.ursa.dev/compare/runs/708a4484bf054ea39e277489f07f327f...ec29b5b27ede4f84b0b57463365ac53f/)
   [Scheduled] [ursa-i9-9960x](https://conbench.ursa.dev/compare/runs/01cfa1661c444ba0a1ed9f1ff691cec8...558272c1011141a184f2376011f85fb2/)
   [Scheduled] [ursa-thinkcentre-m75q](https://conbench.ursa.dev/compare/runs/0e434b6c358342a3be2253a61c549839...28075e1916b54bc1bf42fbad27900d56/)
   Supported benchmarks:
   ec2-t3-xlarge-us-east-2: Supported benchmark langs: Python. Runs only benchmarks with cloud = True
   ursa-i9-9960x: Supported benchmark langs: Python, R, JavaScript
   ursa-thinkcentre-m75q: Supported benchmark langs: C++, Java
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [arrow] kszucs closed pull request #12245: ARROW-15437: [Python][FlightRPC] Fix flaky test test_interrupt

Posted by GitBox <gi...@apache.org>.
kszucs closed pull request #12245:
URL: https://github.com/apache/arrow/pull/12245


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [arrow] github-actions[bot] commented on pull request #12245: ARROW-15437: [Python][FlightRPC] Fix flaky test test_interrupt

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on pull request #12245:
URL: https://github.com/apache/arrow/pull/12245#issuecomment-1020690116


   https://issues.apache.org/jira/browse/ARROW-15437


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [arrow] ursabot commented on pull request #12245: ARROW-15437: [Python][FlightRPC] Fix flaky test test_interrupt

Posted by GitBox <gi...@apache.org>.
ursabot commented on pull request #12245:
URL: https://github.com/apache/arrow/pull/12245#issuecomment-1021211208


   Benchmark runs are scheduled for baseline = 231d0a6b30e7017f0e07162b6716f3da49a674d0 and contender = 0fa4b9ca1e7b13ac230f85075d86d783eeea6a74. 0fa4b9ca1e7b13ac230f85075d86d783eeea6a74 is a master commit associated with this PR. Results will be available as each benchmark for each run completes.
   Conbench compare runs links:
   [Scheduled] [ec2-t3-xlarge-us-east-2](https://conbench.ursa.dev/compare/runs/708a4484bf054ea39e277489f07f327f...ec29b5b27ede4f84b0b57463365ac53f/)
   [Scheduled] [ursa-i9-9960x](https://conbench.ursa.dev/compare/runs/01cfa1661c444ba0a1ed9f1ff691cec8...558272c1011141a184f2376011f85fb2/)
   [Scheduled] [ursa-thinkcentre-m75q](https://conbench.ursa.dev/compare/runs/0e434b6c358342a3be2253a61c549839...28075e1916b54bc1bf42fbad27900d56/)
   Supported benchmarks:
   ec2-t3-xlarge-us-east-2: Supported benchmark langs: Python. Runs only benchmarks with cloud = True
   ursa-i9-9960x: Supported benchmark langs: Python, R, JavaScript
   ursa-thinkcentre-m75q: Supported benchmark langs: C++, Java
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [arrow] ursabot edited a comment on pull request #12245: ARROW-15437: [Python][FlightRPC] Fix flaky test test_interrupt

Posted by GitBox <gi...@apache.org>.
ursabot edited a comment on pull request #12245:
URL: https://github.com/apache/arrow/pull/12245#issuecomment-1021211208


   Benchmark runs are scheduled for baseline = 231d0a6b30e7017f0e07162b6716f3da49a674d0 and contender = 0fa4b9ca1e7b13ac230f85075d86d783eeea6a74. 0fa4b9ca1e7b13ac230f85075d86d783eeea6a74 is a master commit associated with this PR. Results will be available as each benchmark for each run completes.
   Conbench compare runs links:
   [Finished :arrow_down:0.0% :arrow_up:0.0%] [ec2-t3-xlarge-us-east-2](https://conbench.ursa.dev/compare/runs/708a4484bf054ea39e277489f07f327f...ec29b5b27ede4f84b0b57463365ac53f/)
   [Scheduled] [ursa-i9-9960x](https://conbench.ursa.dev/compare/runs/01cfa1661c444ba0a1ed9f1ff691cec8...558272c1011141a184f2376011f85fb2/)
   [Scheduled] [ursa-thinkcentre-m75q](https://conbench.ursa.dev/compare/runs/0e434b6c358342a3be2253a61c549839...28075e1916b54bc1bf42fbad27900d56/)
   Supported benchmarks:
   ec2-t3-xlarge-us-east-2: Supported benchmark langs: Python. Runs only benchmarks with cloud = True
   ursa-i9-9960x: Supported benchmark langs: Python, R, JavaScript
   ursa-thinkcentre-m75q: Supported benchmark langs: C++, Java
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [arrow] ursabot edited a comment on pull request #12245: ARROW-15437: [Python][FlightRPC] Fix flaky test test_interrupt

Posted by GitBox <gi...@apache.org>.
ursabot edited a comment on pull request #12245:
URL: https://github.com/apache/arrow/pull/12245#issuecomment-1021211208


   Benchmark runs are scheduled for baseline = 231d0a6b30e7017f0e07162b6716f3da49a674d0 and contender = 0fa4b9ca1e7b13ac230f85075d86d783eeea6a74. 0fa4b9ca1e7b13ac230f85075d86d783eeea6a74 is a master commit associated with this PR. Results will be available as each benchmark for each run completes.
   Conbench compare runs links:
   [Finished :arrow_down:0.0% :arrow_up:0.0%] [ec2-t3-xlarge-us-east-2](https://conbench.ursa.dev/compare/runs/708a4484bf054ea39e277489f07f327f...ec29b5b27ede4f84b0b57463365ac53f/)
   [Scheduled] [ursa-i9-9960x](https://conbench.ursa.dev/compare/runs/01cfa1661c444ba0a1ed9f1ff691cec8...558272c1011141a184f2376011f85fb2/)
   [Finished :arrow_down:0.35% :arrow_up:0.0%] [ursa-thinkcentre-m75q](https://conbench.ursa.dev/compare/runs/0e434b6c358342a3be2253a61c549839...28075e1916b54bc1bf42fbad27900d56/)
   Supported benchmarks:
   ec2-t3-xlarge-us-east-2: Supported benchmark langs: Python. Runs only benchmarks with cloud = True
   ursa-i9-9960x: Supported benchmark langs: Python, R, JavaScript
   ursa-thinkcentre-m75q: Supported benchmark langs: C++, Java
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [arrow] kszucs commented on pull request #12245: ARROW-15437: [Python][FlightRPC] Fix flaky test test_interrupt

Posted by GitBox <gi...@apache.org>.
kszucs commented on pull request #12245:
URL: https://github.com/apache/arrow/pull/12245#issuecomment-1021190719


   @lidavidm do we have a reproducer perhaps?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [arrow] ursabot edited a comment on pull request #12245: ARROW-15437: [Python][FlightRPC] Fix flaky test test_interrupt

Posted by GitBox <gi...@apache.org>.
ursabot edited a comment on pull request #12245:
URL: https://github.com/apache/arrow/pull/12245#issuecomment-1021211208






-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [arrow] ursabot edited a comment on pull request #12245: ARROW-15437: [Python][FlightRPC] Fix flaky test test_interrupt

Posted by GitBox <gi...@apache.org>.
ursabot edited a comment on pull request #12245:
URL: https://github.com/apache/arrow/pull/12245#issuecomment-1021211208


   Benchmark runs are scheduled for baseline = 231d0a6b30e7017f0e07162b6716f3da49a674d0 and contender = 0fa4b9ca1e7b13ac230f85075d86d783eeea6a74. 0fa4b9ca1e7b13ac230f85075d86d783eeea6a74 is a master commit associated with this PR. Results will be available as each benchmark for each run completes.
   Conbench compare runs links:
   [Finished :arrow_down:0.0% :arrow_up:0.0%] [ec2-t3-xlarge-us-east-2](https://conbench.ursa.dev/compare/runs/708a4484bf054ea39e277489f07f327f...ec29b5b27ede4f84b0b57463365ac53f/)
   [Failed :arrow_down:0.0% :arrow_up:0.0%] [ursa-i9-9960x](https://conbench.ursa.dev/compare/runs/01cfa1661c444ba0a1ed9f1ff691cec8...558272c1011141a184f2376011f85fb2/)
   [Finished :arrow_down:0.35% :arrow_up:0.0%] [ursa-thinkcentre-m75q](https://conbench.ursa.dev/compare/runs/0e434b6c358342a3be2253a61c549839...28075e1916b54bc1bf42fbad27900d56/)
   Supported benchmarks:
   ec2-t3-xlarge-us-east-2: Supported benchmark langs: Python. Runs only benchmarks with cloud = True
   ursa-i9-9960x: Supported benchmark langs: Python, R, JavaScript
   ursa-thinkcentre-m75q: Supported benchmark langs: C++, Java
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [arrow] github-actions[bot] commented on pull request #12245: ARROW-15437: [Python][FlightRPC] Fix flaky test test_interrupt

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on pull request #12245:
URL: https://github.com/apache/arrow/pull/12245#issuecomment-1020690116


   https://issues.apache.org/jira/browse/ARROW-15437


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org