-
Nightly tests on master failed.
Error:
[DefaultLogger] ERROR at HazelcastClient: Client failed to start.
IllegalStateError: Unable to connect to any cluster.
at new IllegalStateError (D:\a\ha…
-
#### Feature summary
I love soft assertions.
One problem with soft assertions, for complex tests, is that it can be hard to navigate the error message to find the errors that you're interested i…
-
The `XpectRunner` class needs to be replaced by an extension used with `@ExtendWith` in JUnit 5. Is there suggestion how to use a "migration mode" until a new Xpect release is available?
Guite updated
5 months ago
-
## Overview
Validation errors (e.g., for invalid `@BeforeEach` method declarations) should not abort the entire discovery phase. Instead the _discovery phase_ should continue, with the error tracked …
-
Reproducible on current master branch.
Attached test files.
Some class description with Doxygen comment examples:
```cpp
/**
@brief Idea is to have markdown fenced code block that can be …
-
Dynamic Tests are non-deterministic in nature. Sometimes it might not be clear to the test author (let alone the IDE) when or even if the execution will terminate.
It has been suggested to introduce …
-
Hello! I'd like to suggest a feature to the results.xml file that we get at the end of a simulation.
I'm running some tests permutations with a code that looks like this:
```python
for test in [t…
-
```java
BQCoreModule.extend(binder)
.addCommand(cli -> CommandOutcome.suceeded());
```
The code above results in the an exception below, because command lambda has no metadata. At …
-
예상했던 대로, `src > main > resources` 안의 mapper 관련 디렉토리의 경로 문제였습니다.
어제 말씀하셨던 dataSource 안의 property를 지우면 mpper.xml과 연결할 수 있는 수단이 없기 때문에, 다시 추가하였습니다.
그리고 ``경로는 `src > main > java` 안에 있는 디렉토리이기 때문에, ma…
-
Hello,
I encountered the problem with method returning std::unique_ptr. When exposed without trampoline class, everything works, however when trampoline class is involved, the code does not compile …