Olegus Testerovichus

Results 13 issues of Olegus Testerovichus

jcommander-1.78 ![image](https://user-images.githubusercontent.com/15269131/96366351-e52dba80-114f-11eb-853e-2e16404f82bd.png)

**Parameters Class** ``` @Parameters(commandNames = {"rp", "reportportal"}, commandDescription = "ReportPortal configuration") public class ReportPortal { private static final String H = "-h"; private static final String HOST = "--host"; private...

Why can't I get a raw response using retrofit? ``` @GET("/api/service/live") Response liveCheck(); ``` I implemented `retrofit2.CallAdapter.Factory` and a converter specifically for getting a raw response, however I got an...

v1.0.27 External files specified in the "$ref" parameter are not resolved. Adding the "Resource root" mark does not solve the problem. ![image](https://user-images.githubusercontent.com/15269131/60760387-5a4dad00-a03d-11e9-917e-3ce4ece912df.png) In the swagger UI, everything is displayed correctly.

When inheriting from the `AllureJunitPlatform` class, it is not possible to change the logic of the implementation of auxiliary methods ![image](https://user-images.githubusercontent.com/15269131/169328352-cfd289a1-61b5-4ef7-a929-653876cf55a3.png)

### TestNG Version testng-7.0.0-beta1 ### 1 Expected behavior (? class status mapper for TestNG) #### For example enum class ``` java public class Example1 { public interface ITestResultStatusMapper { T...

`jCommander.parse(args)` throw ParameterException("Password parameter must have at most 1 argument.") when processing multiple fields marked as `password` ![image](https://github.com/cbeust/jcommander/assets/15269131/eb661cd9-d962-4c82-9181-dcfafc0c68d3) ![image](https://github.com/cbeust/jcommander/assets/15269131/123a6e6c-3500-4a65-a0dd-583643f2e0d0)

image: reportportal/service-api:5.11.0 ![image](https://github.com/reportportal/reportportal/assets/15269131/43979d67-bb1b-4a7d-b672-2710bb9fd317) [Code link](https://github.com/reportportal/commons-dao/blob/b2c73acfdbd0dd07bcd5f790f1e1bb61eeaa7dc3/src/main/java/com/epam/ta/reportportal/config/DataStoreConfiguration.java#L175) to problem `@Bean` ``` Caused by: java.lang.IllegalArgumentException: Empty key at java.base/javax.crypto.spec.SecretKeySpec.(SecretKeySpec.java:107) at org.jclouds.encryption.internal.JCECrypto.hmac(JCECrypto.java:73) at org.jclouds.encryption.internal.JCECrypto.hmacSHA1(JCECrypto.java:90) at org.jclouds.s3.filters.RequestAuthorizeSignatureV2.sign(RequestAuthorizeSignatureV2.java:181) at org.jclouds.s3.filters.RequestAuthorizeSignatureV2.calculateSignature(RequestAuthorizeSignatureV2.java:171) at org.jclouds.s3.filters.RequestAuthorizeSignatureV2.filter(RequestAuthorizeSignatureV2.java:125) at org.jclouds.http.internal.BaseHttpCommandExecutorService.invoke(BaseHttpCommandExecutorService.java:90) at org.jclouds.rest.internal.InvokeHttpMethod.invoke(InvokeHttpMethod.java:91)...

bug

![image](https://github.com/reportportal/service-ui/assets/15269131/41338b4a-7f34-4da7-9487-035ea8e1e526)

'com.epam.reportportal.service.LaunchImpl.finish(FinishExecutionRQ)' FinishExecutionRQ contains filled description field The request is carried out without errors Description is not filled in the launch ![image](https://github.com/reportportal/service-api/assets/15269131/9f00ec22-748c-4680-a842-5600dbbb5860) ![image](https://github.com/reportportal/service-api/assets/15269131/526c90fc-5c23-405a-8da0-67495fd65805) ![image](https://github.com/reportportal/service-api/assets/15269131/eef7c659-40e1-4101-b91d-4cf9c8e6728e)

bug
resolution:fixed