networkdb-test
command v28.5.2+incompatible
Go to latest Published: Nov 5, 2025 License:Apache-2.0
Opens a new window with list of versions in this module.
Latest LatestThis package is not in the latest version of its module.
Opens a new window with license information.
Imports:5 Opens a new window with list of imports.
Imported by:0 Opens a new window with list of known importers.
Details
Valid go.mod file
The Go module system was introduced in Go 1.11 and is the official dependency management solution for Go.
Redistributable license
Redistributable licenses place minimal restrictions on how software can be used, modified, and redistributed.
Tagged version
Modules with tagged versions give importers more predictable builds.
Stable version
When a project reaches major version v1 it is considered stable.
- Learn more about best practices
Repository
Links
README¶
SERVERcd test/networkdbenv GOOS=linux go build -v testMain.go && docker build -t dockereng/e2e-networkdb .(only for testkit case) docker push dockereng/e2e-networkdbRun server: docker service create --name testdb --network net1 --replicas 3 --env TASK_ID="{{.Task.ID}}" -p mode=host,target=8000 dockereng/e2e-networkdb server 8000CLIENTcd test/networkdbJoin cluster: docker run -it --network net1 dockereng/e2e-networkdb client join testdb 8000Join network: docker run -it --network net1 dockereng/e2e-networkdb client join-network testdb 8000 testRun test: docker run -it --network net1 dockereng/e2e-networkdb client write-delete-unique-keys testdb 8000 test tableBla 3 10check table: curl "localhost:32768/gettable?nid=test&tname=table_name"
Documentation¶
There is no documentation for this package.
Click to show internal directories.
Click to hide internal directories.