Documentation
¶
Overview ¶
Package dbdrvtest provides needed integral test for db driver writer.
DBDrv implementatons should provide docker-based one-time storage configuration in it's "testdata" folder, and use NewSuite() and Run() to run these tests.
The Suite will create an notify.APIServer at given address with special designed notify driver.
See ../mysqldrv/mysql_test.go for example.
Index ¶
Constants ¶
View Source
const ( DrvCnt = 1 // number of notify drivers enabled in test server MaxThread = 2 // number of senders in test server )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.