components-contrib/tests
Tiago Alves Macambira 8e4af0a3a4 Certification tests for MemCached State Store component.
* Add network instability tests.
* Fixed gofumpt issues.
* Addresses TTL translation from Dapr and Memcache domains.

    Memcached uses `0` as the non-expiring marker TTL.
    [src](https://github.com/memcached/memcached/wiki/Commands#set).

    On the other hand, Dapr uses `-1` for that.
    [src](https://docs.dapr.io/developing-applications/building-blocks/state-management/state-store-ttl/)

    This PR updates certification and memcached code and tests so Dapr -1 (and negative)
    values are translated to Memcached's `0`.

Closes #1929

Signed-off-by: Tiago Alves Macambira <tmacam@burocrata.org>
2022-09-22 18:26:55 -07:00
..
certification Certification tests for MemCached State Store component. 2022-09-22 18:26:55 -07:00
config Add apache cassandra certification tests (#1985) 2022-09-14 13:56:25 -07:00
conformance feature(secretstore): add context to api and tencent/ssm (#1973) 2022-09-14 15:18:12 -07:00
e2e Use Go 1.19 everywhere 2022-09-21 14:56:20 -07:00
scripts update license to Apache v2.0 (#1406) 2022-01-04 19:53:31 -08:00
state/query redis: fix querying numeric values (#1595) 2022-03-17 15:07:32 -07:00