Skip to content
#

shard

Here are 108 public repositories matching this topic...

strongduanmu
strongduanmu commented Jan 10, 2022

Hi, community:

This issue is to add more unit tests for the SelectStatementContext class. Welcome to claim them.

The specific subtasks are as follows:

  • Add unit test for SelectStatementContext#isContainsDollarParameterMarker
  • Add unit test for SelectStatementContext#isContainsPartialDistinctAggregation

Through this issue, you can understand the process of participating in

aquarapid
aquarapid commented Jun 14, 2021

Scenario:

  • Single vttablet, connecting to external MySQL (happens to be RDS Aurora, but I doubt it matters).
  • Single unsharded keyspace (keyspace3), no vschema, with a single table, containing a single row
  • Test program using the Python pymysql driver, using the CLIENT.FOUND_ROWS flag, and updating a single row to it's current key value (i.e. no rows are updated, but a single row
eliasjpr
eliasjpr commented Apr 28, 2020

When an OAuth 2.0 client makes a request to the resource server, the resource server needs some way to verify the access token. The OAuth 2.0 core spec doesn’t define a specific method of how the resource server should verify access tokens, just mentions that it requires coordination between the resource and authorization servers. In some cases, especially with small services, both endpoints are p

Improve this page

Add a description, image, and links to the shard 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 shard topic, visit your repo's landing page and select "manage topics."

Learn more