The Wayback Machine - https://web.archive.org/web/20201210114457/https://github.com/topics/cloud-native
Skip to content
#

cloud-native

Here are 711 public repositories matching this topic...

Jimi0018
Jimi0018 commented Nov 3, 2020
When debug the demo for spring-cloud-dubbo-consumer-sample, system happend ClassCastException: java.lang.String cannot be cast to java.lang.Integer
at com.alibaba.cloud.dubbo.service.SpringRestService.requestBodyMap(SpringRestService.java:92)
It like appear in 

com.alibaba.cloud.dubbo.service.SpringRestService#requestBodyMap(@requestbody Map<String, Object> data)
, when a consumer us

akka
cypherfox
cypherfox commented Nov 27, 2020

Feature Request

What problem are you trying to solve?

When running linkerd check where the contents of IdentityContext.TrustAnchorsPem are a set of certificates (i.e. a bundle), the test for the validity of the identity will produce the following error:

linkerd-identity
----------------
× certificate config is valid
    IdentityContext.TrustAnchorsPem does not match ca.cr
yugabyte-db
SergeyPotachev
SergeyPotachev commented Dec 8, 2020
  1. UniverseTaskBase.java, isServerAlive(), absent ybService.closeClient();
  2. Universe.java, getMasterLeader(), it is better to put closeClient() into the finally block;
  3. SetFlagInMemory.java, run(), closeClient() could be missed in case of any exceptions raised after getClient() and before closeClient();
  4. WaitForServerReady.java, run(), it is better to put closeClient() into the `finally
daixiang0
daixiang0 commented Aug 29, 2020

What would you like to be added/modified:

To improve project stability, we need more tests to cover corner cases.
And the code coverage is around 50% currently, we need to add more tests to improve it.

To improve case coverage, we may need a list of cases to track the work.
For code coverage, simply check bef

chaos-mesh
YangKeao
YangKeao commented Oct 14, 2020

There is no e2e test and documents for external network delay and partition now 🤦 .

The e2e test could be found in /test/e2e/chaos/basic.go. Reading other tests in that file could help accomplish this issue.

Example for extern network delay:

apiVersion: chaos-mesh.org/v1alpha1
kind: NetworkChaos
metadata:
  name: network-netem-example
  namespace: chaos-testing
spec:

Improve this page

Add a description, image, and links to the cloud-native topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the cloud-native topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.