Skip to content

Conversation

mergify[bot]
Copy link
Contributor

@mergify mergify bot commented Feb 14, 2024

This is an automatic backport of pull request #2328 done by Mergify.

Requires #2334


Mergify commands and options

More conditions and actions can be found in the documentation.

You can also trigger Mergify actions by commenting on this pull request:

  • @Mergifyio refresh will re-evaluate the rules
  • @Mergifyio rebase will rebase this PR on its base branch
  • @Mergifyio update will merge the base branch into this PR
  • @Mergifyio backport <destination> will backport this PR on <destination> branch

Additionally, on Mergify dashboard you can:

  • look at your merge queues
  • generate the Mergify configuration with the config editor.

Finally, you can contact us on https://mergify.com

When we run e2e's `load` command there is no message telling if the txs
were sent or not, and if not, for what reason (eg. mempool is full, txs
is too large, wrong endpoint, etc.). This PR will log a message every ~1
second with the number of successfully sent and failed transactions.

---

#### PR checklist

- [ ] Tests written/updated
- [x] Changelog entry added in `.changelog` (we use
[unclog](https://github.com/informalsystems/unclog) to manage our
changelog)
- [ ] Updated relevant documentation (`docs/` or `spec/`) and code
comments
- [x] Title follows the [Conventional
Commits](https://www.conventionalcommits.org/en/v1.0.0/) spec

(cherry picked from commit 01a3ad4)
@mergify mergify bot requested a review from a team as a code owner February 14, 2024 08:24
@melekes
Copy link
Contributor

melekes commented Feb 14, 2024

  Error: : # github.com/tendermint/tendermint/test/e2e/runner
  Error: test/e2e/runner/load.go:76:14: testnet.LoadMaxTxs undefined (type *e2e.Testnet has no field or method LoadMaxTxs) (typecheck)

@mzabaluev
Copy link
Contributor

  Error: : # github.com/tendermint/tendermint/test/e2e/runner
  Error: test/e2e/runner/load.go:76:14: testnet.LoadMaxTxs undefined (type *e2e.Testnet has no field or method LoadMaxTxs) (typecheck)

#2094 was never backported to v0.34.x, so either that one needs to be backported, or this one discarded.

@mzabaluev
Copy link
Contributor

mzabaluev commented Feb 15, 2024

#2094 was never backported to v0.34.x

It's already pending as #2334 #2350, ignore the previous comment.

@melekes
Copy link
Contributor

melekes commented Feb 15, 2024

#2350

@melekes melekes merged commit dbed8c3 into v0.34.x Feb 15, 2024
@melekes melekes deleted the mergify/bp/v0.34.x/pr-2328 branch February 15, 2024 15:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants