mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
585964bf32
- Diagnose framework that exposes REST API for db interaction - Dockerfile to build the test image - Periodic print of stats regarding queue size - Client and server side for integration with testkit - Added write-delete-leave-join - Added test write-delete-wait-leave-join - Added write-wait-leave-join Signed-off-by: Flavio Crisciani <flavio.crisciani@docker.com>
40 lines
439 B
Text
40 lines
439 B
Text
# Compiled Object files, Static and Dynamic libs (Shared Objects)
|
|
*.o
|
|
*.a
|
|
*.so
|
|
bin/
|
|
|
|
# Folders
|
|
integration-tmp/
|
|
_obj
|
|
_test
|
|
.vagrant
|
|
|
|
|
|
# Architecture specific extensions/prefixes
|
|
*.[568vq]
|
|
[568vq].out
|
|
|
|
*.cgo1.go
|
|
*.cgo2.c
|
|
_cgo_defun.c
|
|
_cgo_gotypes.go
|
|
_cgo_export.*
|
|
|
|
_testmain.go
|
|
|
|
*.exe
|
|
*.test
|
|
*.prof
|
|
cmd/dnet/dnet
|
|
|
|
# Coverage
|
|
*.tmp
|
|
*.coverprofile
|
|
|
|
# IDE files and folders
|
|
.project
|
|
.settings/
|
|
|
|
libnetworkbuild.created
|
|
test/networkDb/testMain
|