QA Updates - 2025-08-11 (#241)

Co-authored-by: kaiserd <1684595+kaiserd@users.noreply.github.com>
This commit is contained in:
fbarbu15
2025-08-20 09:56:38 +03:00
committed by GitHub
parent 82e879ae20
commit 37a7fa9fd3
5 changed files with 21 additions and 12 deletions

View File

@@ -40,7 +40,7 @@ Create a suite of tests that verify that the Keycard Shell works as expected.
* fully qualified name: `vac:qa:keycard:2025q3-keycard-testing:shell-multichain-wallets`
* owner: romanzac
* status: in progress (70%)
* status: in progress (80%)
* start-date: 2025/07/28
* end-date: 2025/09/01
@@ -49,6 +49,7 @@ Create a suite of tests that verify that the Keycard Shell works as expected wit
#### Deliverables
- [multi chain wallets results](https://www.notion.so/Keycard-Shell-Test-Results-22b8f96fb65c80faa06fcc195373624b?source=copy_link)
- [remaining OKX wallet test finished with results](https://www.notion.so/Keycard-Shell-Test-Results-22b8f96fb65c80faa06fcc195373624b?source=copy_link)
### Keycard-go Unit Tests

View File

@@ -26,7 +26,7 @@ as outlined in this [epic](https://github.com/status-im/status-go/issues/6064).
* fully qualified name: `vac:qa:status:2025q3-status-go-functional-testing:critical-flows`
* owner: fbarbu15
* status: in progress (60%)
* status: in progress (70%)
* start-date: 2025/07/01
* end-date: 2025/08/15
@@ -62,7 +62,7 @@ TODO! This taks will need to be broken down into smaller task once we have more
* fully qualified name: `vac:qa:status:2025q3-status-go-functional-testing:framework-improvements`
* owner: chu/florin
* status: in progress (70%)
* status: in progress (80%)
* start-date: 2025/07/01
* end-date: 2025/07/30
@@ -74,12 +74,13 @@ Update readme and debugging.
- Fixed the [reliability failures](https://github.com/status-im/status-go/pull/6736)
- [Refactoring on how test fixtures are used](https://github.com/status-im/status-go/pull/6725)
- [Fixture for setup class](https://github.com/status-im/status-go/pull/6767)
- [test_: schema validation refactor](https://github.com/status-im/status-go/pull/6806)
### Status-backend based on nwaku
* fully qualified name: `vac:qa:status:2025q3-status-go-functional-testing:status-based-on-nwaku`
* owner: florin
* status: in progress (20%)
* status: in progress (40%)
* start-date: 2025/07/01
* end-date: 2025/09/30
@@ -92,7 +93,7 @@ as described in the Waku FURPS
- Created this short [guide](https://www.notion.so/status-staging-testing-guide-2248f96fb65c80efb5eafe029d964343) on how to validate staging deploys
- Executed status related tests for nwaku v0.36 and created a [test report](https://www.notion.so/Nwaku-v0-36-in-status-staging-2248f96fb65c8023b38cd4901646a105)
- Executed waku interop tests for nwaku v0.36 and created a [test report](https://www.notion.so/Waku-regression-testing-v0-36-2268f96fb65c8073bd6bce16733d09cb)
- Validated Nwaku v0.36 deploy in [status.staging fleet](https://www.notion.so/Nwaku-v0-36-in-status-staging-2488f96fb65c80a7b273d96e524a1a1b)
### Reliability in Status Communities

View File

@@ -30,7 +30,7 @@ Oversee testing strategy around releases.
* fully qualified name: `vac:qa:status:2025q3-status-qa-desktop:release-testing`
* owner: nastya
* status: in progress (40%)
* status: in progress (50%)
* start-date:
* end-date:
@@ -55,6 +55,9 @@ Oversee testing strategy around releases.
- [bug: Can't quit the app with right click](https://github.com/status-im/status-desktop/issues/18458)
- [chore(@e2e): small adjustments in the object references](https://github.com/status-im/status-desktop/pull/18308/commits/ae0e04fb8830d024c438fa462e654a851f926159)
- [bug: Profile showcase popup is shown after being dismissed and app is restarted](https://github.com/status-im/status-desktop/issues/18471)
- tested fix https://github.com/status-im/status-desktop/pull/18495
- [bug: Changing display name a couple of times in a row stops syncing the updates](https://github.com/status-im/status-desktop/issues/18503)
- [bug: Windows: can't set any image (profile, community) ](https://github.com/status-im/status-desktop/issues/18524)
### Shell view

View File

@@ -138,7 +138,7 @@ and others to be determined later.
* fully qualified name: `vac:qa:vac:2025q3-nim-libp2p-testing:gossipsub-performance`
* owner: radek
* status: in progress (60%)
* status: in progress (80%)
* start-date: 2025/07/15
* end-date: 2025/07/31
@@ -150,3 +150,6 @@ Implement small scale performance tests for GossipSub that can run between a few
* [test(gossipsub): Performance tests - base scenario and runner](https://github.com/vacp2p/nim-libp2p/pull/1573)
* [test(gossipsub): Performance tests - aggregation script and workflow](https://github.com/vacp2p/nim-libp2p/pull/1577)
* [test(gossipsub): Performance tests - more scenarios](https://github.com/vacp2p/nim-libp2p/pull/1585)
* [test(gossipsub): Performance tests - docker stats](https://github.com/vacp2p/nim-libp2p/pull/1593)
* [test(gossipsub): Performance tests - plot docker stats](https://github.com/vacp2p/nim-libp2p/pull/1597)
* [test(gossipsub): Performance tests - plot latency history](https://github.com/vacp2p/nim-libp2p/pull/1608)

View File

@@ -26,7 +26,7 @@ and performing minor improvements to keep the framework functional and effective
* fully qualified name: `vac:qa:waku:2025q3-interop-testing:maintenance`
* owner: fbarbu15
* status: in progress (10%)
* status: in progress (50%)
* start-date: 2025/07/01
* end-date: 2025/09/30
@@ -37,6 +37,7 @@ investigating and resolving issues, and implementing minor improvements to the t
#### Deliverables
- Adjust waku interop tests to latest [nwaku changes and fixes](https://github.com/waku-org/waku-interop-tests/pull/128)
- [chore: shard-specific metrics update](https://github.com/waku-org/waku-interop-tests/pull/131)
### js-waku filter hardening
@@ -101,9 +102,9 @@ Create a github actions workflow that can run a 12 hour longevity test for waku
### Waku rendezvous peer discovery
* fully qualified name: `vac:qa:waku:2025q3-interop-testing:rendezvous-peer-discovery
* fully qualified name: `vac:qa:waku:2025q3-interop-testing:rendezvous-peer-discovery`
* owner: aya
* status:
* status: in progress (25%)
* start-date: 2025/08/20
* end-date: 2025/09/10
@@ -116,9 +117,9 @@ See [FURPS](https://github.com/waku-org/pm/blob/master/FURPS/core/rendezvous.md?
### Waku REST APIs for admin/debug
* fully qualified name: `vac:qa:waku:2025q3-interop-testing:REST-APIs-extended
* fully qualified name: `vac:qa:waku:2025q3-interop-testing:REST-APIs-extended`
* owner: aya
* status: in progress (5%)
* status: in progress (60%)
* start-date: 2025/08/05
* end-date: 2025/08/20