Laurent Martelli
Laurent Martelli
## Testing Problem Arbitrary strings, by default, generate mostly Asian characters, because they are the most numerous, and the probably distribution for choosing a random character is even. ## Suggested...
I am trying to test a scenario where my auth challenge fails, but pebble does not always require a challenge (if one was successful before ?), so my test is...
If a test class inherits test methods from a base class, the filenames for received/approved documents use the name of the base class. For instance : ```java class MyTest {...
```Java public class User { String name; } @Mapper public interface UserMapper { @Mapping(source="name", target="nom") UserDto toDto(User user) } ``` When you rename User.name to lastName, the mapping becomes `@Mapping(source="getLastName",...
If a root server is down, and you can only use IPv4 or IPv6, `IterativeResolver` seems to only query 1 root server. So if that server happens to be down,...
I ran into issues in some tests because because challtestsrv is case sensitive. So here's a small patch to fix that.
**Describe the bug** A job was stuck with the following error after completion of the command : > Failed dispatching to node : org.hibernate.exception.JDBCConnectionException: could not prepare statement We had...
I find it misleading/distracting to show the entry value when the reason the assertion fails is the key not being found.
It looks like although challtestrv supports setting a CAA record, pebble does not check those records, and does not issue an error if CAA policy do not allow letsencrypt.org to...