Skip to content
This repository has been archived by the owner on May 16, 2024. It is now read-only.

Commit

Permalink
Overwrite logs
Browse files Browse the repository at this point in the history
Signed-off-by: Akash Singh <akashsingh2210670@gmail.com>
  • Loading branch information
SkySingh04 committed Mar 20, 2024
1 parent 77d225c commit 64a6c41
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 807 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "heykeploy",
"displayName": "Keploy VSCode Extension",
"description": "Hello Keploy Community!",
"version": "2.6.0",
"version": "2.6.1",
"publisher": "Akash-Singh04",
"icon": "media/logo.png",
"repository": {
Expand Down
35 changes: 2 additions & 33 deletions scripts/keploy_record_script.log
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 INFO Keploy config not found, continuing without configuration
🐰 Keploy: 2024-03-20T10:30:29+05:30 INFO {"keploy test and mock path": "/home/akash/Desktop/samples-go/gin-mongo/keploy"}
🐰 Keploy: 2024-03-20T10:30:33+05:30 INFO keploy initialized and probes added to the kernel.
🐰 Keploy: 2024-03-20T10:30:34+05:30 INFO 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 INFO 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 INFO Proxy started at port:16789
🐰 Keploy: 2024-03-20T10:30:36+05:30 INFO 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 INFO 🟠 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 INFO 🟠 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 ERROR 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 ERROR 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 ERROR 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"}
Loading

0 comments on commit 64a6c41

Please sign in to comment.