Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / eclipse-vertx/vertx-junit5 issues and pull requests
#144 - feat(test): add support to run test on a Virtual Thread
Pull Request -
State: open - Opened by cristian-joseb about 1 month ago
- 2 comments
#143 - Rename vertx-junit5-extensions to reactiverse-junit5-extensions
Pull Request -
State: closed - Opened by julianladisch about 2 months ago
#142 - Checkpoint overuse from async code not flagged
Issue -
State: closed - Opened by ibauersachs about 2 months ago
- 3 comments
Labels: bug
#141 - Remove deprecated VerxTestContext#succeeding
Pull Request -
State: closed - Opened by vietj 2 months ago
#140 - Include documentation for `assertComplete` and `assertFailure` methods
Issue -
State: open - Opened by ThorodanBrom 3 months ago
- 1 comment
Labels: enhancement, help wanted, documentation
#139 - Similar to run on context, but to run on Virtual Thread.
Issue -
State: open - Opened by cristian-joseb 7 months ago
- 2 comments
Labels: enhancement, help wanted
#138 - Remove redundant annotation from example
Pull Request -
State: closed - Opened by tsegismont 12 months ago
#137 - Time out specified at class level should be used in methods of nested classes.
Issue -
State: closed - Opened by d-william 12 months ago
Labels: invalid
#136 - Timouts of VertxTestContext parameters of the same method are checked sequentialy
Issue -
State: closed - Opened by d-william 12 months ago
- 1 comment
Labels: question
#135 - "@ExtendWith(VertxExtension.class)" annotations in examples don't seem to be necessary
Issue -
State: closed - Opened by d-william 12 months ago
- 1 comment
Labels: bug, documentation
#134 - Support nested tests timeouts
Pull Request -
State: closed - Opened by tsegismont over 1 year ago
#133 - Support nested tests timeouts
Pull Request -
State: closed - Opened by tsegismont over 1 year ago
#132 - Upgrade JUnit and assertJ version
Pull Request -
State: closed - Opened by thejogy over 1 year ago
#131 - Upgrade to Junit 5.9.3
Issue -
State: closed - Opened by thejogy over 1 year ago
- 2 comments
Labels: enhancement
#130 - BeforeEach in superclass doesn't wait for the completion of one in the subclass
Issue -
State: closed - Opened by DavideD almost 2 years ago
- 2 comments
Labels: duplicate
#129 - Add a convenient way to run assertions on vertx test context
Pull Request -
State: closed - Opened by liuchong almost 2 years ago
- 2 comments
Labels: invalid
#128 - Join active test contexts after any lifecycle/test method invocation
Pull Request -
State: closed - Opened by tsegismont almost 2 years ago
- 3 comments
#127 - Prevent creation of checkpoints after context has been completed
Pull Request -
State: closed - Opened by tsegismont about 2 years ago
Labels: enhancement
#126 - Change vertx parameter env var and add sysprop
Pull Request -
State: closed - Opened by tsegismont about 2 years ago
- 1 comment
#125 - Configuring Vertx instances with real environment variable and Java system property
Issue -
State: closed - Opened by rotscher about 2 years ago
- 5 comments
Labels: enhancement
#124 - VERTX JUNIT5 Issue Mocking Static Classes
Issue -
State: closed - Opened by DMIC123 about 2 years ago
- 3 comments
Labels: question
#123 - @BeforeAll not working properly with VertxExtension class
Issue -
State: closed - Opened by Xing97 over 2 years ago
- 2 comments
Labels: bug
#122 - Verticle/Web-Client Testing always times out
Issue -
State: closed - Opened by Broeckelmann over 2 years ago
- 6 comments
Labels: question
#121 - timeout doesn't work for nested class' test methods
Issue -
State: closed - Opened by matter-it-does over 2 years ago
- 9 comments
Labels: bug
#120 - Fix incorrect integration test
Pull Request -
State: closed - Opened by jponge over 2 years ago
Labels: bug
#119 - NullPointerException in vertx 4.3.2
Issue -
State: closed - Opened by glassfox over 2 years ago
- 3 comments
Labels: bug
#118 - Ensure test context throws exception if further assertions made after context completed/failed
Pull Request -
State: closed - Opened by LiamClarkeNZ almost 3 years ago
- 3 comments
#117 - Write the full StackTraceElement in TimeoutException message
Pull Request -
State: closed - Opened by d-william almost 3 years ago
- 1 comment
#116 - RunTestOnContext prematurely kills Vertx before AfterAll complete
Issue -
State: closed - Opened by thced almost 3 years ago
- 2 comments
Labels: bug
#115 - add dependabot configuration
Pull Request -
State: open - Opened by yeikel almost 3 years ago
- 10 comments
#114 - Fix bad reporting of excessive flagging
Pull Request -
State: closed - Opened by jponge almost 3 years ago
- 3 comments
Labels: bug
#113 - Checkpoints must fail the test when they are flagged more number of times than initially specified
Issue -
State: closed - Opened by macjunk-ie almost 3 years ago
- 2 comments
Labels: bug
#112 - Bumping to 5.8.2
Pull Request -
State: closed - Opened by matzew about 3 years ago
- 7 comments
#111 - Fix strong encapsulation issues when running tests on Java 17
Pull Request -
State: closed - Opened by jponge over 3 years ago
Labels: bug
#110 - JDK 17 reflection problems
Issue -
State: open - Opened by jponge over 3 years ago
Labels: bug
#109 - Extension for running jUnit5 tests on a Vert.x context
Pull Request -
State: closed - Opened by tsegismont over 3 years ago
Labels: enhancement
#108 - Move to the Eclipse Foundation
Issue -
State: closed - Opened by jponge over 3 years ago
- 22 comments
#107 - Use the Google Maven repository for CI/CD
Pull Request -
State: closed - Opened by jponge over 3 years ago
- 2 comments
Labels: enhancement
#106 - Test context completion state sanity checks
Issue -
State: closed - Opened by LiamClarkeNZ over 3 years ago
- 7 comments
Labels: enhancement, help wanted
#105 - Update docs to RxJava3
Pull Request -
State: closed - Opened by tsegismont over 3 years ago
#104 - Adding the ability to provide VertxOptions from the environment
Pull Request -
State: closed - Opened by Stwissel almost 4 years ago
- 6 comments
Labels: enhancement
#103 - Fix incorrect documentation example for client-server test
Pull Request -
State: closed - Opened by fbuetler almost 4 years ago
- 1 comment
Labels: bug
#102 - fix incorrect documentation example for client-server test
Pull Request -
State: closed - Opened by fbuetler almost 4 years ago
- 1 comment
#101 - Incorrect documentation example for client-server test
Issue -
State: closed - Opened by fbuetler almost 4 years ago
- 1 comment
Labels: bug
#100 - RunTestOnContext for JUnit 5
Issue -
State: closed - Opened by DavideD almost 4 years ago
- 10 comments
Labels: enhancement, help wanted
#99 - Provide options for the Vertx JUnit runtime
Pull Request -
State: closed - Opened by Stwissel almost 4 years ago
- 14 comments
#98 - VertxExtention injection with reactivex modules fail in vertx 4.0.x
Issue -
State: closed - Opened by vincentfree about 4 years ago
- 3 comments
Labels: bug
#97 - Junit5 tests fail without vertx-rx-java libraries on classpath
Issue -
State: closed - Opened by fedinskiy about 4 years ago
- 1 comment
Labels: duplicate
#96 - Occasional failures in CI
Issue -
State: closed - Opened by jponge about 4 years ago
#95 - rxjava2: reactive Vertx should be injected in Junit 5
Issue -
State: closed - Opened by hantsy about 4 years ago
- 5 comments
Labels: bug
#94 - Regression due to rx deps being now optional
Pull Request -
State: closed - Opened by tsegismont about 4 years ago
#93 - Regression due to RxJava1 and RxJava2 deps being optional
Issue -
State: closed - Opened by tsegismont about 4 years ago
- 1 comment
Labels: bug
#92 - Make vertx-rx-java and vertx-rx-java2 optional
Pull Request -
State: closed - Opened by tsegismont about 4 years ago
- 3 comments
#91 - vertx-junit5 brings vertx-rx-java and vertx-rx-java2 transitively
Issue -
State: closed - Opened by tsegismont about 4 years ago
- 2 comments
Labels: bug
#90 - A single checkpoint should not supersede a succeedingThenComplete
Issue -
State: open - Opened by doctorpangloss about 4 years ago
- 3 comments
Labels: enhancement
#90 - A single checkpoint should not supersede a succeedingThenComplete
Issue -
State: open - Opened by doctorpangloss about 4 years ago
- 3 comments
Labels: enhancement
#89 - Cleanup doc extensions
Pull Request -
State: closed - Opened by slinkydeveloper over 4 years ago
Labels: enhancement
#88 - Add failNow overload with string argument
Pull Request -
State: closed - Opened by ndr-brt over 4 years ago
- 3 comments
Labels: enhancement
#87 - Add failNow method that accepts string in VertxTestContext
Issue -
State: closed - Opened by ndr-brt over 4 years ago
Labels: enhancement
#86 - An exception detected by VertxTestContext is not being informed to Junit5's ExtensionContext object in an beforeAll method
Issue -
State: open - Opened by cvgaviao over 4 years ago
- 1 comment
Labels: enhancement
#85 - io.vertx.junit5.VertxTestContext.awaitCompletion is not being called properly
Issue -
State: closed - Opened by cvgaviao over 4 years ago
Labels: bug
#84 - Removed bad docs
Pull Request -
State: closed - Opened by slinkydeveloper over 4 years ago
#83 - Add brief documentation and example for junit-5 parameterized tests
Pull Request -
State: closed - Opened by lukasjelonek over 4 years ago
- 1 comment
#82 - Milestone5 => "No parameter resolver" for rx* classes
Issue -
State: closed - Opened by aesteve over 4 years ago
- 4 comments
Labels: bug
#81 - Fail on exception in nextHandler of succeeding and failing
Pull Request -
State: closed - Opened by julianladisch over 4 years ago
- 2 comments
Labels: bug, enhancement
#80 - Deprecate succeeding() and failing(), add failingThenComplete()
Pull Request -
State: closed - Opened by julianladisch over 4 years ago
- 4 comments
Labels: enhancement
#79 - Add automatic module name
Pull Request -
State: closed - Opened by afloarea almost 5 years ago
Labels: enhancement
#78 - Document and test mixing VertxExtension with ParametrizedTest
Issue -
State: closed - Opened by slinkydeveloper almost 5 years ago
- 4 comments
Labels: bug
#77 - The VertxTestContext.failing() method should release the latch
Issue -
State: closed - Opened by cvgaviao almost 5 years ago
- 4 comments
Labels: bug
#76 - Fix missing onFailure, unit test examples.*
Pull Request -
State: closed - Opened by julianladisch almost 5 years ago
- 1 comment
Labels: bug, enhancement
#75 - Nested WebClient calls are not synchronized with JUnit 5 Lifecycle
Issue -
State: closed - Opened by muthenberg almost 5 years ago
- 1 comment
Labels: invalid
#74 - Parameter injection refactoring around a SPI
Pull Request -
State: closed - Opened by jponge about 5 years ago
- 12 comments
Labels: enhancement
#73 - vertx-junit5 should depend only on core
Issue -
State: closed - Opened by slinkydeveloper about 5 years ago
- 9 comments
Labels: bug
#72 - Better checkpoint diagnostics
Pull Request -
State: closed - Opened by jponge about 5 years ago
- 2 comments
Labels: enhancement
#71 - Json assert fix
Pull Request -
State: closed - Opened by slinkydeveloper about 5 years ago
#70 - Allow the creation of a global vertx
Issue -
State: open - Opened by ixtli about 5 years ago
#69 - Test compilation failure with Java11
Issue -
State: closed - Opened by cvgaviao about 5 years ago
- 6 comments
#68 - Document different context for setup, test and teardown
Issue -
State: closed - Opened by tombentley over 5 years ago
- 1 comment
#67 - Better diagnostics for Checkpoint.flag
Issue -
State: closed - Opened by tombentley over 5 years ago
- 3 comments
#66 - https://vertx.io/docs/vertx-junit5-web-client/java/ 404 Page not found
Issue -
State: closed - Opened by julianladisch over 5 years ago
- 9 comments
#65 - Checkpoints are ignored
Issue -
State: closed - Opened by u6f6o over 5 years ago
- 1 comment
#64 - How to verify the body of HTTP response?
Issue -
State: open - Opened by tveon over 5 years ago
- 3 comments
#63 - Fast fail when any exception occurs in the handler
Pull Request -
State: closed - Opened by arniu over 5 years ago
- 7 comments
#62 - Transitive Dependency on Jackson-Core 2.9.8 has CVE-2019-12086
Issue -
State: closed - Opened by bruecky over 5 years ago
- 1 comment
#61 - Refactor vertx-junit5 to host more submodules - Added Vert.x JUnit 5 Web Client
Pull Request -
State: closed - Opened by slinkydeveloper almost 6 years ago
- 4 comments
Labels: enhancement
#60 - Publish Vert.x object to global scope
Pull Request -
State: closed - Opened by slinkydeveloper almost 6 years ago
- 1 comment
#59 - Publish Vertx object in global namespace
Issue -
State: closed - Opened by slinkydeveloper almost 6 years ago
#58 - Interface for verify() that accepts checked exceptions
Pull Request -
State: closed - Opened by jponge almost 6 years ago
- 1 comment
#57 - Intermittent UnsupportedOperationException when the extension is closed
Issue -
State: closed - Opened by dmitry-timofeev about 6 years ago
- 7 comments
#56 - Allow to pre-configure vertx instances with VertxExtension
Pull Request -
State: closed - Opened by u6f6o about 6 years ago
- 4 comments
#55 - Allow to inject manually configured Vertx instance in test methods if needed
Issue -
State: open - Opened by u6f6o about 6 years ago
- 3 comments
Labels: enhancement
#54 - Remove tech preview status
Issue -
State: closed - Opened by vietj over 6 years ago
#53 - Prototype of Future assertions
Pull Request -
State: closed - Opened by slinkydeveloper over 6 years ago
- 2 comments
Labels: enhancement
#52 - Remove callback hell while testing with futures
Issue -
State: closed - Opened by slinkydeveloper over 6 years ago
- 5 comments
Labels: enhancement, good first issue
#51 - IntegrationTest: BindException: Address already in use
Issue -
State: closed - Opened by julianladisch over 6 years ago
- 10 comments
Labels: good first issue
#50 - Rename checkpoint() to laxCheckpoint(), rename strictCheckpoint() to checkpoint()
Pull Request -
State: closed - Opened by julianladisch over 6 years ago
- 3 comments
Labels: enhancement
#49 - Expand javadoc explaining the lax checkpoint functions.
Pull Request -
State: closed - Opened by julianladisch over 6 years ago
#48 - Fix numberOfPasses int overflow
Pull Request -
State: closed - Opened by julianladisch over 6 years ago
- 5 comments
#47 - Upgrade to JUnit 5.3.0
Pull Request -
State: closed - Opened by jponge over 6 years ago
- 1 comment
Labels: enhancement
#46 - Add suggestion to timeout exception message
Pull Request -
State: closed - Opened by dmitry-timofeev over 6 years ago
Labels: enhancement