Commit 2ddf13f
authored
Bump locust from 2.32.4 to 2.32.5 (#283)
Bumps [locust](https://github.com/locustio/locust) from 2.32.4 to
2.32.5.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/locustio/locust/releases">locust's
releases</a>.</em></p>
<blockquote>
<h2>2.32.5</h2>
<p>Merry Christmas/happy holidays! 🎄</p>
<h2>What's Changed</h2>
<ul>
<li>Add create store export by <a
href="https://github.com/andrewbaldwin44"><code>@andrewbaldwin44</code></a>
in <a
href="https://redirect.github.com/locustio/locust/pull/3004">locustio/locust#3004</a></li>
<li>Treat exceptions in init event handler as fatal by <a
href="https://github.com/cyberw"><code>@cyberw</code></a> in <a
href="https://redirect.github.com/locustio/locust/pull/3009">locustio/locust#3009</a></li>
<li>FastHttpUser: Fix SSL certificate loading performance issue by
avoiding to load certs when they wont be used anyway by <a
href="https://github.com/cyberw"><code>@cyberw</code></a> in <a
href="https://redirect.github.com/locustio/locust/pull/3013">locustio/locust#3013</a></li>
<li>Make cpu usage check sleep <em>before</em> the first check, and make
it slightly less frequent by <a
href="https://github.com/cyberw"><code>@cyberw</code></a> in <a
href="https://redirect.github.com/locustio/locust/pull/3014">locustio/locust#3014</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/locustio/locust/compare/2.32.4...2.32.5">https://github.com/locustio/locust/compare/2.32.4...2.32.5</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/locustio/locust/blob/master/CHANGELOG.md">locust's
changelog</a>.</em></p>
<blockquote>
<h2><a href="https://github.com/locustio/locust/tree/2.32.5">2.32.5</a>
(2024-12-22)</h2>
<p><a
href="https://github.com/locustio/locust/compare/2.32.4...2.32.5">Full
Changelog</a></p>
<p><strong>Merged pull requests:</strong></p>
<ul>
<li>Make cpu usage check sleep BEFORE the first check, and make it
slightly less frequent <a
href="https://redirect.github.com/locustio/locust/pull/3014">#3014</a>
(<a href="https://github.com/cyberw">cyberw</a>)</li>
<li>FastHttpUser: Fix ssl loading performance issue by avoiding to load
certs when they wont be used anyway <a
href="https://redirect.github.com/locustio/locust/pull/3013">#3013</a>
(<a href="https://github.com/cyberw">cyberw</a>)</li>
<li>Treat exceptions in init event handler as fatal <a
href="https://redirect.github.com/locustio/locust/pull/3009">#3009</a>
(<a href="https://github.com/cyberw">cyberw</a>)</li>
<li>Add create store export <a
href="https://redirect.github.com/locustio/locust/pull/3004">#3004</a>
(<a href="https://github.com/andrewbaldwin44">andrewbaldwin44</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/locustio/locust/commit/9016d97935fb73b43c0e80833ccaa0873335d974"><code>9016d97</code></a>
Changelog 2.32.5</li>
<li><a
href="https://github.com/locustio/locust/commit/3c22486e1b2fc6777de97eef60aab0baa1549341"><code>3c22486</code></a>
Merge pull request <a
href="https://redirect.github.com/locustio/locust/issues/3014">#3014</a>
from locustio/make-cpu-usage-check-less-aggressive</li>
<li><a
href="https://github.com/locustio/locust/commit/b5ac53d706ba4ff4edbf6ded4ea58d960ed55ecb"><code>b5ac53d</code></a>
Tweak cpu warning test for reliability with new solution.</li>
<li><a
href="https://github.com/locustio/locust/commit/55b274afc478f3f9a184dfa3caff95870774c32d"><code>55b274a</code></a>
Make cpu usage check less frequent, and have it sleep BEFORE the first
check.</li>
<li><a
href="https://github.com/locustio/locust/commit/0a1dbc46aba681220ed680df75ad4f12f7e82213"><code>0a1dbc4</code></a>
Merge pull request <a
href="https://redirect.github.com/locustio/locust/issues/3013">#3013</a>
from locustio/FastHttpUser-fix-ssl-loading-performan...</li>
<li><a
href="https://github.com/locustio/locust/commit/7e256eea6d34ae35ff93407eee28e8d6a3d34d61"><code>7e256ee</code></a>
FastHttpUser: Fix ssl loading performance issue by avoiding to load
certs whe...</li>
<li><a
href="https://github.com/locustio/locust/commit/961123f488387f43025e4bcdc2a72e2ee29fa5bd"><code>961123f</code></a>
Avoid printing weird "nodename nor servname provided" when
host is '*'</li>
<li><a
href="https://github.com/locustio/locust/commit/06bb7866fa40b15af64d0984e346f652ce1bdec7"><code>06bb786</code></a>
Merge pull request <a
href="https://redirect.github.com/locustio/locust/issues/3009">#3009</a>
from locustio/treat-exceptions-in-init-event-handler...</li>
<li><a
href="https://github.com/locustio/locust/commit/c0fe9c04df46fb02287cce8e7847380ba3259ae0"><code>c0fe9c0</code></a>
Add test case for exceptions in init handler</li>
<li><a
href="https://github.com/locustio/locust/commit/41d6484106e21408c233525f980936df403db26c"><code>41d6484</code></a>
Treat exceptions in init event handler as fatal and shut down locust
right away.</li>
<li>Additional commits viewable in <a
href="https://github.com/locustio/locust/compare/2.32.4...2.32.5">compare
view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
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 show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@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>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent c30ffd9 commit 2ddf13f
2 files changed
+6
-6
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
0 commit comments