mirror of https://github.com/logos-co/roadmap.git
52 lines
871 B
Markdown
52 lines
871 B
Markdown
---
|
|
title: "Test Plans"
|
|
---
|
|
## `vac:qa::waku:test-plans`
|
|
---
|
|
|
|
```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 Plans: 2023-09-01, 2024-02-29
|
|
```
|
|
|
|
- status: 100%
|
|
- CC: Florin
|
|
|
|
### Description
|
|
|
|
unit + integration test
|
|
(contains actually understanding the protocols, critically engage with the protocols)
|
|
(instruct the engineer)
|
|
|
|
* filter
|
|
* lightpush
|
|
* store
|
|
* relay
|
|
* peer exchange
|
|
* discv5
|
|
* peer & connection management
|
|
|
|
### Justification
|
|
|
|
|
|
### Deliverables
|
|
|
|
* [test plans](https://www.notion.so/Test-Plans-09c8c7b7f6784c459fb774792665e37c)
|
|
|