components-contrib/tests/certification/state/azure/tablestorage
ItalyPaleAle e948bef04a ⚙️🧹
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
2023-01-10 18:10:25 +00:00
..
components Azure Table Storage Certification tests (#1816) 2022-06-27 14:01:50 -07:00
README.md Azure Table Storage Certification tests (#1816) 2022-06-27 14:01:50 -07:00
config.yaml Azure Table Storage Certification tests (#1816) 2022-06-27 14:01:50 -07:00
go.mod ⚙️🧹 2023-01-10 18:10:25 +00:00
go.sum ⚙️🧹 2023-01-10 18:10:25 +00:00
tablestorage_test.go Components' init functions should return interfaces (#1997) 2022-08-25 18:27:45 -07:00

README.md

Table storage certification testing

This project aims to test the Azure Table storage State Store component under various conditions.

Test plan

Basic Test for created table for CRUD operations:

  1. Able to create and test connection.
  2. Able to do set, fetch, delete.

Basic Test for non-created table for CRUD operations:

  1. Able to create and test connection.
  2. Able to do set, fetch, delete data.
  3. Delete the table

Test for authentication using Azure Auth layer

  1. Save Data using Go SDK with already existing table
  2. Retrieve data by using AAD credentials