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/11/28 08:17:11 UTC

[GitHub] [arrow-datafusion] dependabot[bot] opened a new pull request, #4399: Update rstest requirement from 0.15.0 to 0.16.0

dependabot[bot] opened a new pull request, #4399:
URL: https://github.com/apache/arrow-datafusion/pull/4399

   Updates the requirements on [rstest](https://github.com/la10736/rstest) to permit the latest version.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/la10736/rstest/releases">rstest's releases</a>.</em></p>
   <blockquote>
   <h2>0.16.0</h2>
   <p>Use values expression to define test names.</p>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a href="https://github.com/la10736/rstest/blob/master/CHANGELOG.md">rstest's changelog</a>.</em></p>
   <blockquote>
   <h2>[0.16.0] 2022/11/27</h2>
   <h3>Changed</h3>
   <ul>
   <li>Show <code>TEST START</code> banner only when trace some argument: See <a href="https://github-redirect.dependabot.com/la10736/rstest/issues/158">#158</a> for details.</li>
   <li>Add values to test name: See <a href="https://github-redirect.dependabot.com/la10736/rstest/issues/160">#160</a> for details.</li>
   </ul>
   <h3>Fixed</h3>
   <ul>
   <li>Updated test fixtures to 1.64.0 compiler's error messages.</li>
   </ul>
   <h2>[0.15.0] 2022/06/27</h2>
   <h3>Fixed</h3>
   <ul>
   <li>Timeout not compile if one of its test arguments il not a copy
   type [see <a href="https://github-redirect.dependabot.com/la10736/rstest/issues/154">#154</a>]</li>
   </ul>
   <h2>[0.14.0] 2022/06/19</h2>
   <h3>Changed</h3>
   <ul>
   <li>Feature gated async timeout via <code>async-timeout</code> feature [see <a href="https://github-redirect.dependabot.com/la10736/rstest/issues/148">#148</a>]</li>
   </ul>
   <h3>Fixed</h3>
   <ul>
   <li>Removed <code>async-std</code> build dependency [see <a href="https://github-redirect.dependabot.com/la10736/rstest/issues/148">#148</a>]</li>
   </ul>
   <h2>[0.13.0] 2022/05/15</h2>
   <h3>Add</h3>
   <ul>
   <li><code>#[timeout(duration)]</code> test implementation for both sync and async tests (See <a href="https://github-redirect.dependabot.com/la10736/rstest/issues/136">#136</a>)</li>
   </ul>
   <h3>Changed</h3>
   <ul>
   <li>Split rstest in separated crates for macro and libs (See <a href="https://github-redirect.dependabot.com/la10736/rstest/issues/32">#32</a>)</li>
   </ul>
   <h2>[0.12.0] 2021/12/12</h2>
   <h3>Add</h3>
   <ul>
   <li>Add <code>#[once]</code> fixture attribute to create static fixtures (See <a href="https://github-redirect.dependabot.com/la10736/rstest/issues/119">#119</a>)</li>
   </ul>
   <h3>Fixed</h3>
   <ul>
   <li>Fixed check of available features before to enable macro diagnostic (See <a href="https://github-redirect.dependabot.com/la10736/rstest/issues/126">#126</a>)</li>
   </ul>
   <h2>[0.11.0] 2021/08/01</h2>
   <h3>Fixed</h3>
   <ul>
   <li>use mutable fixture in in cases and value list (See <a href="https://github-redirect.dependabot.com/la10736/rstest/issues/121">#121</a>)</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/la10736/rstest/commit/d7ff088126a402d297a8b79d24d3b88d3aafd86e"><code>d7ff088</code></a> Update checkout list</li>
   <li><a href="https://github.com/la10736/rstest/commit/4386575950f92c710c6016a6f301adb64bd52d90"><code>4386575</code></a> Version 0.16.0 chengelog</li>
   <li><a href="https://github.com/la10736/rstest/commit/41749a881ef9faead0c17ef186704b70a7c18f12"><code>41749a8</code></a> Fix clippy warning</li>
   <li><a href="https://github.com/la10736/rstest/commit/daaddde1a0f5b73284d5d69fe4f6d2826054aaae"><code>daaddde</code></a> Bump to 0.16.0 version and upgrade dependency</li>
   <li><a href="https://github.com/la10736/rstest/commit/576768e4b375129d41cabd201a06bfb7a278351c"><code>576768e</code></a> Fixed dev dependency in rstest_macros</li>
   <li><a href="https://github.com/la10736/rstest/commit/a6eb3a96cb02c4021d686a10e4c3744948ba0adc"><code>a6eb3a9</code></a> Update rstest_test version</li>
   <li><a href="https://github.com/la10736/rstest/commit/4a18dd0bd1723e9b924a4b2b687c797736efb7ee"><code>4a18dd0</code></a> Update version</li>
   <li><a href="https://github.com/la10736/rstest/commit/29648832cead27597a8d9cf47f5b4b1eee2bd366"><code>2964883</code></a> Update dependency version</li>
   <li><a href="https://github.com/la10736/rstest/commit/5ad7e3fd61086d648ed17a9998653017ab56423f"><code>5ad7e3f</code></a> <a href="https://github-redirect.dependabot.com/la10736/rstest/issues/160">#160</a> Add test for module annotation</li>
   <li><a href="https://github.com/la10736/rstest/commit/a302be019fdf824413a6f15360f793348d91752b"><code>a302be0</code></a> <a href="https://github-redirect.dependabot.com/la10736/rstest/issues/160">#160</a> Tests fixed and add unit for allow</li>
   <li>Additional commits viewable in <a href="https://github.com/la10736/rstest/compare/0.15.0...0.16.0">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.
   
   [//]: # (dependabot-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   <details>
   <summary>Dependabot commands and options</summary>
   <br />
   
   You can trigger Dependabot actions by commenting on this PR:
   - `@dependabot rebase` will rebase this PR
   - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
   - `@dependabot merge` will merge this PR after your CI passes on it
   - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
   - `@dependabot cancel merge` will cancel a previously requested merge and block automerging
   - `@dependabot reopen` will reopen this PR if it is closed
   - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
   - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
   - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
   - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
   
   
   </details>


-- 
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-datafusion] ursabot commented on pull request #4399: Update rstest requirement from 0.15.0 to 0.16.0

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

   Benchmark runs are scheduled for baseline = ad3df7dd49f37d642422d53c8e1a49e7828d7d40 and contender = fe8aee6730e503fd898ade2bef92791fe61411a4. fe8aee6730e503fd898ade2bef92791fe61411a4 is a master commit associated with this PR. Results will be available as each benchmark for each run completes.
   Conbench compare runs links:
   [Skipped :warning: Benchmarking of arrow-datafusion-commits is not supported on ec2-t3-xlarge-us-east-2] [ec2-t3-xlarge-us-east-2](https://conbench.ursa.dev/compare/runs/c604893879ce459f840e0edba7485883...6abc0d7860d9435c8faebe8e201d3041/)
   [Skipped :warning: Benchmarking of arrow-datafusion-commits is not supported on test-mac-arm] [test-mac-arm](https://conbench.ursa.dev/compare/runs/bc57c51faf3e409dbe823a94b0db18b5...5b3aa314569e49b5b12026b1be123de3/)
   [Skipped :warning: Benchmarking of arrow-datafusion-commits is not supported on ursa-i9-9960x] [ursa-i9-9960x](https://conbench.ursa.dev/compare/runs/fa00c8d48bdc4d9eb327959e2da9dee6...43dcab0c119341618f0d82422d6cc213/)
   [Skipped :warning: Benchmarking of arrow-datafusion-commits is not supported on ursa-thinkcentre-m75q] [ursa-thinkcentre-m75q](https://conbench.ursa.dev/compare/runs/fbbf198d4de940c397cdeb2947cb7c45...732dd8c4105d46119456a7989a3a1a5f/)
   Buildkite builds:
   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-datafusion] alamb merged pull request #4399: Update rstest requirement from 0.15.0 to 0.16.0

Posted by GitBox <gi...@apache.org>.
alamb merged PR #4399:
URL: https://github.com/apache/arrow-datafusion/pull/4399


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