Jin Huang

Results 5 issues of Jin Huang

I created this simple PR to get the conversation going about a p2p approach. As mentioned previously in the thread in #light-client channel in discord, we could very well dismiss...

scope:light-clients

api file: https://github.com/circlefin/openapi/blob/master/openapi/yaml/payments.yaml Generate with the following config ```yaml package: cccpayment # circle client payment output: generated_payment/client.go generate: # types: true models: true client: true ``` #### using generated client...

---------- WIP Note: 1. Still need to add MariaDB vagrant box. 2. This PR builds on a commit that is submitted at https://github.com/shyiko/mysql-binlog-connector-java/pull/279 ------------ The main change in this PR...

The PR separates some base code that was in `BinaryLogClientIntegrationTest` into a new class `BinaryLogClientIntegrationTestBase`. Both `BinaryLogClientIntegrationTest` and `BinaryLogClientGTIDIntegrationTest` now inherits from the new class.

The tests in `BinaryLogClientIntegrationTest` are being run twice because `BinaryLogClientGTIDIntegrationTest` inherits `BinaryLogClientIntegrationTest`. Furthermore, some tests could fail due to parallel execution. This failure is flaky Below is one examples. Example...