roadmap/content/vac/qa/g/waku/test-automation-sharding.md

55 lines
1.1 KiB
Markdown

---
title: "Test Automation Sharding"
---
## `vac:qa::waku:test-automation-sharding`
---
```mermaid
%%{
init: {
'theme': 'base',
'themeVariables': {
'primaryColor': '#BB2528',
'primaryTextColor': '#fff',
'primaryBorderColor': '#7C0000',
'lineColor': '#F8B229',
'secondaryColor': '#006100',
'tertiaryColor': '#fff'
}
}
}%%
gantt
tickInterval 1month
dateFormat YYYY-MM-DD
section Status
Test Automation Sharding: 2024-01-01, 2024-04-30
```
- status: 100%
- CC: Roman, Florin, Alex
### Description
* nwaku unit tests
* gowaku unit tests
* js-waku unit tests
* interop sharding tests
### Justification
### Deliverables
- gowaku:
- https://github.com/waku-org/go-waku/commit/a453c027b71cbf8d1b01d009e769d1b7d0faa8b5
- interop:
- https://github.com/waku-org/waku-interop-tests/tree/master/tests/sharding
- js-waku:
- https://github.com/waku-org/js-waku/tree/master/packages/tests/tests/sharding
- https://github.com/waku-org/js-waku/blob/master/packages/utils/src/common/sharding.spec.ts
- nwaku:
- https://github.com/waku-org/nwaku/pull/2603