Björn Kautler

Results 489 issues of Björn Kautler

### Describe the bug If you use `TestAbortedException` to conditionally skip a test (either manually, or for example using `@PendingFeature`, or `@PendingFeatureIf`, or `@Requires` or `@IgnoreIf` with accessing `instance` or...

bug

### Describe the bug `MethodInvocation` has an `Iterator` for `interceptors`. If you call `invocation.proceed()`, then the iterator is queried for the next interceptor which is then invoked. So if you...

bug

- Fail the CI build if the Codecov uploading failed. - Show more detailed information in the Codecov comment. - Do not update the Codecov comment 13 times, but post...

For now a 1:1 translation from previous Yaml.

### Describe the bug The `RetryExtension` with mode `SETUP_FEATURE_CLEANUP` uses an outer and an inner interceptor. The outer is used as iteration interceptor the inner as feature method interceptor. The...

bug

### Describe the bug I've seen the `ParallelSpec#@ResourceLock with only READ allows parallel execution of data-driven features` test failing with ```plain Condition not satisfied: atomicInteger.get() == 3 | | |...

bug

As soon as you call `grgitService.service.get()`, you get a hard "java.lang.IllegalStateException: No .git directory found!" exception as described in #362. But there is more strange behavior. In the `GrgitService` instance...

It would be great to have an option to show the bytecode of a `byte[]` during debugging class transformations without needing to write out the byte array to a file...

I'm on the latest commit 1c731fe54ca78c8df3e2456f6d5ac4d71c86f57e - go to the Gradle repository - enter `./gradlew build-cache-htt` - press `` - it gets completed to `./gradlew build-cache-http:` - press `` again...

to-triage