QA Maintenance and ws stress testing milestones (#48)

* Create maintenance-js-waku.md

* Create maintenance-nwaku.md

* Create maintenance-go-waku.md

* Update maintenance-js-waku.md

* Update index.md

* Create ws-stress-testing.md

* Update index.md

* Update content/vac/qa/g/waku/maintenance-go-waku.md

Co-authored-by: kaiserd <1684595+kaiserd@users.noreply.github.com>

* Update content/vac/qa/g/waku/maintenance-js-waku.md

Co-authored-by: kaiserd <1684595+kaiserd@users.noreply.github.com>

* Update content/vac/qa/g/waku/maintenance-nwaku.md

Co-authored-by: kaiserd <1684595+kaiserd@users.noreply.github.com>

* Update ws-stress-testing.md

---------

Co-authored-by: kaiserd <1684595+kaiserd@users.noreply.github.com>
This commit is contained in:
Florin Barbu 2024-03-18 18:10:49 +02:00 committed by GitHub
parent bdbbec889a
commit 9491f7fa79
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 172 additions and 1 deletions

View File

@ -0,0 +1,42 @@
---
title: "Maintenance go-waku"
---
## `vac:qa::waku:maintenance-go-waku`
---
```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
Maintenance go-waku: 2024-03-18, 2024-12-31
```
- status: 0%
- CC: Roman
### Description
This milestone comprises various (ad-hoc) tasks essential to maintaining and enhancing our project's operational efficiency.
It is specifically designated for updates and fixes to tests that were introduced in previously closed milestones, ensuring that all our testing frameworks remain robust and up-to-date.
It also offers a space for small, ad-hoc developer requests, for instance, we can use this milestone when we are requested assistance with reproducing steps for a bug or to conduct an investigation into a specific failure.
### Justification
### Deliverables

View File

@ -0,0 +1,43 @@
---
title: "Maintenance js-waku"
---
## `vac:qa::waku:maintenance-js-waku`
---
```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
Maintenance js-waku: 2024-03-18, 2024-12-31
```
- status: 0%
- CC: Florin
### Description
This milestone comprises various (ad-hoc) tasks essential to maintaining and enhancing our project's operational efficiency.
It is specifically designated for updates and fixes to tests that were introduced in previously closed milestones, ensuring that all our testing frameworks remain robust and up-to-date.
It also offers a space for small, ad-hoc developer requests, for instance, we can use this milestone when we are requested assistance with reproducing steps for a bug or to conduct an investigation into a specific failure.
### Justification
### Deliverables

View File

@ -0,0 +1,42 @@
---
title: "Maintenance nwaku"
---
## `vac:qa::waku:maintenance-nwaku`
---
```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
Maintenance nwaku: 2024-03-18, 2024-12-31
```
- status: 0%
- CC: Alex, Roman
### Description
This milestone comprises various (ad-hoc) tasks essential to maintaining and enhancing our project's operational efficiency.
It is specifically designated for updates and fixes to tests that were introduced in previously closed milestones, ensuring that all our testing frameworks remain robust and up-to-date.
It also offers a space for small, ad-hoc developer requests, for instance, we can use this milestone when we are requested assistance with reproducing steps for a bug or to conduct an investigation into a specific failure.
### Justification
### Deliverables

View File

@ -0,0 +1,40 @@
---
title: "WebSockets Stress Testing"
---
## `vac:qa::waku:ws-stress-testing`
---
```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
WebSockets Stress Testing: 2024-03-18, 2024-12-31
```
- status: 0%
- CC: Florin, Roman
### Description
[WIP] : This milestone is designated as a specific request from the Waku Team, focusing on conducting a stress test to evaluate the robustness and reliability of the nim-websocket implementation versus HTTP.
(more info will be added once the Waku 2024 milestones are finalized)
### Justification
### Deliverables

View File

@ -4,7 +4,7 @@ tags:
- dst
- vac
date: 2024-02-06
lastmod: 2024-02-27
lastmod: 2024-03-18
---
## `vac:qa::`
@ -20,3 +20,7 @@ lastmod: 2024-02-27
* [[vac/qa/g/waku/test-automation-sharding|test-automation-sharding ]]
* [[vac/qa/g/waku/test-automation-go-waku|test-automation-go-waku ]]
* [[vac/qa/g/waku/interop-testing|interop-testing ]]
* [[vac/qa/g/waku/maintenance-js-waku|maintenance-js-waku ]]
* [[vac/qa/g/waku/maintenance-nwaku|maintenance-nwaku ]]
* [[vac/qa/g/waku/maintenance-go-waku|maintenance-go-nwaku ]]
* [[vac/qa/g/waku/ws-stress-testing|ws-stress-testing ]]