This repository has been archived by the owner on May 16, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Akash Singh <akashsingh2210670@gmail.com>
- Loading branch information
1 parent
77d225c
commit 64a6c41
Showing
3 changed files
with
3 additions
and
807 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,33 +1,2 @@ | ||
|
||
▓██▓▄ | ||
▓▓▓▓██▓█▓▄ | ||
████████▓▒ | ||
▀▓▓███▄ ▄▄ ▄ ▌ | ||
▄▌▌▓▓████▄ ██ ▓█▀ ▄▌▀▄ ▓▓▌▄ ▓█ ▄▌▓▓▌▄ ▌▌ ▓ | ||
▓█████████▌▓▓ ██▓█▄ ▓█▄▓▓ ▐█▌ ██ ▓█ █▌ ██ █▌ █▓ | ||
▓▓▓▓▀▀▀▀▓▓▓▓▓▓▌ ██ █▓ ▓▌▄▄ ▐█▓▄▓█▀ █▓█ ▀█▄▄█▀ █▓█ | ||
▓▌ ▐█▌ █▌ | ||
▓ | ||
|
||
version: 2.0.0-alpha78 | ||
|
||
🐰 Keploy: 2024-03-20T10:30:29+05:30 [34mINFO[0m Keploy config not found, continuing without configuration | ||
🐰 Keploy: 2024-03-20T10:30:29+05:30 [34mINFO[0m {"keploy test and mock path": "/home/akash/Desktop/samples-go/gin-mongo/keploy"} | ||
🐰 Keploy: 2024-03-20T10:30:33+05:30 [34mINFO[0m keploy initialized and probes added to the kernel. | ||
🐰 Keploy: 2024-03-20T10:30:34+05:30 [34mINFO[0m Java detected and CA already exists {"path": "/usr/lib/jvm/java-11-openjdk-amd64/lib/security/cacerts"} | ||
🐰 Keploy: 2024-03-20T10:30:35+05:30 [34mINFO[0m Java detected and CA already exists {"path": "/usr/lib/jvm/java-11-openjdk-amd64/lib/security/cacerts"} | ||
🐰 Keploy: 2024-03-20T10:30:36+05:30 [34mINFO[0m Proxy started at port:16789 | ||
🐰 Keploy: 2024-03-20T10:30:36+05:30 [34mINFO[0m starting TCP DNS server at addr :26789 | ||
[GIN-debug] [WARNING] Creating an Engine instance with the Logger and Recovery middleware already attached. | ||
|
||
[GIN-debug] [WARNING] Running in "debug" mode. Switch to "release" mode in production. | ||
- using env: export GIN_MODE=release | ||
- using code: gin.SetMode(gin.ReleaseMode) | ||
|
||
[GIN-debug] GET /:param --> main.getURL (3 handlers) | ||
[GIN-debug] POST /url --> main.putURL (3 handlers) | ||
[GIN] 2024/03/20 - 10:30:40 | 200 | 17.792388ms | ::1 | POST "/url" | ||
[GIN] 2024/03/20 - 10:30:42 | 200 | 10.188625ms | ::1 | POST "/url" | ||
🐰 Keploy: 2024-03-20T10:30:43+05:30 [34mINFO[0m 🟠 Keploy has captured test cases for the user's application. {"path": "/home/akash/Desktop/samples-go/gin-mongo/keploy/test-set-9/tests", "testcase name": "test-1"} | ||
🐰 Keploy: 2024-03-20T10:30:44+05:30 [34mINFO[0m 🟠 Keploy has captured test cases for the user's application. {"path": "/home/akash/Desktop/samples-go/gin-mongo/keploy/test-set-9/tests", "testcase name": "test-2"} | ||
🐰 Keploy: 2024-03-20T10:33:46+05:30 [31mERROR[0m failed to dial the connection to destination server {"Client IP Address": "192.168.1.8:58346", "Client ConnectionID": 8, "Destination IP Address": "127.0.0.1:27017", "Destination ConnectionID": 9, "error": "dial tcp 127.0.0.1:27017: connect: connection refused", "proxy port": 16789, "server address": "127.0.0.1:27017"} | ||
🐰 Keploy: 2024-03-20T10:34:36+05:30 [31mERROR[0m failed to dial the connection to destination server {"Client IP Address": "192.168.1.8:48504", "Client ConnectionID": 26, "Destination IP Address": "127.0.0.1:27017", "Destination ConnectionID": 27, "error": "dial tcp 127.0.0.1:27017: connect: connection refused", "proxy port": 16789, "server address": "127.0.0.1:27017"} | ||
🐰 Keploy: 2024-03-20T10:34:36+05:30 [31mERROR[0m failed to dial the connection to destination server {"Client IP Address": "192.168.1.8:48490", "Client ConnectionID": 28, "Destination IP Address": "127.0.0.1:27017", "Destination ConnectionID": 29, "error": "dial tcp 127.0.0.1:27017: connect: connection refused", "proxy port": 16789, "server address": "127.0.0.1:27017"} |
Oops, something went wrong.