mirror of
https://github.com/matrix-org/dendrite.git
synced 2026-01-21 13:03:09 -06:00
Add basic test for pinecone monolith
This commit is contained in:
parent
90690b96ff
commit
e7f2841d7d
|
|
@ -189,3 +189,10 @@ func TestRelayRetrieverSync(t *testing.T) {
|
||||||
}
|
}
|
||||||
poll.WaitOn(t, check, poll.WithTimeout(5*time.Second), poll.WithDelay(100*time.Millisecond))
|
poll.WaitOn(t, check, poll.WithTimeout(5*time.Second), poll.WithDelay(100*time.Millisecond))
|
||||||
}
|
}
|
||||||
|
|
||||||
|
func TestMonolithStarts(t *testing.T) {
|
||||||
|
monolith := DendriteMonolith{}
|
||||||
|
monolith.Start()
|
||||||
|
monolith.PublicKey()
|
||||||
|
// monolith.Stop()
|
||||||
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue