Distributed key-value db in go #3: automated testing

In this video we will write unit and functional tests for the distributed key-value database in Go (golang). We don’t want to make our comrads (and ourselves) suffer too much when testing things manually so we need to automate it. The database uses BoltDB as it’s backend storage. All with strong Russian accent and tons of simplicity and reliability of course! Because we are in Soviet Russia, the source code is the property of the people, so you can grab your copy of the sources we wrote together from githu
Back to Top