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 2021/12/07 17:43:35 UTC

[GitHub] [arrow] pitrou opened a new pull request #11885: ARROW-15009: [C++] Make hash join tests less slow with TSan

pitrou opened a new pull request #11885:
URL: https://github.com/apache/arrow/pull/11885


   The hash join tests would timeout after 300 seconds on CI.


-- 
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 #11885: ARROW-15009: [C++] Make hash join tests less slow with TSan

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


   Benchmark runs are scheduled for baseline = 2bffb82a0da704510b25cacd3ecec819f752fb59 and contender = 4ec1a56d4105adab8c7d42cf5404fa19c003d7ac. 4ec1a56d4105adab8c7d42cf5404fa19c003d7ac 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/8e2c4da5b32a4af7b6663a8d41459152...b53f50b72547422fa4581a668ef8b857/)
   [Scheduled] [ursa-i9-9960x](https://conbench.ursa.dev/compare/runs/f356a5f8c51a4070888963550009d54d...594109e4b12349eab239af2de9684153/)
   [Scheduled] [ursa-thinkcentre-m75q](https://conbench.ursa.dev/compare/runs/7f768c9ec6b04badbd14a3b7e51f6959...148afe4598904823859c7a859a5a1ff3/)
   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 #11885: ARROW-15009: [C++] Make hash join tests less slow with TSan

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


   Benchmark runs are scheduled for baseline = 2bffb82a0da704510b25cacd3ecec819f752fb59 and contender = 4ec1a56d4105adab8c7d42cf5404fa19c003d7ac. 4ec1a56d4105adab8c7d42cf5404fa19c003d7ac 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/8e2c4da5b32a4af7b6663a8d41459152...b53f50b72547422fa4581a668ef8b857/)
   [Scheduled] [ursa-i9-9960x](https://conbench.ursa.dev/compare/runs/f356a5f8c51a4070888963550009d54d...594109e4b12349eab239af2de9684153/)
   [Scheduled] [ursa-thinkcentre-m75q](https://conbench.ursa.dev/compare/runs/7f768c9ec6b04badbd14a3b7e51f6959...148afe4598904823859c7a859a5a1ff3/)
   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 #11885: ARROW-15009: [C++] Make hash join tests less slow with TSan

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


   Revision: 5b78857014ea2ac8083a2b334a23b2cd714c2882
   
   Submitted crossbow builds: [ursacomputing/crossbow @ actions-1261](https://github.com/ursacomputing/crossbow/branches/all?query=actions-1261)
   
   |Task|Status|
   |----|------|
   |test-ubuntu-20.04-cpp-thread-sanitizer|[![Github Actions](https://github.com/ursacomputing/crossbow/workflows/Crossbow/badge.svg?branch=actions-1261-github-test-ubuntu-20.04-cpp-thread-sanitizer)](https://github.com/ursacomputing/crossbow/actions?query=branch:actions-1261-github-test-ubuntu-20.04-cpp-thread-sanitizer)|


-- 
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] save-buffer commented on pull request #11885: ARROW-15009: [C++] Make hash join tests less slow with TSan

Posted by GitBox <gi...@apache.org>.
save-buffer commented on pull request #11885:
URL: https://github.com/apache/arrow/pull/11885#issuecomment-988301126


   Seems fine to me


-- 
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 #11885: ARROW-15009: [C++] Make hash join tests less slow with TSan

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






-- 
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] pitrou commented on pull request #11885: ARROW-15009: [C++] Make hash join tests less slow with TSan

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


   The failed Gandiva test is probably unrelated.


-- 
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 #11885: ARROW-15009: [C++] Make hash join tests less slow with TSan

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


   


-- 
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 #11885: ARROW-15009: [C++] Make hash join tests less slow with TSan

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


   Benchmark runs are scheduled for baseline = 2bffb82a0da704510b25cacd3ecec819f752fb59 and contender = 4ec1a56d4105adab8c7d42cf5404fa19c003d7ac. 4ec1a56d4105adab8c7d42cf5404fa19c003d7ac 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/8e2c4da5b32a4af7b6663a8d41459152...b53f50b72547422fa4581a668ef8b857/)
   [Finished :arrow_down:0.74% :arrow_up:0.0%] [ursa-i9-9960x](https://conbench.ursa.dev/compare/runs/f356a5f8c51a4070888963550009d54d...594109e4b12349eab239af2de9684153/)
   [Finished :arrow_down:0.09% :arrow_up:0.09%] [ursa-thinkcentre-m75q](https://conbench.ursa.dev/compare/runs/7f768c9ec6b04badbd14a3b7e51f6959...148afe4598904823859c7a859a5a1ff3/)
   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 #11885: ARROW-15009: [C++] Make hash join tests less slow with TSan

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


   Benchmark runs are scheduled for baseline = 2bffb82a0da704510b25cacd3ecec819f752fb59 and contender = 4ec1a56d4105adab8c7d42cf5404fa19c003d7ac. 4ec1a56d4105adab8c7d42cf5404fa19c003d7ac 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/8e2c4da5b32a4af7b6663a8d41459152...b53f50b72547422fa4581a668ef8b857/)
   [Finished :arrow_down:0.74% :arrow_up:0.0%] [ursa-i9-9960x](https://conbench.ursa.dev/compare/runs/f356a5f8c51a4070888963550009d54d...594109e4b12349eab239af2de9684153/)
   [Scheduled] [ursa-thinkcentre-m75q](https://conbench.ursa.dev/compare/runs/7f768c9ec6b04badbd14a3b7e51f6959...148afe4598904823859c7a859a5a1ff3/)
   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] pitrou commented on pull request #11885: ARROW-15009: [C++] Make hash join tests less slow with TSan

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


   @github-actions crossbow submit test-ubuntu-20.04-cpp-thread-sanitizer


-- 
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