Qa updates - Week 3 of 2025Q2 (#149)

This commit is contained in:
Roman Zajic
2025-05-07 01:49:30 +08:00
committed by GitHub
parent db75b85030
commit 1ff76a96a8
6 changed files with 21 additions and 12 deletions

View File

@@ -30,7 +30,7 @@ focusing on protocol compatibility, internal interactions, data confidentiality,
* fully qualified name: `vac:qa:nomos:2025q2-da-testing:protocol-api-compatibility`
* owner: romanzac
* status: in progress (90%)
* status: done
* start-date: 2025/04/1
* end-date: 2025/04/15
@@ -45,7 +45,7 @@ Add integration tests to verify DA works well with other blockchain components.
* fully qualified name: `vac:qa:nomos:2025q2-da-testing:interaction-data-flow`
* owner: romanzac
* status: not started
* status: done
* start-date: 2025/04/16
* end-date: 2025/05/16
@@ -54,8 +54,7 @@ Add integration tests to verify correct interaction of the internal DA component
to ensure correct data flow and end-to-end processing.
#### Deliverables
* PR link with added tests
* CI runs showing successful or failed executions with detailed reports
- [Test/interaction data flow](https://github.com/logos-co/nomos-e2e-tests/pull/15)
### Data Confidentiality

View File

@@ -27,7 +27,7 @@ and performing minor improvements to keep the framework functional and effective
* fully qualified name: `vac:qa:nomos:2025q2-e2e-testing:maintenance`
* owner: romanzac
* status: in progress (10%)
* status: in progress (15%)
* start-date: 2025/04/01
* end-date: 2025/06/30
@@ -39,3 +39,4 @@ investigating and resolving issues, and implementing minor improvements to the t
#### Deliverables
* [chore: Add API endpoints](https://github.com/logos-co/nomos-e2e-tests/pull/13)
* [chore: Multiplatform testnet image for debugging](https://github.com/logos-co/nomos/pull/1212)
* [chore: Add sharding to Github workflow](https://github.com/logos-co/nomos-e2e-tests/pull/16)

View File

@@ -51,6 +51,13 @@ and aim to improve overall test completeness.
#### Deliverables
- revived stale PR: [test(gossipsub): message propagation](https://github.com/vacp2p/nim-libp2p/pull/1184), updated it and made sure it builds in CI
- [test: parallel execution POC](https://github.com/vacp2p/nim-libp2p/pull/1326)
- [chore(ci): decouple examples from unit tests](https://github.com/vacp2p/nim-libp2p/pull/1334)
- [test: combine tests](https://github.com/vacp2p/nim-libp2p/pull/1335)
- [test: include missing tests in testall](https://github.com/vacp2p/nim-libp2p/pull/1338)
- [test(gossipsub): optimise heartbeat interval and sleepAsync](https://github.com/vacp2p/nim-libp2p/pull/1342)
- [test(gossipsub): reorganize tests by feature category](https://github.com/vacp2p/nim-libp2p/pull/1350)
### Pubsub

View File

@@ -26,7 +26,7 @@ and performing minor improvements to keep the framework functional and effective
* fully qualified name: `vac:qa:waku:2025q2-interop-testing:maintenance`
* owner: fbarbu15
* status: in progress (10%)
* status: in progress (30%)
* start-date: 2025/04/01
* end-date: 2025/06/30
@@ -38,13 +38,14 @@ investigating and resolving issues, and implementing minor improvements to the t
#### Deliverables
- Updated tests to no longer use [deprecated pubsub flag](https://github.com/waku-org/waku-interop-tests/pull/111)
- Enabled [RLN tests](https://github.com/waku-org/waku-interop-tests/pull/112)
- [chore: add reconciliation metrics](https://github.com/waku-org/waku-interop-tests/pull/113)
### js-waku filter hardening
* fully qualified name: `vac:qa:waku:2025q2-interop-testing:jswaku-filter-hardening`
* owner: fbarbu15
* status: in progress (20%)
* status: in progress (30%)
* start-date: 2025/04/09
* end-date: 2025/04/30
@@ -55,4 +56,4 @@ Harden js-waku filter protocol by adding more advanced tests like:
- Sending/receiving thousands of messages in a short period of time
#### Deliverables
- PRs and Issues
- [chore: add reliability tests package with longevity tests](https://github.com/waku-org/js-waku/pull/2361)

View File

@@ -38,6 +38,8 @@ Cover the core functionality of Status related to [wakuext messages](https://git
#### Deliverables
- [test_: Tests for chat actions 1](https://github.com/status-im/status-go/pull/6453)
- [test_: Tests for chat actions 2](https://github.com/status-im/status-go/pull/6492)
- [test_: run wakuext tests on light client as well](https://github.com/status-im/status-go/pull/6518)
- [test_: reliability tests on staging fleet](https://github.com/status-im/status-go/pull/6543)
### Contact requests tests

View File

@@ -29,7 +29,7 @@ and integration testing involving multi-peer synchronization, message archival,
* fully qualified name: `vac:qa:waku:2025q2-waku-sync-testing:unit`
* owner: aya
* status: in progress(15%)
* status: in progress(40%)
* start-date: 2025/04/08
* end-date: 2025/04/28
@@ -46,9 +46,8 @@ These tests aim to validate internal mechanics such as:
- Sync termination conditions
#### Deliverables
- Prepared [sheet](https://docs.google.com/spreadsheets/d/1Qj5LMyWR-ILA2wqd4eGe7j_V311QonZJ0LqnaWAJxMM/edit?gid=293767216#gid=293767216) with missing coverage for unit test and review it with Simon
- Add new tests to [PR](https://github.com/waku-org/nwaku/pull/3372)
- Worked on compilation errors at existing tests that block execution
- Prepared [sheet](https://docs.google.com/spreadsheets/d/1Qj5LMyWR-ILA2wqd4eGe7j_V311QonZJ0LqnaWAJxMM/edit?gid=293767216#gid=293767216) with missing coverage for unit tests
- [Waku sync temp branch](https://github.com/waku-org/nwaku/pull/3388)
---