mirror of
https://github.com/logos-messaging/logos-messaging-go-bindings.git
synced 2026-01-03 14:33:07 +00:00
Fix review points
This commit is contained in:
parent
75bd92cfe3
commit
dd76d0f864
7
.github/workflows/CI.yml
vendored
7
.github/workflows/CI.yml
vendored
@ -1,8 +1,9 @@
|
||||
name: Endurance Tests
|
||||
name: Bindings Tests
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ "stress_test" ]
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
- cron: '0 2 * * *'
|
||||
|
||||
jobs:
|
||||
endurance:
|
||||
|
||||
3
.github/workflows/CI_endurance.yml
vendored
3
.github/workflows/CI_endurance.yml
vendored
@ -1,8 +1,7 @@
|
||||
name: Endurance Tests
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ "stress_test" ]
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
endurance1:
|
||||
|
||||
@ -1,11 +1,8 @@
|
||||
name: Repeated Test Suite
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ "stress_test" ]
|
||||
schedule:
|
||||
- cron: '0 2 * * *'
|
||||
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
repeated-tests:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
2
.gitignore
vendored
2
.gitignore
vendored
@ -29,3 +29,5 @@ waku/store.sqlite3
|
||||
waku/store.sqlite3-shm
|
||||
|
||||
waku/store.sqlite3-wal
|
||||
|
||||
waku/test_repeated_start_stop.log
|
||||
|
||||
@ -300,7 +300,7 @@ func TestRelaySubscribeAndPeerCountChange(t *testing.T) {
|
||||
node3Config.Relay = true
|
||||
node3Config.Staticnodes = []string{node1Address[0].String()}
|
||||
|
||||
Debug("Creating Node3 with Node2 as a static node")
|
||||
Debug("Creating Node3 with Node1 as a static node")
|
||||
node3, err := StartWakuNode("Node3", &node3Config)
|
||||
require.NoError(t, err, "Failed to start Node3")
|
||||
|
||||
|
||||
@ -73,7 +73,6 @@ func TestStressMemoryUsageForThreeNodes(t *testing.T) {
|
||||
func TestStressStoreQuery5kMessagesWithPagination(t *testing.T) {
|
||||
Debug("Starting test")
|
||||
runtime.GC()
|
||||
time.Sleep(5 * time.Second)
|
||||
nodeConfig := DefaultWakuConfig
|
||||
nodeConfig.Relay = true
|
||||
nodeConfig.Store = true
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user