-
I was trying to write some unit test for a spark application where I used `to_json` function to marshal the `Dataset[MyProto]` to json. I tried to create expected json with `scalapb.json4s.Printer` wi…
-
Hello,
Sorry this isn't really as much of an issue as an lack of competence from me to set it up.
I'm trying to use the S3Proxy library to setup a local S3 mock to run some Integration Tests on. I …
ghost updated
5 years ago
-
Hi,
I am using this report for Geb automation and I liked it.
I want to keep log all execution reports in Jenkins and local copy also when executed.
The report is showing specification(ex: Bas…
-
The addition of the maven-source-plugin with `attach-sources` goal, causes the `gitflow-helper-maven-plugin` to fail due to attempting to upload multiple versions of the sources jar.
```xml
…
-
```
15:44:46.028 [main] DEBUG org.springframework.test.context.junit4.SpringJUnit4ClassRunner - SpringJUnit4ClassRunner constructor called with [class com.am.bp.alf.innovations.SenderServiceTest]
15…
-
使用zookeeper作为dubbo(springboot)注册中心,独立的provider应用启动报错java.lang.IllegalStateException: Failed to load extension class (interface: interface org.apache.dubbo.registry.RegistryFactory, class line: org.apa…
-
According to http://jsonpath.com/ with given JSON `{"myNode":{"inner":"foo"}}` and JSONPath `$.myNode.inner` the result is `[ "foo" ]`
But
```
final String json = "{\"myNode\":{\"inner\":\"foo\"…
-
At the moment with JSONassert (v 1.2.x) we are not able to match jsons with big nesting.
e.g
{
"meta": xxx,
"data": {
"item": {
"items": [
[{
"filed1": "xxx",
"filed2":…
-
Given I add the ForwardMatchingInstance event forwarding mode on an AggregateMember
without adding EntityId to the reference identifying field, a test case using the AggregateTestFixture gives a very…
-
I get the following error when trying to use the "registry.access.redhat.com/redhat-openjdk-18/openjdk18-openshift:latest" builder image.
[ERROR] Failed to execute goal org.eclipse.jkube:oc-maven-…