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/07/20 23:50:09 UTC

[GitHub] [arrow] westonpace opened a new pull request, #13664: MINOR: [Python] Adding .hypothesis directory to gitignore

westonpace opened a new pull request, #13664:
URL: https://github.com/apache/arrow/pull/13664

   I'm not sure what changed but I've lately been seeing a .hypothesis directory get generated in my python dir.  I'm not entirely sure what sequence of steps causes it to reproduce either.


-- 
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] westonpace merged pull request #13664: MINOR: [Python] Adding .hypothesis directory to gitignore

Posted by GitBox <gi...@apache.org>.
westonpace merged PR #13664:
URL: https://github.com/apache/arrow/pull/13664


-- 
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 #13664: MINOR: [Python] Adding .hypothesis directory to gitignore

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

   @westonpace Feel free to merge when CI passes!


-- 
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 #13664: MINOR: [Python] Adding .hypothesis directory to gitignore

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

   Benchmark runs are scheduled for baseline = b0734e68d6f57fb22869df0d0aa2ae4dd75765dc and contender = f01770dee9064761c30112255a008b52319aa24f. f01770dee9064761c30112255a008b52319aa24f is a master commit associated with this PR. Results will be available as each benchmark for each run completes.
   Conbench compare runs links:
   [Failed :arrow_down:0.0% :arrow_up:0.0%] [ec2-t3-xlarge-us-east-2](https://conbench.ursa.dev/compare/runs/1aedcc357f454e94a4fc7d87de009b46...7a377df638c6433fa80ee86e6a820a89/)
   [Failed :arrow_down:0.17% :arrow_up:0.03%] [test-mac-arm](https://conbench.ursa.dev/compare/runs/2962c25783e54e668832c7edfca89bab...9f92dcfac68f4a0dbd79984d72f57f98/)
   [Failed :arrow_down:0.63% :arrow_up:0.0%] [ursa-i9-9960x](https://conbench.ursa.dev/compare/runs/f517149f552f4676814ad0888f8ec026...3627d896f41e469e87a23d743c8627a8/)
   [Finished :arrow_down:0.11% :arrow_up:0.0%] [ursa-thinkcentre-m75q](https://conbench.ursa.dev/compare/runs/dfca42ee12784b929734d3fddb17ce6b...df700cf3c4bb4feba853f98e01627328/)
   Buildkite builds:
   [Failed] [`f01770de` ec2-t3-xlarge-us-east-2](https://buildkite.com/apache-arrow/arrow-bci-benchmark-on-ec2-t3-xlarge-us-east-2/builds/1173)
   [Failed] [`f01770de` test-mac-arm](https://buildkite.com/apache-arrow/arrow-bci-benchmark-on-test-mac-arm/builds/1186)
   [Failed] [`f01770de` ursa-i9-9960x](https://buildkite.com/apache-arrow/arrow-bci-benchmark-on-ursa-i9-9960x/builds/1168)
   [Finished] [`f01770de` ursa-thinkcentre-m75q](https://buildkite.com/apache-arrow/arrow-bci-benchmark-on-ursa-thinkcentre-m75q/builds/1188)
   [Failed] [`b0734e68` ec2-t3-xlarge-us-east-2](https://buildkite.com/apache-arrow/arrow-bci-benchmark-on-ec2-t3-xlarge-us-east-2/builds/1172)
   [Failed] [`b0734e68` test-mac-arm](https://buildkite.com/apache-arrow/arrow-bci-benchmark-on-test-mac-arm/builds/1185)
   [Failed] [`b0734e68` ursa-i9-9960x](https://buildkite.com/apache-arrow/arrow-bci-benchmark-on-ursa-i9-9960x/builds/1167)
   [Finished] [`b0734e68` ursa-thinkcentre-m75q](https://buildkite.com/apache-arrow/arrow-bci-benchmark-on-ursa-thinkcentre-m75q/builds/1187)
   Supported benchmarks:
   ec2-t3-xlarge-us-east-2: Supported benchmark langs: Python, R. Runs only benchmarks with cloud = True
   test-mac-arm: Supported benchmark langs: C++, Python, R
   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] westonpace commented on a diff in pull request #13664: MINOR: [Python] Adding .hypothesis directory to gitignore

Posted by GitBox <gi...@apache.org>.
westonpace commented on code in PR #13664:
URL: https://github.com/apache/arrow/pull/13664#discussion_r926777804


##########
python/.gitignore:
##########
@@ -6,6 +6,7 @@ Makefile
 cmake_install.cmake
 build/
 Testing/
+.hypothesis/

Review Comment:
   Done.  I put it just under the coverage rule.



-- 
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 a diff in pull request #13664: MINOR: [Python] Adding .hypothesis directory to gitignore

Posted by GitBox <gi...@apache.org>.
pitrou commented on code in PR #13664:
URL: https://github.com/apache/arrow/pull/13664#discussion_r926385715


##########
python/.gitignore:
##########
@@ -6,6 +6,7 @@ Makefile
 cmake_install.cmake
 build/
 Testing/
+.hypothesis/

Review Comment:
   Can you put it under "Python stuff" below?



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