Skip to content

Merge pull request #99 from mbc-net/develop #11

Merge pull request #99 from mbc-net/develop

Merge pull request #99 from mbc-net/develop #11

GitHub Actions / E2E Core Tests Reporter succeeded Dec 18, 2024 in 0s

15 passed, 0 failed and 0 skipped

Tests passed successfully

✅ report/e2e-core.xml

15 tests were completed in 80s with 15 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
Health 1✅ 1s
Publish 6✅ 66s
publishPartialUpdateSync 3✅ 6s
publishSync 5✅ 6s

✅ Health

Health [GET /] should be healthy
  ✅ Health [GET /] should be healthy

✅ Publish

Publish should be stored correct data in the command DDB table
  ✅ Publish should be stored correct data in the command DDB table
Publish should be stored correct data in the data DDB table
  ✅ Publish should be stored correct data in the data DDB table
Publish should be stored correct data in the history DDB table
  ✅ Publish should be stored correct data in the history DDB table
Publish should return invalid input version
  ✅ Publish should return invalid input version
Publish should return the conditional request failed
  ✅ Publish should return the conditional request failed
Publish should store command, data, history with configuration TTL in ddb
  ✅ Publish should store command, data, history with configuration TTL in ddb

✅ publishPartialUpdateSync

publishPartialUpdateSync should be stored correct updated data in the data DDB table
  ✅ publishPartialUpdateSync should be stored correct updated data in the data DDB table
publishPartialUpdateSync should store the latest data with configuration TTL in DDB (90 days)
  ✅ publishPartialUpdateSync should store the latest data with configuration TTL in DDB (90 days)
publishPartialUpdateSync should store the latest data with input TTL
  ✅ publishPartialUpdateSync should store the latest data with input TTL

✅ publishSync

publishSync should be stored correct data in the data DDB table
  ✅ publishSync should be stored correct data in the data DDB table
publishSync should return invalid input version
  ✅ publishSync should return invalid input version
publishSync should store the latest data with default TTL (null)
  ✅ publishSync should store the latest data with default TTL (null)
publishSync should store the latest data with configuration TTL in DDB (90 days)
  ✅ publishSync should store the latest data with configuration TTL in DDB (90 days)
publishSync should store the latest data with input TTL (30 days)
  ✅ publishSync should store the latest data with input TTL (30 days)