test

package
v1.0.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 27, 2014 License: AGPL-3.0 Imports: 24 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var DeepEquals gocheck.Checker = &eventsChecker{
	&gocheck.CheckerInfo{Name: "DeepEquals", Params: []string{"got", "expected"}},
}
View Source
var FileEquals gocheck.Checker = &fileChecker{
	&gocheck.CheckerInfo{Name: "FileEquals", Params: []string{"got", "expected"}},
}
View Source
var RootDir string
View Source
var Ts, _ = time.Parse("2006-01-02 15:04:05", "2013-12-30 18:36:00")

Functions

func ConnectMySQL

func ConnectMySQL(dsn string) (*sql.DB, error)

func CopyFile

func CopyFile(src, dst string) error

func Debug

func Debug(logChan chan *proto.LogEntry)

func DrainBoolChan

func DrainBoolChan(c chan bool)

func DrainLogChan

func DrainLogChan(c chan *proto.LogEntry)

func DrainRecvChan

func DrainRecvChan(c chan *proto.Reply)

func DrainSendChan

func DrainSendChan(c chan *proto.Cmd)

func DrainTraceChan

func DrainTraceChan(c chan string)

func Dump

func Dump(v interface{})

func FileExists

func FileExists(file string) bool

func FileSize

func FileSize(fileName string) (int64, error)

func GetStatus

func GetStatus(sendChan chan *proto.Cmd, recvChan chan *proto.Reply) map[string]string

func IsDeeply

func IsDeeply(got, expect interface{}) (result bool, error string)

func LoadMmReport

func LoadMmReport(file string, v interface{}) error

func Sign

func Sign(file string) ([]byte, []byte, error)

func WaitBytes

func WaitBytes(dataChan chan []byte) [][]byte

func WaitCmd

func WaitCmd(replyChan chan *proto.Cmd) []proto.Cmd

func WaitCollection

func WaitCollection(cChan chan *mm.Collection, n int) []*mm.Collection

func WaitData

func WaitData(recvDataChan chan interface{}) []interface{}

func WaitErr

func WaitErr(errChan chan error) []error

func WaitFileSize

func WaitFileSize(fileName string, originalSize int64)

func WaitFiles

func WaitFiles(dir string, n int) []os.FileInfo

func WaitLog

func WaitLog(recvDataChan chan interface{}, n int) []proto.LogEntry

func WaitLogChan

func WaitLogChan(logChan chan *proto.LogEntry, n int) []proto.LogEntry

func WaitMmReport

func WaitMmReport(dataChan chan interface{}) *mm.Report

func WaitReply

func WaitReply(replyChan chan *proto.Reply) []proto.Reply

func WaitState

func WaitState(c chan bool) bool

func WaitStatus

func WaitStatus(timeout int, r pct.StatusReporter, proc string, state string) bool

func WaitStatusPrefix

func WaitStatusPrefix(timeout int, r pct.StatusReporter, proc string, state string) bool

func WaitStatusReply

func WaitStatusReply(replyChan chan *proto.Reply) map[string]string

func WaitSystemConfig

func WaitSystemConfig(cChan chan *sysconfig.Report, n int) []*sysconfig.Report

func WaitTrace

func WaitTrace(traceChan chan string) []string

func WriteData

func WriteData(data interface{}, filename string)

Types

This section is empty.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL