Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[#5561]migrate tests to junit5 #6122

Merged
merged 11 commits into from
Nov 21, 2023

Conversation

fspirola
Copy link
Contributor

@fspirola fspirola commented Nov 5, 2023

PR description

Fixed Issue(s)

Copy link

github-actions bot commented Nov 5, 2023

  • I thought about documentation and added the doc-change-required label to this PR if updates are required.
  • I thought about the changelog and included a changelog update if required.
  • If my PR includes database changes (e.g. KeyValueSegmentIdentifier) I have thought about compatibility and performed forwards and backwards compatibility tests

Signed-off-by: Fabio Pirola <fspirola@gmail.com>
Signed-off-by: Fabio Pirola <fspirola@gmail.com>
Signed-off-by: Fabio Pirola <fspirola@gmail.com>
Signed-off-by: Fabio Pirola <fspirola@gmail.com>
Signed-off-by: Fabio Pirola <fspirola@gmail.com>
@fspirola fspirola force-pushed the 5561migrate-tests-to-Junit5 branch from dd12c1f to 89ee664 Compare November 5, 2023 02:45
@fspirola
Copy link
Contributor Author

fspirola commented Nov 5, 2023

#issue5561

fab-10
fab-10 previously requested changes Nov 6, 2023
.vscode/settings.json Outdated Show resolved Hide resolved
macfarla
macfarla previously approved these changes Nov 8, 2023
Copy link
Contributor

@macfarla macfarla left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@macfarla macfarla dismissed fab-10’s stale review November 8, 2023 23:25

requested changes have been made

@macfarla
Copy link
Contributor

macfarla commented Nov 9, 2023

this unit test failure seems related to your changes - you should be able to reproduce locally

Task :besu:test

RlpBlockImporterTest > blockImport() FAILED
java.lang.RuntimeException at RlpBlockImporterTest.java:80
Caused by: java.util.concurrent.CompletionException at CompletableFuture.java:315
Caused by: java.lang.IllegalStateException at RlpBlockImporter.java:230

@macfarla macfarla dismissed their stale review November 9, 2023 05:30

unit test failures

@macfarla macfarla merged commit d94ea77 into hyperledger:main Nov 21, 2023
jflo pushed a commit to jflo/besu that referenced this pull request Dec 4, 2023
* migrate teste from Junit4 to Junit5

Signed-off-by: Fabio Pirola <fspirola@gmail.com>

* migrate test from Junit4 to Junit5

Signed-off-by: Fabio Pirola <fspirola@gmail.com>

* hyperledger#5571 besu - migrate tests from Junit4 to Junit5

Signed-off-by: Fabio Pirola <fspirola@gmail.com>

* #5571migrate-tests-to-Junit5

Signed-off-by: Fabio Pirola <fspirola@gmail.com>

* #5561migrate-tests-to-Junit5

Signed-off-by: Fabio Pirola <fspirola@gmail.com>

* [hyperledger#5561] remove ide files

Signed-off-by: Fabio Pirola <fspirola@gmail.com>

* [hyperledger#5561] remove ide files

Signed-off-by: Fabio Pirola <fspirola@gmail.com>

---------

Signed-off-by: Fabio Pirola <fspirola@gmail.com>
Co-authored-by: Sally MacFarlane <macfarla.github@gmail.com>
Signed-off-by: Justin Florentine <justin+github@florentine.us>
jflo pushed a commit to jflo/besu that referenced this pull request Dec 4, 2023
* migrate teste from Junit4 to Junit5

Signed-off-by: Fabio Pirola <fspirola@gmail.com>

* migrate test from Junit4 to Junit5

Signed-off-by: Fabio Pirola <fspirola@gmail.com>

* hyperledger#5571 besu - migrate tests from Junit4 to Junit5

Signed-off-by: Fabio Pirola <fspirola@gmail.com>

* #5571migrate-tests-to-Junit5

Signed-off-by: Fabio Pirola <fspirola@gmail.com>

* #5561migrate-tests-to-Junit5

Signed-off-by: Fabio Pirola <fspirola@gmail.com>

* [hyperledger#5561] remove ide files

Signed-off-by: Fabio Pirola <fspirola@gmail.com>

* [hyperledger#5561] remove ide files

Signed-off-by: Fabio Pirola <fspirola@gmail.com>

---------

Signed-off-by: Fabio Pirola <fspirola@gmail.com>
Co-authored-by: Sally MacFarlane <macfarla.github@gmail.com>
jflo pushed a commit to jflo/besu that referenced this pull request Dec 4, 2023
* migrate teste from Junit4 to Junit5

Signed-off-by: Fabio Pirola <fspirola@gmail.com>

* migrate test from Junit4 to Junit5

Signed-off-by: Fabio Pirola <fspirola@gmail.com>

* hyperledger#5571 besu - migrate tests from Junit4 to Junit5

Signed-off-by: Fabio Pirola <fspirola@gmail.com>

* #5571migrate-tests-to-Junit5

Signed-off-by: Fabio Pirola <fspirola@gmail.com>

* #5561migrate-tests-to-Junit5

Signed-off-by: Fabio Pirola <fspirola@gmail.com>

* [hyperledger#5561] remove ide files

Signed-off-by: Fabio Pirola <fspirola@gmail.com>

* [hyperledger#5561] remove ide files

Signed-off-by: Fabio Pirola <fspirola@gmail.com>

---------

Signed-off-by: Fabio Pirola <fspirola@gmail.com>
Co-authored-by: Sally MacFarlane <macfarla.github@gmail.com>
Signed-off-by: Justin Florentine <justin+github@florentine.us>
gfukushima pushed a commit to gfukushima/besu that referenced this pull request Dec 15, 2023
* migrate teste from Junit4 to Junit5

Signed-off-by: Fabio Pirola <fspirola@gmail.com>

* migrate test from Junit4 to Junit5

Signed-off-by: Fabio Pirola <fspirola@gmail.com>

* hyperledger#5571 besu - migrate tests from Junit4 to Junit5

Signed-off-by: Fabio Pirola <fspirola@gmail.com>

* #5571migrate-tests-to-Junit5

Signed-off-by: Fabio Pirola <fspirola@gmail.com>

* #5561migrate-tests-to-Junit5

Signed-off-by: Fabio Pirola <fspirola@gmail.com>

* [hyperledger#5561] remove ide files

Signed-off-by: Fabio Pirola <fspirola@gmail.com>

* [hyperledger#5561] remove ide files

Signed-off-by: Fabio Pirola <fspirola@gmail.com>

---------

Signed-off-by: Fabio Pirola <fspirola@gmail.com>
Co-authored-by: Sally MacFarlane <macfarla.github@gmail.com>
Signed-off-by: Gabriel Fukushima <gabrielfukushima@gmail.com>
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