From 911ebd84c503c7259d609eabed41add0216a47dd Mon Sep 17 00:00:00 2001 From: Achanandhi-M Date: Wed, 16 Apr 2025 21:03:26 +0530 Subject: [PATCH] Added Dockerfile and modified docker compose file Signed-off-by: Achanandhi-M --- employee-manager/Dockerfile | 21 + employee-manager/docker-compose.yaml | 22 +- employee-manager/keploy.yml | 9 +- employee-manager/keploy/test-set-0/mocks.yaml | 1236 +++++++---------- .../keploy/test-set-0/tests/test-1.yaml | 46 +- .../keploy/test-set-0/tests/test-2.yaml | 28 +- .../keploy/test-set-0/tests/test-3.yaml | 44 - .../keploy/test-set-0/tests/test-4.yaml | 47 - .../src/main/resources/application.properties | 2 +- 9 files changed, 581 insertions(+), 874 deletions(-) create mode 100644 employee-manager/Dockerfile delete mode 100755 employee-manager/keploy/test-set-0/tests/test-3.yaml delete mode 100755 employee-manager/keploy/test-set-0/tests/test-4.yaml diff --git a/employee-manager/Dockerfile b/employee-manager/Dockerfile new file mode 100644 index 00000000..53f22df3 --- /dev/null +++ b/employee-manager/Dockerfile @@ -0,0 +1,21 @@ +# Use a Java 17 runtime (Debian-based, works on Apple Silicon) +FROM eclipse-temurin:17-jdk + +# Set the working directory inside the container +WORKDIR /app + +# Install Maven +RUN apt-get update && apt-get install -y maven + +# Copy the current directory contents into the container at /app +COPY . /app/ + +# Build the binary +RUN mvn clean install -Dmaven.test.skip=true + + +# Expose the port your Spring Boot app runs on +EXPOSE 8080 + +# Run the application +ENTRYPOINT ["java", "-jar", "target/springbootapp-0.0.1-SNAPSHOT.jar"] diff --git a/employee-manager/docker-compose.yaml b/employee-manager/docker-compose.yaml index c9301ec5..b955c0ca 100644 --- a/employee-manager/docker-compose.yaml +++ b/employee-manager/docker-compose.yaml @@ -1,7 +1,17 @@ -version: '3.7' services: + java-app: + build: + context: . + container_name: javaApp + depends_on: + - postgres + ports: + - "8080:8080" + networks: + - keploy-network postgres: - image: postgres:latest + image: "postgres:15.2" + container_name: postgres restart: always environment: - POSTGRES_DB=keploy-test @@ -9,7 +19,13 @@ services: - POSTGRES_PASSWORD=keploy ports: - '5432:5432' + networks: + - keploy-network volumes: # - ./postgres-data:/var/lib/postgresql/data # copy the sql script to create tables - - ./src/main/resources/data.sql:/docker-entrypoint-datadb.d/data.sql \ No newline at end of file + - ./src/main/resources/data.sql:/docker-entrypoint-datadb.d/data.sql + +networks: + keploy-network: + external: true \ No newline at end of file diff --git a/employee-manager/keploy.yml b/employee-manager/keploy.yml index 1e547aa5..d678c3e1 100755 --- a/employee-manager/keploy.yml +++ b/employee-manager/keploy.yml @@ -16,8 +16,13 @@ buildDelay: 30 test: selectedTests: {} globalNoise: - global: {} - test-sets: {} + #global: { + # "body":{ + # "timestamp":"", + # } + #} + + test-sets: {} delay: 5 host: "" port: 0 diff --git a/employee-manager/keploy/test-set-0/mocks.yaml b/employee-manager/keploy/test-set-0/mocks.yaml index b2c19d94..f85ec1c1 100755 --- a/employee-manager/keploy/test-set-0/mocks.yaml +++ b/employee-manager/keploy/test-set-0/mocks.yaml @@ -1,3 +1,4 @@ +# Generated by Keploy (2.5.2) version: api.keploy.io/v1beta1 kind: Postgres name: mock-0 @@ -16,9 +17,10 @@ spec: authentication_md5_password: salt: [0, 0, 0, 0] auth_type: 0 - reqtimestampmock: 2024-10-17T15:34:48.584761459+05:30 - restimestampmock: 2024-10-17T15:34:48.58566376+05:30 + reqtimestampmock: 2025-04-16T15:25:27.999326012Z + restimestampmock: 2025-04-16T15:25:27.999942846Z connectionId: "0" +respType: json --- version: api.keploy.io/v1beta1 kind: Postgres @@ -28,7 +30,7 @@ spec: type: config postgresrequests: - identifier: StartupRequest - payload: AAAAfQADAAB1c2VyAGtlcGxveS11c2VyAGRhdGFiYXNlAGtlcGxveS10ZXN0AGNsaWVudF9lbmNvZGluZwBVVEY4AERhdGVTdHlsZQBJU08AVGltZVpvbmUAQXNpYS9Lb2xrYXRhAGV4dHJhX2Zsb2F0X2RpZ2l0cwAyAAA= + payload: AAAAeAADAAB1c2VyAGtlcGxveS11c2VyAGRhdGFiYXNlAGtlcGxveS10ZXN0AGNsaWVudF9lbmNvZGluZwBVVEY4AERhdGVTdHlsZQBJU08AVGltZVpvbmUARXRjL1VUQwBleHRyYV9mbG9hdF9kaWdpdHMAMgAA auth_type: 0 postgresresponses: - header: [R] @@ -41,9 +43,10 @@ spec: - SCRAM-SHA-256 msg_type: 82 auth_type: 10 - reqtimestampmock: 2024-10-17T15:34:48.587788974+05:30 - restimestampmock: 2024-10-17T15:34:48.587814806+05:30 + reqtimestampmock: 2025-04-16T15:25:28.001836596Z + restimestampmock: 2025-04-16T15:25:28.001867179Z connectionId: "0" +respType: json --- version: api.keploy.io/v1beta1 kind: Postgres @@ -65,12 +68,13 @@ spec: length: 8 authentication_md5_password: salt: [0, 0, 0, 0] - authentication_sasl_continue: {data: [114, 61, 41, 62, 76, 120, 66, 111, 57, 110, 59, 79, 95, 89, 40, 38, 95, 93, 40, 122, 87, 94, 108, 47, 45, 68, 53, 53, 71, 121, 71, 81, 80, 86, 76, 53, 66, 48, 70, 77, 88, 114, 99, 71, 111, 53, 108, 83, 48, 101, 44, 115, 61, 119, 79, 80, 67, 57, 122, 77, 109, 117, 106, 103, 100, 108, 54, 80, 74, 106, 103, 82, 49, 76, 81, 61, 61, 44, 105, 61, 52, 48, 57, 54]} + authentication_sasl_continue: {data: [114, 61, 74, 94, 96, 73, 75, 96, 80, 45, 91, 66, 57, 126, 62, 67, 98, 108, 39, 108, 89, 87, 102, 63, 83, 114, 120, 115, 72, 112, 117, 109, 102, 121, 72, 122, 122, 101, 48, 69, 110, 78, 73, 67, 98, 76, 83, 49, 102, 119, 44, 115, 61, 122, 65, 107, 71, 109, 65, 50, 84, 102, 104, 122, 69, 78, 56, 78, 106, 70, 101, 77, 75, 75, 81, 61, 61, 44, 105, 61, 52, 48, 57, 54]} msg_type: 82 auth_type: 11 - reqtimestampmock: 2024-10-17T15:34:48.599345179+05:30 - restimestampmock: 2024-10-17T15:34:48.599374053+05:30 + reqtimestampmock: 2025-04-16T15:25:28.009134596Z + restimestampmock: 2025-04-16T15:25:28.009156596Z connectionId: "0" +respType: json --- version: api.keploy.io/v1beta1 kind: Postgres @@ -85,55 +89,54 @@ spec: msg_type: 112 auth_type: 0 postgresresponses: - - header: [R, R, S, S, S, S, S, S, S, S, S, S, S, S, S, S, K, Z] + - header: [R, R, S, S, S, S, S, S, S, S, S, S, S, S, S, K, Z] identifier: ServerResponse length: 8 authentication_md5_password: salt: [0, 0, 0, 0] - authentication_sasl_final: {data: [118, 61, 119, 57, 104, 66, 77, 47, 90, 55, 70, 115, 57, 119, 80, 84, 81, 89, 89, 98, 105, 70, 107, 56, 97, 78, 55, 89, 97, 89, 116, 84, 80, 113, 65, 111, 90, 85, 97, 109, 103, 100, 110, 55, 77, 61]} + authentication_sasl_final: {data: [118, 61, 48, 49, 49, 99, 76, 52, 82, 66, 47, 121, 100, 43, 118, 109, 47, 82, 119, 99, 74, 66, 66, 115, 102, 98, 51, 84, 53, 84, 87, 51, 79, 110, 56, 85, 115, 74, 120, 48, 82, 114, 98, 81, 81, 61]} backend_key_data: - process_id: 82 - secret_key: 4164145810 + process_id: 68 + secret_key: 3004201425 parameter_status: + - name: application_name + value: "" + - name: client_encoding + value: UTF8 + - name: DateStyle + value: ISO, MDY + - name: default_transaction_read_only + value: "off" - name: in_hot_standby value: "off" - name: integer_datetimes value: "on" - - name: TimeZone - value: Asia/Kolkata - name: IntervalStyle value: postgres - name: is_superuser value: "on" - - name: application_name - value: "" - - name: default_transaction_read_only - value: "off" - - name: scram_iterations - value: "4096" - - name: DateStyle - value: ISO, MDY - - name: standard_conforming_strings - value: "on" - - name: session_authorization - value: keploy-user - - name: client_encoding - value: UTF8 - - name: server_version - value: 16.3 (Debian 16.3-1.pgdg120+1) - - name: server_encoding - value: UTF8 - - name: server_encoding - value: UTF8 - name: server_encoding value: UTF8 + - name: server_version + value: 15.2 (Debian 15.2-1.pgdg110+1) + - name: session_authorization + value: keploy-user + - name: standard_conforming_strings + value: "on" + - name: TimeZone + value: Etc/UTC + - name: TimeZone + value: Etc/UTC + - name: TimeZone + value: Etc/UTC ready_for_query: txstatus: 73 msg_type: 90 auth_type: 0 - reqtimestampmock: 2024-10-17T15:34:48.666211999+05:30 - restimestampmock: 2024-10-17T15:34:48.666289496+05:30 + reqtimestampmock: 2025-04-16T15:25:28.052300304Z + restimestampmock: 2025-04-16T15:25:28.052346512Z connectionId: "0" +respType: json --- version: api.keploy.io/v1beta1 kind: Postgres @@ -168,9 +171,10 @@ spec: txstatus: 73 msg_type: 90 auth_type: 0 - reqtimestampmock: 2024-10-17T15:34:48.687767465+05:30 - restimestampmock: 2024-10-17T15:34:48.68785817+05:30 + reqtimestampmock: 2025-04-16T15:25:28.065671721Z + restimestampmock: 2025-04-16T15:25:28.065706512Z connectionId: "0" +respType: json --- version: api.keploy.io/v1beta1 kind: Postgres @@ -210,9 +214,10 @@ spec: txstatus: 73 msg_type: 90 auth_type: 0 - reqtimestampmock: 2024-10-17T15:34:48.688220699+05:30 - restimestampmock: 2024-10-17T15:34:48.688235698+05:30 + reqtimestampmock: 2025-04-16T15:25:28.065988346Z + restimestampmock: 2025-04-16T15:25:28.066053512Z connectionId: "0" +respType: json --- version: api.keploy.io/v1beta1 kind: Postgres @@ -248,9 +253,10 @@ spec: txstatus: 73 msg_type: 90 auth_type: 0 - reqtimestampmock: 2024-10-17T15:34:48.699893691+05:30 - restimestampmock: 2024-10-17T15:34:48.699915857+05:30 + reqtimestampmock: 2025-04-16T15:25:28.072695929Z + restimestampmock: 2025-04-16T15:25:28.072717887Z connectionId: "0" +respType: json --- version: api.keploy.io/v1beta1 kind: Postgres @@ -270,9 +276,10 @@ spec: authentication_md5_password: salt: [0, 0, 0, 0] auth_type: 0 - reqtimestampmock: 2024-10-17T15:34:48.811189188+05:30 - restimestampmock: 2024-10-17T15:34:48.811268602+05:30 + reqtimestampmock: 2025-04-16T15:25:28.178856513Z + restimestampmock: 2025-04-16T15:25:28.179348804Z connectionId: "2" +respType: json --- version: api.keploy.io/v1beta1 kind: Postgres @@ -282,7 +289,7 @@ spec: type: config postgresrequests: - identifier: StartupRequest - payload: AAAAfQADAAB1c2VyAGtlcGxveS11c2VyAGRhdGFiYXNlAGtlcGxveS10ZXN0AGNsaWVudF9lbmNvZGluZwBVVEY4AERhdGVTdHlsZQBJU08AVGltZVpvbmUAQXNpYS9Lb2xrYXRhAGV4dHJhX2Zsb2F0X2RpZ2l0cwAyAAA= + payload: AAAAeAADAAB1c2VyAGtlcGxveS11c2VyAGRhdGFiYXNlAGtlcGxveS10ZXN0AGNsaWVudF9lbmNvZGluZwBVVEY4AERhdGVTdHlsZQBJU08AVGltZVpvbmUARXRjL1VUQwBleHRyYV9mbG9hdF9kaWdpdHMAMgAA auth_type: 0 postgresresponses: - header: [R] @@ -295,9 +302,10 @@ spec: - SCRAM-SHA-256 msg_type: 82 auth_type: 10 - reqtimestampmock: 2024-10-17T15:34:48.812033699+05:30 - restimestampmock: 2024-10-17T15:34:48.812048615+05:30 + reqtimestampmock: 2025-04-16T15:25:28.180229596Z + restimestampmock: 2025-04-16T15:25:28.180276138Z connectionId: "2" +respType: json --- version: api.keploy.io/v1beta1 kind: Postgres @@ -319,12 +327,13 @@ spec: length: 8 authentication_md5_password: salt: [0, 0, 0, 0] - authentication_sasl_continue: {data: [114, 61, 93, 108, 40, 91, 62, 57, 71, 117, 52, 48, 115, 113, 98, 43, 53, 38, 108, 82, 37, 53, 68, 111, 114, 75, 82, 76, 48, 100, 88, 76, 115, 49, 49, 53, 47, 121, 70, 84, 69, 43, 52, 76, 51, 105, 116, 50, 82, 49, 44, 115, 61, 119, 79, 80, 67, 57, 122, 77, 109, 117, 106, 103, 100, 108, 54, 80, 74, 106, 103, 82, 49, 76, 81, 61, 61, 44, 105, 61, 52, 48, 57, 54]} + authentication_sasl_continue: {data: [114, 61, 51, 33, 52, 109, 125, 46, 52, 58, 106, 48, 71, 69, 50, 101, 55, 118, 51, 94, 43, 65, 95, 33, 65, 62, 107, 105, 111, 107, 108, 49, 108, 104, 65, 118, 80, 48, 75, 108, 75, 70, 103, 110, 65, 76, 122, 74, 72, 85, 44, 115, 61, 122, 65, 107, 71, 109, 65, 50, 84, 102, 104, 122, 69, 78, 56, 78, 106, 70, 101, 77, 75, 75, 81, 61, 61, 44, 105, 61, 52, 48, 57, 54]} msg_type: 82 auth_type: 11 - reqtimestampmock: 2024-10-17T15:34:48.813307111+05:30 - restimestampmock: 2024-10-17T15:34:48.813319861+05:30 + reqtimestampmock: 2025-04-16T15:25:28.180961388Z + restimestampmock: 2025-04-16T15:25:28.180980721Z connectionId: "2" +respType: json --- version: api.keploy.io/v1beta1 kind: Postgres @@ -339,55 +348,54 @@ spec: msg_type: 112 auth_type: 0 postgresresponses: - - header: [R, R, S, S, S, S, S, S, S, S, S, S, S, S, S, S, K, Z] + - header: [R, R, S, S, S, S, S, S, S, S, S, S, S, S, S, K, Z] identifier: ServerResponse length: 8 authentication_md5_password: salt: [0, 0, 0, 0] - authentication_sasl_final: {data: [118, 61, 84, 67, 112, 112, 109, 112, 106, 117, 108, 75, 70, 48, 66, 86, 81, 48, 106, 55, 57, 85, 111, 104, 75, 47, 99, 102, 70, 75, 122, 72, 107, 79, 113, 104, 47, 65, 90, 114, 111, 77, 101, 102, 77, 61]} + authentication_sasl_final: {data: [118, 61, 76, 56, 56, 67, 119, 56, 69, 73, 122, 47, 112, 83, 74, 100, 70, 53, 82, 43, 73, 66, 49, 103, 97, 121, 43, 120, 106, 77, 116, 85, 104, 75, 75, 115, 104, 114, 43, 43, 74, 54, 81, 74, 111, 61]} backend_key_data: - process_id: 83 - secret_key: 2404656702 + process_id: 69 + secret_key: 2353455900 parameter_status: + - name: application_name + value: "" + - name: client_encoding + value: UTF8 + - name: DateStyle + value: ISO, MDY + - name: default_transaction_read_only + value: "off" - name: in_hot_standby value: "off" - name: integer_datetimes value: "on" - - name: TimeZone - value: Asia/Kolkata - name: IntervalStyle value: postgres - name: is_superuser value: "on" - - name: application_name - value: "" - - name: default_transaction_read_only - value: "off" - - name: scram_iterations - value: "4096" - - name: DateStyle - value: ISO, MDY - - name: standard_conforming_strings - value: "on" - - name: session_authorization - value: keploy-user - - name: client_encoding - value: UTF8 - - name: server_version - value: 16.3 (Debian 16.3-1.pgdg120+1) - - name: server_encoding - value: UTF8 - - name: server_encoding - value: UTF8 - name: server_encoding value: UTF8 + - name: server_version + value: 15.2 (Debian 15.2-1.pgdg110+1) + - name: session_authorization + value: keploy-user + - name: standard_conforming_strings + value: "on" + - name: TimeZone + value: Etc/UTC + - name: TimeZone + value: Etc/UTC + - name: TimeZone + value: Etc/UTC ready_for_query: txstatus: 73 msg_type: 90 auth_type: 0 - reqtimestampmock: 2024-10-17T15:34:48.841843449+05:30 - restimestampmock: 2024-10-17T15:34:48.841902572+05:30 + reqtimestampmock: 2025-04-16T15:25:28.184236679Z + restimestampmock: 2025-04-16T15:25:28.184289721Z connectionId: "2" +respType: json --- version: api.keploy.io/v1beta1 kind: Postgres @@ -422,9 +430,10 @@ spec: txstatus: 73 msg_type: 90 auth_type: 0 - reqtimestampmock: 2024-10-17T15:34:48.842936951+05:30 - restimestampmock: 2024-10-17T15:34:48.842954534+05:30 + reqtimestampmock: 2025-04-16T15:25:28.185264221Z + restimestampmock: 2025-04-16T15:25:28.185285971Z connectionId: "2" +respType: json --- version: api.keploy.io/v1beta1 kind: Postgres @@ -444,9 +453,10 @@ spec: authentication_md5_password: salt: [0, 0, 0, 0] auth_type: 0 - reqtimestampmock: 2024-10-17T15:34:48.84483509+05:30 - restimestampmock: 2024-10-17T15:34:48.845366446+05:30 + reqtimestampmock: 2025-04-16T15:25:28.186910763Z + restimestampmock: 2025-04-16T15:25:28.187466388Z connectionId: "4" +respType: json --- version: api.keploy.io/v1beta1 kind: Postgres @@ -456,7 +466,7 @@ spec: type: config postgresrequests: - identifier: StartupRequest - payload: AAAAfQADAAB1c2VyAGtlcGxveS11c2VyAGRhdGFiYXNlAGtlcGxveS10ZXN0AGNsaWVudF9lbmNvZGluZwBVVEY4AERhdGVTdHlsZQBJU08AVGltZVpvbmUAQXNpYS9Lb2xrYXRhAGV4dHJhX2Zsb2F0X2RpZ2l0cwAyAAA= + payload: AAAAeAADAAB1c2VyAGtlcGxveS11c2VyAGRhdGFiYXNlAGtlcGxveS10ZXN0AGNsaWVudF9lbmNvZGluZwBVVEY4AERhdGVTdHlsZQBJU08AVGltZVpvbmUARXRjL1VUQwBleHRyYV9mbG9hdF9kaWdpdHMAMgAA auth_type: 0 postgresresponses: - header: [R] @@ -469,9 +479,10 @@ spec: - SCRAM-SHA-256 msg_type: 82 auth_type: 10 - reqtimestampmock: 2024-10-17T15:34:48.846340036+05:30 - restimestampmock: 2024-10-17T15:34:48.846354744+05:30 + reqtimestampmock: 2025-04-16T15:25:28.188250054Z + restimestampmock: 2025-04-16T15:25:28.188629638Z connectionId: "4" +respType: json --- version: api.keploy.io/v1beta1 kind: Postgres @@ -493,12 +504,13 @@ spec: length: 8 authentication_md5_password: salt: [0, 0, 0, 0] - authentication_sasl_continue: {data: [114, 61, 79, 116, 83, 45, 112, 55, 121, 43, 97, 54, 86, 111, 98, 98, 62, 55, 60, 121, 124, 122, 106, 39, 50, 70, 66, 112, 97, 84, 84, 76, 74, 120, 101, 52, 81, 50, 111, 77, 85, 106, 113, 75, 78, 90, 55, 68, 105, 111, 44, 115, 61, 119, 79, 80, 67, 57, 122, 77, 109, 117, 106, 103, 100, 108, 54, 80, 74, 106, 103, 82, 49, 76, 81, 61, 61, 44, 105, 61, 52, 48, 57, 54]} + authentication_sasl_continue: {data: [114, 61, 50, 60, 121, 93, 117, 37, 49, 42, 82, 86, 64, 46, 109, 86, 122, 90, 83, 36, 100, 67, 102, 38, 82, 114, 103, 72, 81, 111, 68, 83, 67, 66, 106, 80, 107, 102, 101, 114, 74, 71, 114, 101, 103, 79, 110, 111, 47, 48, 44, 115, 61, 122, 65, 107, 71, 109, 65, 50, 84, 102, 104, 122, 69, 78, 56, 78, 106, 70, 101, 77, 75, 75, 81, 61, 61, 44, 105, 61, 52, 48, 57, 54]} msg_type: 82 auth_type: 11 - reqtimestampmock: 2024-10-17T15:34:48.846888141+05:30 - restimestampmock: 2024-10-17T15:34:48.846900765+05:30 + reqtimestampmock: 2025-04-16T15:25:28.188870054Z + restimestampmock: 2025-04-16T15:25:28.188888388Z connectionId: "4" +respType: json --- version: api.keploy.io/v1beta1 kind: Postgres @@ -513,55 +525,54 @@ spec: msg_type: 112 auth_type: 0 postgresresponses: - - header: [R, R, S, S, S, S, S, S, S, S, S, S, S, S, S, S, K, Z] + - header: [R, R, S, S, S, S, S, S, S, S, S, S, S, S, S, K, Z] identifier: ServerResponse length: 8 authentication_md5_password: salt: [0, 0, 0, 0] - authentication_sasl_final: {data: [118, 61, 81, 105, 90, 76, 70, 56, 103, 105, 90, 121, 118, 65, 48, 43, 108, 66, 121, 88, 76, 72, 87, 84, 66, 98, 122, 57, 111, 78, 90, 119, 89, 72, 85, 106, 74, 85, 103, 100, 67, 99, 121, 54, 77, 61]} + authentication_sasl_final: {data: [118, 61, 102, 101, 67, 101, 56, 76, 100, 50, 70, 115, 87, 57, 81, 51, 120, 106, 102, 81, 84, 65, 112, 47, 97, 75, 90, 122, 85, 119, 52, 73, 48, 109, 48, 72, 97, 81, 109, 99, 70, 83, 111, 106, 115, 61]} backend_key_data: - process_id: 84 - secret_key: 1586004475 + process_id: 70 + secret_key: 902239529 parameter_status: + - name: application_name + value: "" + - name: client_encoding + value: UTF8 + - name: DateStyle + value: ISO, MDY + - name: default_transaction_read_only + value: "off" - name: in_hot_standby value: "off" - name: integer_datetimes value: "on" - - name: TimeZone - value: Asia/Kolkata - name: IntervalStyle value: postgres - name: is_superuser value: "on" - - name: application_name - value: "" - - name: default_transaction_read_only - value: "off" - - name: scram_iterations - value: "4096" - - name: DateStyle - value: ISO, MDY - - name: standard_conforming_strings - value: "on" - - name: session_authorization - value: keploy-user - - name: client_encoding - value: UTF8 - - name: server_version - value: 16.3 (Debian 16.3-1.pgdg120+1) - - name: server_encoding - value: UTF8 - - name: server_encoding - value: UTF8 - name: server_encoding value: UTF8 + - name: server_version + value: 15.2 (Debian 15.2-1.pgdg110+1) + - name: session_authorization + value: keploy-user + - name: standard_conforming_strings + value: "on" + - name: TimeZone + value: Etc/UTC + - name: TimeZone + value: Etc/UTC + - name: TimeZone + value: Etc/UTC ready_for_query: txstatus: 73 msg_type: 90 auth_type: 0 - reqtimestampmock: 2024-10-17T15:34:48.859748882+05:30 - restimestampmock: 2024-10-17T15:34:48.859809546+05:30 + reqtimestampmock: 2025-04-16T15:25:28.192176888Z + restimestampmock: 2025-04-16T15:25:28.192229679Z connectionId: "4" +respType: json --- version: api.keploy.io/v1beta1 kind: Postgres @@ -596,9 +607,10 @@ spec: txstatus: 73 msg_type: 90 auth_type: 0 - reqtimestampmock: 2024-10-17T15:34:48.860475814+05:30 - restimestampmock: 2024-10-17T15:34:48.860486605+05:30 + reqtimestampmock: 2025-04-16T15:25:28.193391221Z + restimestampmock: 2025-04-16T15:25:28.193417638Z connectionId: "4" +respType: json --- version: api.keploy.io/v1beta1 kind: Postgres @@ -618,9 +630,10 @@ spec: authentication_md5_password: salt: [0, 0, 0, 0] auth_type: 0 - reqtimestampmock: 2024-10-17T15:34:48.864093557+05:30 - restimestampmock: 2024-10-17T15:34:48.864736909+05:30 + reqtimestampmock: 2025-04-16T15:25:28.194977554Z + restimestampmock: 2025-04-16T15:25:28.195530096Z connectionId: "6" +respType: json --- version: api.keploy.io/v1beta1 kind: Postgres @@ -630,7 +643,7 @@ spec: type: config postgresrequests: - identifier: StartupRequest - payload: AAAAfQADAAB1c2VyAGtlcGxveS11c2VyAGRhdGFiYXNlAGtlcGxveS10ZXN0AGNsaWVudF9lbmNvZGluZwBVVEY4AERhdGVTdHlsZQBJU08AVGltZVpvbmUAQXNpYS9Lb2xrYXRhAGV4dHJhX2Zsb2F0X2RpZ2l0cwAyAAA= + payload: AAAAeAADAAB1c2VyAGtlcGxveS11c2VyAGRhdGFiYXNlAGtlcGxveS10ZXN0AGNsaWVudF9lbmNvZGluZwBVVEY4AERhdGVTdHlsZQBJU08AVGltZVpvbmUARXRjL1VUQwBleHRyYV9mbG9hdF9kaWdpdHMAMgAA auth_type: 0 postgresresponses: - header: [R] @@ -643,9 +656,10 @@ spec: - SCRAM-SHA-256 msg_type: 82 auth_type: 10 - reqtimestampmock: 2024-10-17T15:34:48.865765871+05:30 - restimestampmock: 2024-10-17T15:34:48.865782163+05:30 + reqtimestampmock: 2025-04-16T15:25:28.196380679Z + restimestampmock: 2025-04-16T15:25:28.196406763Z connectionId: "6" +respType: json --- version: api.keploy.io/v1beta1 kind: Postgres @@ -667,12 +681,13 @@ spec: length: 8 authentication_md5_password: salt: [0, 0, 0, 0] - authentication_sasl_continue: {data: [114, 61, 68, 77, 126, 54, 114, 60, 42, 39, 36, 121, 38, 55, 95, 60, 123, 58, 126, 37, 108, 71, 40, 107, 94, 40, 70, 101, 71, 121, 99, 51, 65, 47, 66, 65, 110, 112, 72, 85, 99, 52, 87, 76, 121, 81, 82, 71, 77, 106, 44, 115, 61, 119, 79, 80, 67, 57, 122, 77, 109, 117, 106, 103, 100, 108, 54, 80, 74, 106, 103, 82, 49, 76, 81, 61, 61, 44, 105, 61, 52, 48, 57, 54]} + authentication_sasl_continue: {data: [114, 61, 75, 75, 37, 56, 34, 54, 95, 58, 79, 45, 64, 70, 115, 37, 37, 87, 122, 125, 42, 90, 81, 83, 33, 46, 69, 102, 67, 55, 104, 70, 65, 70, 104, 115, 65, 81, 74, 75, 115, 113, 117, 76, 112, 90, 81, 43, 77, 101, 44, 115, 61, 122, 65, 107, 71, 109, 65, 50, 84, 102, 104, 122, 69, 78, 56, 78, 106, 70, 101, 77, 75, 75, 81, 61, 61, 44, 105, 61, 52, 48, 57, 54]} msg_type: 82 auth_type: 11 - reqtimestampmock: 2024-10-17T15:34:48.866923538+05:30 - restimestampmock: 2024-10-17T15:34:48.866932996+05:30 + reqtimestampmock: 2025-04-16T15:25:28.196970013Z + restimestampmock: 2025-04-16T15:25:28.197292054Z connectionId: "6" +respType: json --- version: api.keploy.io/v1beta1 kind: Postgres @@ -687,55 +702,54 @@ spec: msg_type: 112 auth_type: 0 postgresresponses: - - header: [R, R, S, S, S, S, S, S, S, S, S, S, S, S, S, S, K, Z] + - header: [R, R, S, S, S, S, S, S, S, S, S, S, S, S, S, K, Z] identifier: ServerResponse length: 8 authentication_md5_password: salt: [0, 0, 0, 0] - authentication_sasl_final: {data: [118, 61, 79, 43, 119, 50, 66, 113, 90, 90, 71, 120, 111, 98, 54, 99, 85, 107, 86, 97, 114, 52, 84, 114, 116, 99, 100, 100, 100, 117, 102, 47, 67, 104, 83, 74, 71, 82, 77, 68, 119, 119, 117, 110, 103, 61]} + authentication_sasl_final: {data: [118, 61, 109, 99, 81, 116, 43, 114, 86, 100, 77, 66, 106, 112, 43, 111, 70, 47, 73, 49, 112, 107, 113, 68, 88, 74, 111, 73, 56, 76, 98, 104, 57, 106, 43, 114, 88, 56, 76, 86, 84, 73, 71, 74, 65, 61]} backend_key_data: - process_id: 85 - secret_key: 3809386817 + process_id: 71 + secret_key: 3038331515 parameter_status: + - name: application_name + value: "" + - name: client_encoding + value: UTF8 + - name: DateStyle + value: ISO, MDY + - name: default_transaction_read_only + value: "off" - name: in_hot_standby value: "off" - name: integer_datetimes value: "on" - - name: TimeZone - value: Asia/Kolkata - name: IntervalStyle value: postgres - name: is_superuser value: "on" - - name: application_name - value: "" - - name: default_transaction_read_only - value: "off" - - name: scram_iterations - value: "4096" - - name: DateStyle - value: ISO, MDY - - name: standard_conforming_strings - value: "on" - - name: session_authorization - value: keploy-user - - name: client_encoding - value: UTF8 - - name: server_version - value: 16.3 (Debian 16.3-1.pgdg120+1) - - name: server_encoding - value: UTF8 - - name: server_encoding - value: UTF8 - name: server_encoding value: UTF8 + - name: server_version + value: 15.2 (Debian 15.2-1.pgdg110+1) + - name: session_authorization + value: keploy-user + - name: standard_conforming_strings + value: "on" + - name: TimeZone + value: Etc/UTC + - name: TimeZone + value: Etc/UTC + - name: TimeZone + value: Etc/UTC ready_for_query: txstatus: 73 msg_type: 90 auth_type: 0 - reqtimestampmock: 2024-10-17T15:34:48.887531122+05:30 - restimestampmock: 2024-10-17T15:34:48.887572621+05:30 + reqtimestampmock: 2025-04-16T15:25:28.200425263Z + restimestampmock: 2025-04-16T15:25:28.200470888Z connectionId: "6" +respType: json --- version: api.keploy.io/v1beta1 kind: Postgres @@ -770,9 +784,10 @@ spec: txstatus: 73 msg_type: 90 auth_type: 0 - reqtimestampmock: 2024-10-17T15:34:48.888923488+05:30 - restimestampmock: 2024-10-17T15:34:48.888944446+05:30 + reqtimestampmock: 2025-04-16T15:25:28.201648096Z + restimestampmock: 2025-04-16T15:25:28.201675054Z connectionId: "6" +respType: json --- version: api.keploy.io/v1beta1 kind: Postgres @@ -792,9 +807,10 @@ spec: authentication_md5_password: salt: [0, 0, 0, 0] auth_type: 0 - reqtimestampmock: 2024-10-17T15:34:48.891326734+05:30 - restimestampmock: 2024-10-17T15:34:48.895263216+05:30 + reqtimestampmock: 2025-04-16T15:25:28.202939513Z + restimestampmock: 2025-04-16T15:25:28.203523263Z connectionId: "8" +respType: json --- version: api.keploy.io/v1beta1 kind: Postgres @@ -804,7 +820,7 @@ spec: type: config postgresrequests: - identifier: StartupRequest - payload: AAAAfQADAAB1c2VyAGtlcGxveS11c2VyAGRhdGFiYXNlAGtlcGxveS10ZXN0AGNsaWVudF9lbmNvZGluZwBVVEY4AERhdGVTdHlsZQBJU08AVGltZVpvbmUAQXNpYS9Lb2xrYXRhAGV4dHJhX2Zsb2F0X2RpZ2l0cwAyAAA= + payload: AAAAeAADAAB1c2VyAGtlcGxveS11c2VyAGRhdGFiYXNlAGtlcGxveS10ZXN0AGNsaWVudF9lbmNvZGluZwBVVEY4AERhdGVTdHlsZQBJU08AVGltZVpvbmUARXRjL1VUQwBleHRyYV9mbG9hdF9kaWdpdHMAMgAA auth_type: 0 postgresresponses: - header: [R] @@ -817,9 +833,10 @@ spec: - SCRAM-SHA-256 msg_type: 82 auth_type: 10 - reqtimestampmock: 2024-10-17T15:34:48.896760787+05:30 - restimestampmock: 2024-10-17T15:34:48.897445803+05:30 + reqtimestampmock: 2025-04-16T15:25:28.204342679Z + restimestampmock: 2025-04-16T15:25:28.204368638Z connectionId: "8" +respType: json --- version: api.keploy.io/v1beta1 kind: Postgres @@ -841,12 +858,13 @@ spec: length: 8 authentication_md5_password: salt: [0, 0, 0, 0] - authentication_sasl_continue: {data: [114, 61, 50, 106, 91, 100, 87, 71, 77, 58, 43, 103, 33, 48, 123, 87, 85, 67, 117, 95, 55, 124, 110, 35, 34, 47, 90, 105, 101, 106, 84, 51, 85, 68, 106, 73, 49, 101, 118, 66, 51, 65, 84, 49, 107, 65, 84, 97, 51, 69, 44, 115, 61, 119, 79, 80, 67, 57, 122, 77, 109, 117, 106, 103, 100, 108, 54, 80, 74, 106, 103, 82, 49, 76, 81, 61, 61, 44, 105, 61, 52, 48, 57, 54]} + authentication_sasl_continue: {data: [114, 61, 95, 76, 110, 125, 53, 59, 115, 46, 47, 74, 98, 90, 50, 63, 123, 34, 96, 36, 105, 66, 82, 68, 94, 53, 113, 68, 103, 103, 104, 113, 97, 48, 69, 105, 102, 80, 57, 72, 66, 115, 102, 99, 67, 104, 85, 110, 76, 105, 44, 115, 61, 122, 65, 107, 71, 109, 65, 50, 84, 102, 104, 122, 69, 78, 56, 78, 106, 70, 101, 77, 75, 75, 81, 61, 61, 44, 105, 61, 52, 48, 57, 54]} msg_type: 82 auth_type: 11 - reqtimestampmock: 2024-10-17T15:34:48.897577299+05:30 - restimestampmock: 2024-10-17T15:34:48.897602381+05:30 + reqtimestampmock: 2025-04-16T15:25:28.204875679Z + restimestampmock: 2025-04-16T15:25:28.204893846Z connectionId: "8" +respType: json --- version: api.keploy.io/v1beta1 kind: Postgres @@ -861,55 +879,54 @@ spec: msg_type: 112 auth_type: 0 postgresresponses: - - header: [R, R, S, S, S, S, S, S, S, S, S, S, S, S, S, S, K, Z] + - header: [R, R, S, S, S, S, S, S, S, S, S, S, S, S, S, K, Z] identifier: ServerResponse length: 8 authentication_md5_password: salt: [0, 0, 0, 0] - authentication_sasl_final: {data: [118, 61, 74, 109, 100, 43, 113, 49, 110, 86, 53, 73, 102, 107, 77, 51, 56, 118, 105, 69, 78, 107, 51, 50, 56, 120, 111, 69, 115, 80, 112, 48, 90, 74, 70, 111, 104, 47, 78, 115, 114, 73, 111, 99, 107, 61]} + authentication_sasl_final: {data: [118, 61, 114, 87, 97, 116, 112, 88, 121, 49, 48, 88, 66, 119, 52, 105, 80, 105, 83, 47, 57, 77, 113, 113, 69, 122, 88, 119, 111, 77, 65, 106, 82, 120, 65, 82, 105, 43, 98, 57, 111, 109, 102, 110, 89, 61]} backend_key_data: - process_id: 86 - secret_key: 4164826969 + process_id: 72 + secret_key: 3110854069 parameter_status: + - name: application_name + value: "" + - name: client_encoding + value: UTF8 + - name: DateStyle + value: ISO, MDY + - name: default_transaction_read_only + value: "off" - name: in_hot_standby value: "off" - name: integer_datetimes value: "on" - - name: TimeZone - value: Asia/Kolkata - name: IntervalStyle value: postgres - name: is_superuser value: "on" - - name: application_name - value: "" - - name: default_transaction_read_only - value: "off" - - name: scram_iterations - value: "4096" - - name: DateStyle - value: ISO, MDY - - name: standard_conforming_strings - value: "on" - - name: session_authorization - value: keploy-user - - name: client_encoding - value: UTF8 - - name: server_version - value: 16.3 (Debian 16.3-1.pgdg120+1) - - name: server_encoding - value: UTF8 - - name: server_encoding - value: UTF8 - name: server_encoding value: UTF8 + - name: server_version + value: 15.2 (Debian 15.2-1.pgdg110+1) + - name: session_authorization + value: keploy-user + - name: standard_conforming_strings + value: "on" + - name: TimeZone + value: Etc/UTC + - name: TimeZone + value: Etc/UTC + - name: TimeZone + value: Etc/UTC ready_for_query: txstatus: 73 msg_type: 90 auth_type: 0 - reqtimestampmock: 2024-10-17T15:34:48.909785063+05:30 - restimestampmock: 2024-10-17T15:34:48.911195762+05:30 + reqtimestampmock: 2025-04-16T15:25:28.207861346Z + restimestampmock: 2025-04-16T15:25:28.207898721Z connectionId: "8" +respType: json --- version: api.keploy.io/v1beta1 kind: Postgres @@ -944,9 +961,10 @@ spec: txstatus: 73 msg_type: 90 auth_type: 0 - reqtimestampmock: 2024-10-17T15:34:48.911403338+05:30 - restimestampmock: 2024-10-17T15:34:48.911538291+05:30 + reqtimestampmock: 2025-04-16T15:25:28.208955096Z + restimestampmock: 2025-04-16T15:25:28.209061804Z connectionId: "8" +respType: json --- version: api.keploy.io/v1beta1 kind: Postgres @@ -966,9 +984,10 @@ spec: authentication_md5_password: salt: [0, 0, 0, 0] auth_type: 0 - reqtimestampmock: 2024-10-17T15:34:48.934751239+05:30 - restimestampmock: 2024-10-17T15:34:48.934878193+05:30 + reqtimestampmock: 2025-04-16T15:25:28.217510304Z + restimestampmock: 2025-04-16T15:25:28.218698138Z connectionId: "10" +respType: json --- version: api.keploy.io/v1beta1 kind: Postgres @@ -978,7 +997,7 @@ spec: type: config postgresrequests: - identifier: StartupRequest - payload: AAAAfQADAAB1c2VyAGtlcGxveS11c2VyAGRhdGFiYXNlAGtlcGxveS10ZXN0AGNsaWVudF9lbmNvZGluZwBVVEY4AERhdGVTdHlsZQBJU08AVGltZVpvbmUAQXNpYS9Lb2xrYXRhAGV4dHJhX2Zsb2F0X2RpZ2l0cwAyAAA= + payload: AAAAeAADAAB1c2VyAGtlcGxveS11c2VyAGRhdGFiYXNlAGtlcGxveS10ZXN0AGNsaWVudF9lbmNvZGluZwBVVEY4AERhdGVTdHlsZQBJU08AVGltZVpvbmUARXRjL1VUQwBleHRyYV9mbG9hdF9kaWdpdHMAMgAA auth_type: 0 postgresresponses: - header: [R] @@ -991,9 +1010,10 @@ spec: - SCRAM-SHA-256 msg_type: 82 auth_type: 10 - reqtimestampmock: 2024-10-17T15:34:48.936532133+05:30 - restimestampmock: 2024-10-17T15:34:48.936552507+05:30 + reqtimestampmock: 2025-04-16T15:25:28.221724096Z + restimestampmock: 2025-04-16T15:25:28.221757679Z connectionId: "10" +respType: json --- version: api.keploy.io/v1beta1 kind: Postgres @@ -1015,12 +1035,13 @@ spec: length: 8 authentication_md5_password: salt: [0, 0, 0, 0] - authentication_sasl_continue: {data: [114, 61, 115, 101, 86, 121, 114, 35, 45, 73, 34, 53, 112, 80, 42, 33, 93, 89, 100, 105, 106, 48, 99, 79, 109, 64, 53, 108, 99, 104, 65, 55, 116, 84, 82, 117, 107, 78, 116, 77, 80, 118, 52, 88, 47, 112, 82, 65, 53, 68, 44, 115, 61, 119, 79, 80, 67, 57, 122, 77, 109, 117, 106, 103, 100, 108, 54, 80, 74, 106, 103, 82, 49, 76, 81, 61, 61, 44, 105, 61, 52, 48, 57, 54]} + authentication_sasl_continue: {data: [114, 61, 118, 35, 124, 75, 118, 83, 86, 103, 87, 37, 54, 117, 67, 64, 115, 87, 109, 39, 117, 125, 56, 88, 60, 40, 74, 57, 110, 82, 75, 105, 77, 80, 70, 119, 80, 80, 108, 77, 51, 47, 102, 52, 74, 119, 68, 117, 105, 47, 44, 115, 61, 122, 65, 107, 71, 109, 65, 50, 84, 102, 104, 122, 69, 78, 56, 78, 106, 70, 101, 77, 75, 75, 81, 61, 61, 44, 105, 61, 52, 48, 57, 54]} msg_type: 82 auth_type: 11 - reqtimestampmock: 2024-10-17T15:34:48.937106987+05:30 - restimestampmock: 2024-10-17T15:34:48.93711807+05:30 + reqtimestampmock: 2025-04-16T15:25:28.222217138Z + restimestampmock: 2025-04-16T15:25:28.222235679Z connectionId: "10" +respType: json --- version: api.keploy.io/v1beta1 kind: Postgres @@ -1035,55 +1056,54 @@ spec: msg_type: 112 auth_type: 0 postgresresponses: - - header: [R, R, S, S, S, S, S, S, S, S, S, S, S, S, S, S, K, Z] + - header: [R, R, S, S, S, S, S, S, S, S, S, S, S, S, S, K, Z] identifier: ServerResponse length: 8 authentication_md5_password: salt: [0, 0, 0, 0] - authentication_sasl_final: {data: [118, 61, 108, 48, 49, 67, 86, 86, 56, 90, 103, 106, 102, 80, 99, 81, 85, 76, 67, 99, 110, 117, 119, 69, 87, 81, 98, 72, 56, 82, 43, 116, 88, 78, 107, 106, 107, 53, 65, 69, 79, 56, 97, 79, 56, 61]} + authentication_sasl_final: {data: [118, 61, 119, 50, 116, 75, 54, 85, 50, 76, 65, 89, 106, 73, 104, 104, 72, 65, 86, 74, 99, 71, 52, 112, 43, 98, 80, 117, 101, 65, 57, 69, 100, 77, 109, 80, 54, 54, 104, 118, 74, 53, 71, 97, 111, 61]} backend_key_data: - process_id: 87 - secret_key: 3357449510 + process_id: 73 + secret_key: 1158260816 parameter_status: + - name: application_name + value: "" + - name: client_encoding + value: UTF8 + - name: DateStyle + value: ISO, MDY + - name: default_transaction_read_only + value: "off" - name: in_hot_standby value: "off" - name: integer_datetimes value: "on" - - name: TimeZone - value: Asia/Kolkata - name: IntervalStyle value: postgres - name: is_superuser value: "on" - - name: application_name - value: "" - - name: default_transaction_read_only - value: "off" - - name: scram_iterations - value: "4096" - - name: DateStyle - value: ISO, MDY - - name: standard_conforming_strings - value: "on" - - name: session_authorization - value: keploy-user - - name: client_encoding - value: UTF8 - - name: server_version - value: 16.3 (Debian 16.3-1.pgdg120+1) - - name: server_encoding - value: UTF8 - - name: server_encoding - value: UTF8 - name: server_encoding value: UTF8 + - name: server_version + value: 15.2 (Debian 15.2-1.pgdg110+1) + - name: session_authorization + value: keploy-user + - name: standard_conforming_strings + value: "on" + - name: TimeZone + value: Etc/UTC + - name: TimeZone + value: Etc/UTC + - name: TimeZone + value: Etc/UTC ready_for_query: txstatus: 73 msg_type: 90 auth_type: 0 - reqtimestampmock: 2024-10-17T15:34:48.942450626+05:30 - restimestampmock: 2024-10-17T15:34:48.942484125+05:30 + reqtimestampmock: 2025-04-16T15:25:28.225055263Z + restimestampmock: 2025-04-16T15:25:28.225103721Z connectionId: "10" +respType: json --- version: api.keploy.io/v1beta1 kind: Postgres @@ -1118,9 +1138,10 @@ spec: txstatus: 73 msg_type: 90 auth_type: 0 - reqtimestampmock: 2024-10-17T15:34:48.944194021+05:30 - restimestampmock: 2024-10-17T15:34:48.944206146+05:30 + reqtimestampmock: 2025-04-16T15:25:28.225990054Z + restimestampmock: 2025-04-16T15:25:28.226019096Z connectionId: "10" +respType: json --- version: api.keploy.io/v1beta1 kind: Postgres @@ -1140,9 +1161,10 @@ spec: authentication_md5_password: salt: [0, 0, 0, 0] auth_type: 0 - reqtimestampmock: 2024-10-17T15:34:48.946762678+05:30 - restimestampmock: 2024-10-17T15:34:48.947834639+05:30 + reqtimestampmock: 2025-04-16T15:25:28.227469054Z + restimestampmock: 2025-04-16T15:25:28.228074596Z connectionId: "12" +respType: json --- version: api.keploy.io/v1beta1 kind: Postgres @@ -1152,7 +1174,7 @@ spec: type: config postgresrequests: - identifier: StartupRequest - payload: AAAAfQADAAB1c2VyAGtlcGxveS11c2VyAGRhdGFiYXNlAGtlcGxveS10ZXN0AGNsaWVudF9lbmNvZGluZwBVVEY4AERhdGVTdHlsZQBJU08AVGltZVpvbmUAQXNpYS9Lb2xrYXRhAGV4dHJhX2Zsb2F0X2RpZ2l0cwAyAAA= + payload: AAAAeAADAAB1c2VyAGtlcGxveS11c2VyAGRhdGFiYXNlAGtlcGxveS10ZXN0AGNsaWVudF9lbmNvZGluZwBVVEY4AERhdGVTdHlsZQBJU08AVGltZVpvbmUARXRjL1VUQwBleHRyYV9mbG9hdF9kaWdpdHMAMgAA auth_type: 0 postgresresponses: - header: [R] @@ -1165,9 +1187,10 @@ spec: - SCRAM-SHA-256 msg_type: 82 auth_type: 10 - reqtimestampmock: 2024-10-17T15:34:48.952359224+05:30 - restimestampmock: 2024-10-17T15:34:48.952416014+05:30 + reqtimestampmock: 2025-04-16T15:25:28.228980804Z + restimestampmock: 2025-04-16T15:25:28.229004971Z connectionId: "12" +respType: json --- version: api.keploy.io/v1beta1 kind: Postgres @@ -1189,12 +1212,13 @@ spec: length: 8 authentication_md5_password: salt: [0, 0, 0, 0] - authentication_sasl_continue: {data: [114, 61, 91, 107, 37, 70, 52, 91, 80, 72, 39, 62, 75, 43, 33, 84, 75, 111, 49, 102, 68, 55, 73, 49, 34, 111, 109, 100, 104, 78, 109, 74, 48, 98, 75, 72, 53, 115, 97, 90, 73, 113, 47, 49, 78, 118, 73, 85, 102, 74, 44, 115, 61, 119, 79, 80, 67, 57, 122, 77, 109, 117, 106, 103, 100, 108, 54, 80, 74, 106, 103, 82, 49, 76, 81, 61, 61, 44, 105, 61, 52, 48, 57, 54]} + authentication_sasl_continue: {data: [114, 61, 57, 39, 61, 40, 93, 110, 42, 92, 118, 118, 62, 41, 77, 57, 50, 79, 60, 94, 109, 96, 86, 92, 82, 87, 53, 111, 111, 69, 50, 90, 47, 43, 121, 66, 51, 54, 57, 57, 49, 82, 72, 56, 67, 122, 120, 115, 109, 122, 44, 115, 61, 122, 65, 107, 71, 109, 65, 50, 84, 102, 104, 122, 69, 78, 56, 78, 106, 70, 101, 77, 75, 75, 81, 61, 61, 44, 105, 61, 52, 48, 57, 54]} msg_type: 82 auth_type: 11 - reqtimestampmock: 2024-10-17T15:34:48.955645355+05:30 - restimestampmock: 2024-10-17T15:34:48.955664188+05:30 + reqtimestampmock: 2025-04-16T15:25:28.229558763Z + restimestampmock: 2025-04-16T15:25:28.229578471Z connectionId: "12" +respType: json --- version: api.keploy.io/v1beta1 kind: Postgres @@ -1209,55 +1233,54 @@ spec: msg_type: 112 auth_type: 0 postgresresponses: - - header: [R, R, S, S, S, S, S, S, S, S, S, S, S, S, S, S, K, Z] + - header: [R, R, S, S, S, S, S, S, S, S, S, S, S, S, S, K, Z] identifier: ServerResponse length: 8 authentication_md5_password: salt: [0, 0, 0, 0] - authentication_sasl_final: {data: [118, 61, 55, 108, 107, 82, 116, 111, 117, 77, 107, 43, 57, 112, 79, 108, 118, 116, 54, 79, 110, 90, 73, 105, 74, 101, 81, 43, 112, 122, 67, 119, 69, 67, 87, 84, 115, 69, 69, 116, 53, 57, 88, 70, 69, 61]} + authentication_sasl_final: {data: [118, 61, 119, 53, 65, 65, 50, 84, 106, 67, 88, 47, 90, 116, 99, 68, 76, 99, 68, 49, 110, 105, 85, 54, 75, 103, 73, 57, 73, 114, 67, 68, 53, 65, 119, 121, 51, 119, 76, 114, 101, 72, 83, 78, 85, 61]} backend_key_data: - process_id: 88 - secret_key: 3422798856 + process_id: 74 + secret_key: 877817749 parameter_status: + - name: application_name + value: "" + - name: client_encoding + value: UTF8 + - name: DateStyle + value: ISO, MDY + - name: default_transaction_read_only + value: "off" - name: in_hot_standby value: "off" - name: integer_datetimes value: "on" - - name: TimeZone - value: Asia/Kolkata - name: IntervalStyle value: postgres - name: is_superuser value: "on" - - name: application_name - value: "" - - name: default_transaction_read_only - value: "off" - - name: scram_iterations - value: "4096" - - name: DateStyle - value: ISO, MDY - - name: standard_conforming_strings - value: "on" - - name: session_authorization - value: keploy-user - - name: client_encoding - value: UTF8 - - name: server_version - value: 16.3 (Debian 16.3-1.pgdg120+1) - - name: server_encoding - value: UTF8 - - name: server_encoding - value: UTF8 - name: server_encoding value: UTF8 + - name: server_version + value: 15.2 (Debian 15.2-1.pgdg110+1) + - name: session_authorization + value: keploy-user + - name: standard_conforming_strings + value: "on" + - name: TimeZone + value: Etc/UTC + - name: TimeZone + value: Etc/UTC + - name: TimeZone + value: Etc/UTC ready_for_query: txstatus: 73 msg_type: 90 auth_type: 0 - reqtimestampmock: 2024-10-17T15:34:48.960875082+05:30 - restimestampmock: 2024-10-17T15:34:48.960908705+05:30 + reqtimestampmock: 2025-04-16T15:25:28.232121388Z + restimestampmock: 2025-04-16T15:25:28.232157721Z connectionId: "12" +respType: json --- version: api.keploy.io/v1beta1 kind: Postgres @@ -1292,9 +1315,10 @@ spec: txstatus: 73 msg_type: 90 auth_type: 0 - reqtimestampmock: 2024-10-17T15:34:48.980633614+05:30 - restimestampmock: 2024-10-17T15:34:48.980649155+05:30 + reqtimestampmock: 2025-04-16T15:25:28.233414679Z + restimestampmock: 2025-04-16T15:25:28.233477971Z connectionId: "12" +respType: json --- version: api.keploy.io/v1beta1 kind: Postgres @@ -1314,9 +1338,10 @@ spec: authentication_md5_password: salt: [0, 0, 0, 0] auth_type: 0 - reqtimestampmock: 2024-10-17T15:34:48.987103962+05:30 - restimestampmock: 2024-10-17T15:34:48.987288497+05:30 + reqtimestampmock: 2025-04-16T15:25:28.240611596Z + restimestampmock: 2025-04-16T15:25:28.241569888Z connectionId: "14" +respType: json --- version: api.keploy.io/v1beta1 kind: Postgres @@ -1326,7 +1351,7 @@ spec: type: config postgresrequests: - identifier: StartupRequest - payload: AAAAfQADAAB1c2VyAGtlcGxveS11c2VyAGRhdGFiYXNlAGtlcGxveS10ZXN0AGNsaWVudF9lbmNvZGluZwBVVEY4AERhdGVTdHlsZQBJU08AVGltZVpvbmUAQXNpYS9Lb2xrYXRhAGV4dHJhX2Zsb2F0X2RpZ2l0cwAyAAA= + payload: AAAAeAADAAB1c2VyAGtlcGxveS11c2VyAGRhdGFiYXNlAGtlcGxveS10ZXN0AGNsaWVudF9lbmNvZGluZwBVVEY4AERhdGVTdHlsZQBJU08AVGltZVpvbmUARXRjL1VUQwBleHRyYV9mbG9hdF9kaWdpdHMAMgAA auth_type: 0 postgresresponses: - header: [R] @@ -1339,9 +1364,10 @@ spec: - SCRAM-SHA-256 msg_type: 82 auth_type: 10 - reqtimestampmock: 2024-10-17T15:34:48.994578857+05:30 - restimestampmock: 2024-10-17T15:34:48.994601398+05:30 + reqtimestampmock: 2025-04-16T15:25:28.243077096Z + restimestampmock: 2025-04-16T15:25:28.243126888Z connectionId: "14" +respType: json --- version: api.keploy.io/v1beta1 kind: Postgres @@ -1363,12 +1389,13 @@ spec: length: 8 authentication_md5_password: salt: [0, 0, 0, 0] - authentication_sasl_continue: {data: [114, 61, 61, 36, 63, 91, 109, 101, 88, 47, 95, 45, 121, 64, 85, 74, 115, 66, 120, 41, 106, 43, 125, 95, 89, 96, 87, 68, 52, 82, 77, 122, 89, 111, 101, 73, 89, 119, 104, 114, 84, 116, 70, 112, 73, 49, 83, 119, 73, 65, 44, 115, 61, 119, 79, 80, 67, 57, 122, 77, 109, 117, 106, 103, 100, 108, 54, 80, 74, 106, 103, 82, 49, 76, 81, 61, 61, 44, 105, 61, 52, 48, 57, 54]} + authentication_sasl_continue: {data: [114, 61, 52, 73, 49, 77, 49, 58, 43, 116, 76, 41, 64, 101, 60, 103, 43, 102, 126, 64, 123, 76, 106, 48, 67, 107, 99, 54, 75, 102, 109, 115, 75, 84, 54, 87, 98, 72, 79, 102, 81, 97, 107, 103, 122, 105, 102, 83, 54, 82, 44, 115, 61, 122, 65, 107, 71, 109, 65, 50, 84, 102, 104, 122, 69, 78, 56, 78, 106, 70, 101, 77, 75, 75, 81, 61, 61, 44, 105, 61, 52, 48, 57, 54]} msg_type: 82 auth_type: 11 - reqtimestampmock: 2024-10-17T15:34:48.995280748+05:30 - restimestampmock: 2024-10-17T15:34:48.995292456+05:30 + reqtimestampmock: 2025-04-16T15:25:28.243963471Z + restimestampmock: 2025-04-16T15:25:28.244004638Z connectionId: "14" +respType: json --- version: api.keploy.io/v1beta1 kind: Postgres @@ -1383,55 +1410,54 @@ spec: msg_type: 112 auth_type: 0 postgresresponses: - - header: [R, R, S, S, S, S, S, S, S, S, S, S, S, S, S, S, K, Z] + - header: [R, R, S, S, S, S, S, S, S, S, S, S, S, S, S, K, Z] identifier: ServerResponse length: 8 authentication_md5_password: salt: [0, 0, 0, 0] - authentication_sasl_final: {data: [118, 61, 114, 88, 111, 82, 88, 70, 110, 113, 77, 80, 81, 121, 110, 115, 72, 122, 69, 118, 111, 97, 77, 100, 109, 65, 86, 118, 68, 108, 83, 101, 116, 117, 117, 111, 103, 107, 111, 119, 115, 72, 117, 47, 85, 61]} + authentication_sasl_final: {data: [118, 61, 98, 69, 76, 81, 82, 57, 65, 81, 65, 85, 50, 119, 121, 78, 48, 99, 43, 119, 109, 97, 49, 80, 111, 122, 70, 47, 51, 104, 86, 65, 74, 78, 122, 107, 47, 48, 68, 57, 113, 106, 43, 87, 48, 61]} backend_key_data: - process_id: 89 - secret_key: 3571651107 + process_id: 75 + secret_key: 3061429876 parameter_status: + - name: application_name + value: "" + - name: client_encoding + value: UTF8 + - name: DateStyle + value: ISO, MDY + - name: default_transaction_read_only + value: "off" - name: in_hot_standby value: "off" - name: integer_datetimes value: "on" - - name: TimeZone - value: Asia/Kolkata - name: IntervalStyle value: postgres - name: is_superuser value: "on" - - name: application_name - value: "" - - name: default_transaction_read_only - value: "off" - - name: scram_iterations - value: "4096" - - name: DateStyle - value: ISO, MDY - - name: standard_conforming_strings - value: "on" - - name: session_authorization - value: keploy-user - - name: client_encoding - value: UTF8 - - name: server_version - value: 16.3 (Debian 16.3-1.pgdg120+1) - - name: server_encoding - value: UTF8 - - name: server_encoding - value: UTF8 - name: server_encoding value: UTF8 + - name: server_version + value: 15.2 (Debian 15.2-1.pgdg110+1) + - name: session_authorization + value: keploy-user + - name: standard_conforming_strings + value: "on" + - name: TimeZone + value: Etc/UTC + - name: TimeZone + value: Etc/UTC + - name: TimeZone + value: Etc/UTC ready_for_query: txstatus: 73 msg_type: 90 auth_type: 0 - reqtimestampmock: 2024-10-17T15:34:49.001528312+05:30 - restimestampmock: 2024-10-17T15:34:49.001563895+05:30 + reqtimestampmock: 2025-04-16T15:25:28.247338554Z + restimestampmock: 2025-04-16T15:25:28.247378888Z connectionId: "14" +respType: json --- version: api.keploy.io/v1beta1 kind: Postgres @@ -1466,9 +1492,10 @@ spec: txstatus: 73 msg_type: 90 auth_type: 0 - reqtimestampmock: 2024-10-17T15:34:49.002229912+05:30 - restimestampmock: 2024-10-17T15:34:49.002242328+05:30 + reqtimestampmock: 2025-04-16T15:25:28.249754471Z + restimestampmock: 2025-04-16T15:25:28.249786013Z connectionId: "14" +respType: json --- version: api.keploy.io/v1beta1 kind: Postgres @@ -1488,9 +1515,10 @@ spec: authentication_md5_password: salt: [0, 0, 0, 0] auth_type: 0 - reqtimestampmock: 2024-10-17T15:34:49.003699775+05:30 - restimestampmock: 2024-10-17T15:34:49.004399292+05:30 + reqtimestampmock: 2025-04-16T15:25:28.252215304Z + restimestampmock: 2025-04-16T15:25:28.253039096Z connectionId: "16" +respType: json --- version: api.keploy.io/v1beta1 kind: Postgres @@ -1500,7 +1528,7 @@ spec: type: config postgresrequests: - identifier: StartupRequest - payload: AAAAfQADAAB1c2VyAGtlcGxveS11c2VyAGRhdGFiYXNlAGtlcGxveS10ZXN0AGNsaWVudF9lbmNvZGluZwBVVEY4AERhdGVTdHlsZQBJU08AVGltZVpvbmUAQXNpYS9Lb2xrYXRhAGV4dHJhX2Zsb2F0X2RpZ2l0cwAyAAA= + payload: AAAAeAADAAB1c2VyAGtlcGxveS11c2VyAGRhdGFiYXNlAGtlcGxveS10ZXN0AGNsaWVudF9lbmNvZGluZwBVVEY4AERhdGVTdHlsZQBJU08AVGltZVpvbmUARXRjL1VUQwBleHRyYV9mbG9hdF9kaWdpdHMAMgAA auth_type: 0 postgresresponses: - header: [R] @@ -1513,9 +1541,10 @@ spec: - SCRAM-SHA-256 msg_type: 82 auth_type: 10 - reqtimestampmock: 2024-10-17T15:34:49.005150474+05:30 - restimestampmock: 2024-10-17T15:34:49.00517039+05:30 + reqtimestampmock: 2025-04-16T15:25:28.253856513Z + restimestampmock: 2025-04-16T15:25:28.253878096Z connectionId: "16" +respType: json --- version: api.keploy.io/v1beta1 kind: Postgres @@ -1537,12 +1566,13 @@ spec: length: 8 authentication_md5_password: salt: [0, 0, 0, 0] - authentication_sasl_continue: {data: [114, 61, 74, 33, 58, 39, 64, 46, 99, 79, 79, 48, 89, 58, 39, 84, 69, 42, 108, 83, 110, 113, 55, 46, 92, 75, 116, 100, 88, 69, 101, 50, 54, 57, 77, 56, 80, 89, 72, 121, 97, 117, 70, 43, 52, 102, 116, 52, 84, 55, 44, 115, 61, 119, 79, 80, 67, 57, 122, 77, 109, 117, 106, 103, 100, 108, 54, 80, 74, 106, 103, 82, 49, 76, 81, 61, 61, 44, 105, 61, 52, 48, 57, 54]} + authentication_sasl_continue: {data: [114, 61, 42, 99, 103, 98, 57, 122, 54, 53, 55, 123, 86, 104, 110, 57, 55, 48, 89, 78, 122, 119, 36, 108, 33, 101, 56, 109, 109, 53, 115, 121, 99, 47, 111, 105, 75, 122, 51, 65, 102, 99, 55, 109, 115, 118, 90, 71, 51, 117, 44, 115, 61, 122, 65, 107, 71, 109, 65, 50, 84, 102, 104, 122, 69, 78, 56, 78, 106, 70, 101, 77, 75, 75, 81, 61, 61, 44, 105, 61, 52, 48, 57, 54]} msg_type: 82 auth_type: 11 - reqtimestampmock: 2024-10-17T15:34:49.006223769+05:30 - restimestampmock: 2024-10-17T15:34:49.00624731+05:30 + reqtimestampmock: 2025-04-16T15:25:28.254425429Z + restimestampmock: 2025-04-16T15:25:28.254446638Z connectionId: "16" +respType: json --- version: api.keploy.io/v1beta1 kind: Postgres @@ -1557,55 +1587,54 @@ spec: msg_type: 112 auth_type: 0 postgresresponses: - - header: [R, R, S, S, S, S, S, S, S, S, S, S, S, S, S, S, K, Z] + - header: [R, R, S, S, S, S, S, S, S, S, S, S, S, S, S, K, Z] identifier: ServerResponse length: 8 authentication_md5_password: salt: [0, 0, 0, 0] - authentication_sasl_final: {data: [118, 61, 120, 98, 82, 55, 120, 53, 76, 75, 120, 75, 121, 71, 47, 98, 90, 53, 75, 119, 67, 109, 109, 97, 53, 99, 114, 85, 70, 70, 53, 56, 117, 117, 54, 76, 117, 87, 118, 77, 51, 108, 98, 53, 89, 61]} + authentication_sasl_final: {data: [118, 61, 114, 74, 110, 53, 90, 86, 106, 68, 81, 54, 75, 52, 117, 111, 76, 56, 67, 43, 77, 103, 111, 103, 55, 110, 73, 89, 84, 111, 54, 121, 67, 98, 102, 72, 111, 90, 105, 55, 88, 83, 78, 107, 65, 61]} backend_key_data: - process_id: 90 - secret_key: 1822359091 + process_id: 76 + secret_key: 2690736431 parameter_status: + - name: application_name + value: "" + - name: client_encoding + value: UTF8 + - name: DateStyle + value: ISO, MDY + - name: default_transaction_read_only + value: "off" - name: in_hot_standby value: "off" - name: integer_datetimes value: "on" - - name: TimeZone - value: Asia/Kolkata - name: IntervalStyle value: postgres - name: is_superuser value: "on" - - name: application_name - value: "" - - name: default_transaction_read_only - value: "off" - - name: scram_iterations - value: "4096" - - name: DateStyle - value: ISO, MDY - - name: standard_conforming_strings - value: "on" - - name: session_authorization - value: keploy-user - - name: client_encoding - value: UTF8 - - name: server_version - value: 16.3 (Debian 16.3-1.pgdg120+1) - - name: server_encoding - value: UTF8 - - name: server_encoding - value: UTF8 - name: server_encoding value: UTF8 + - name: server_version + value: 15.2 (Debian 15.2-1.pgdg110+1) + - name: session_authorization + value: keploy-user + - name: standard_conforming_strings + value: "on" + - name: TimeZone + value: Etc/UTC + - name: TimeZone + value: Etc/UTC + - name: TimeZone + value: Etc/UTC ready_for_query: txstatus: 73 msg_type: 90 auth_type: 0 - reqtimestampmock: 2024-10-17T15:34:49.009574983+05:30 - restimestampmock: 2024-10-17T15:34:49.009604357+05:30 + reqtimestampmock: 2025-04-16T15:25:28.256999804Z + restimestampmock: 2025-04-16T15:25:28.257043388Z connectionId: "16" +respType: json --- version: api.keploy.io/v1beta1 kind: Postgres @@ -1640,9 +1669,10 @@ spec: txstatus: 73 msg_type: 90 auth_type: 0 - reqtimestampmock: 2024-10-17T15:34:49.010638737+05:30 - restimestampmock: 2024-10-17T15:34:49.010649653+05:30 + reqtimestampmock: 2025-04-16T15:25:28.257825054Z + restimestampmock: 2025-04-16T15:25:28.257841638Z connectionId: "16" +respType: json --- version: api.keploy.io/v1beta1 kind: Postgres @@ -1662,9 +1692,10 @@ spec: authentication_md5_password: salt: [0, 0, 0, 0] auth_type: 0 - reqtimestampmock: 2024-10-17T15:34:49.013224895+05:30 - restimestampmock: 2024-10-17T15:34:49.01397216+05:30 + reqtimestampmock: 2025-04-16T15:25:28.259521804Z + restimestampmock: 2025-04-16T15:25:28.259918429Z connectionId: "18" +respType: json --- version: api.keploy.io/v1beta1 kind: Postgres @@ -1674,7 +1705,7 @@ spec: type: config postgresrequests: - identifier: StartupRequest - payload: AAAAfQADAAB1c2VyAGtlcGxveS11c2VyAGRhdGFiYXNlAGtlcGxveS10ZXN0AGNsaWVudF9lbmNvZGluZwBVVEY4AERhdGVTdHlsZQBJU08AVGltZVpvbmUAQXNpYS9Lb2xrYXRhAGV4dHJhX2Zsb2F0X2RpZ2l0cwAyAAA= + payload: AAAAeAADAAB1c2VyAGtlcGxveS11c2VyAGRhdGFiYXNlAGtlcGxveS10ZXN0AGNsaWVudF9lbmNvZGluZwBVVEY4AERhdGVTdHlsZQBJU08AVGltZVpvbmUARXRjL1VUQwBleHRyYV9mbG9hdF9kaWdpdHMAMgAA auth_type: 0 postgresresponses: - header: [R] @@ -1687,9 +1718,10 @@ spec: - SCRAM-SHA-256 msg_type: 82 auth_type: 10 - reqtimestampmock: 2024-10-17T15:34:49.0149475+05:30 - restimestampmock: 2024-10-17T15:34:49.014961333+05:30 + reqtimestampmock: 2025-04-16T15:25:28.260839346Z + restimestampmock: 2025-04-16T15:25:28.260879179Z connectionId: "18" +respType: json --- version: api.keploy.io/v1beta1 kind: Postgres @@ -1711,12 +1743,13 @@ spec: length: 8 authentication_md5_password: salt: [0, 0, 0, 0] - authentication_sasl_continue: {data: [114, 61, 37, 68, 119, 54, 45, 39, 125, 82, 125, 77, 102, 48, 87, 93, 86, 93, 97, 123, 46, 77, 39, 110, 49, 52, 77, 83, 43, 66, 66, 82, 71, 84, 78, 119, 74, 114, 52, 70, 84, 43, 56, 56, 68, 83, 119, 85, 82, 109, 44, 115, 61, 119, 79, 80, 67, 57, 122, 77, 109, 117, 106, 103, 100, 108, 54, 80, 74, 106, 103, 82, 49, 76, 81, 61, 61, 44, 105, 61, 52, 48, 57, 54]} + authentication_sasl_continue: {data: [114, 61, 75, 57, 79, 49, 119, 65, 75, 61, 97, 54, 91, 83, 99, 100, 97, 45, 94, 66, 50, 94, 33, 96, 75, 55, 79, 69, 50, 111, 98, 47, 89, 48, 49, 85, 101, 110, 81, 68, 79, 75, 117, 118, 57, 116, 67, 102, 109, 79, 44, 115, 61, 122, 65, 107, 71, 109, 65, 50, 84, 102, 104, 122, 69, 78, 56, 78, 106, 70, 101, 77, 75, 75, 81, 61, 61, 44, 105, 61, 52, 48, 57, 54]} msg_type: 82 auth_type: 11 - reqtimestampmock: 2024-10-17T15:34:49.01556652+05:30 - restimestampmock: 2024-10-17T15:34:49.015578436+05:30 + reqtimestampmock: 2025-04-16T15:25:28.261428221Z + restimestampmock: 2025-04-16T15:25:28.261451929Z connectionId: "18" +respType: json --- version: api.keploy.io/v1beta1 kind: Postgres @@ -1731,55 +1764,54 @@ spec: msg_type: 112 auth_type: 0 postgresresponses: - - header: [R, R, S, S, S, S, S, S, S, S, S, S, S, S, S, S, K, Z] + - header: [R, R, S, S, S, S, S, S, S, S, S, S, S, S, S, K, Z] identifier: ServerResponse length: 8 authentication_md5_password: salt: [0, 0, 0, 0] - authentication_sasl_final: {data: [118, 61, 112, 100, 114, 121, 122, 48, 43, 48, 99, 54, 109, 120, 102, 72, 98, 53, 71, 110, 104, 90, 51, 78, 76, 72, 102, 82, 89, 118, 54, 74, 80, 98, 88, 68, 108, 122, 73, 97, 76, 75, 65, 85, 89, 61]} + authentication_sasl_final: {data: [118, 61, 43, 101, 97, 100, 103, 55, 79, 51, 105, 43, 66, 103, 68, 105, 83, 75, 100, 77, 82, 75, 102, 55, 116, 85, 81, 75, 106, 52, 104, 43, 53, 67, 110, 104, 68, 102, 105, 89, 115, 103, 50, 81, 103, 61]} backend_key_data: - process_id: 91 - secret_key: 63120146 + process_id: 77 + secret_key: 4224288434 parameter_status: + - name: application_name + value: "" + - name: client_encoding + value: UTF8 + - name: DateStyle + value: ISO, MDY + - name: default_transaction_read_only + value: "off" - name: in_hot_standby value: "off" - name: integer_datetimes value: "on" - - name: TimeZone - value: Asia/Kolkata - name: IntervalStyle value: postgres - name: is_superuser value: "on" - - name: application_name - value: "" - - name: default_transaction_read_only - value: "off" - - name: scram_iterations - value: "4096" - - name: DateStyle - value: ISO, MDY - - name: standard_conforming_strings - value: "on" - - name: session_authorization - value: keploy-user - - name: client_encoding - value: UTF8 - - name: server_version - value: 16.3 (Debian 16.3-1.pgdg120+1) - - name: server_encoding - value: UTF8 - - name: server_encoding - value: UTF8 - name: server_encoding value: UTF8 + - name: server_version + value: 15.2 (Debian 15.2-1.pgdg110+1) + - name: session_authorization + value: keploy-user + - name: standard_conforming_strings + value: "on" + - name: TimeZone + value: Etc/UTC + - name: TimeZone + value: Etc/UTC + - name: TimeZone + value: Etc/UTC ready_for_query: txstatus: 73 msg_type: 90 auth_type: 0 - reqtimestampmock: 2024-10-17T15:34:49.019034063+05:30 - restimestampmock: 2024-10-17T15:34:49.01907677+05:30 + reqtimestampmock: 2025-04-16T15:25:28.263688596Z + restimestampmock: 2025-04-16T15:25:28.263725804Z connectionId: "18" +respType: json --- version: api.keploy.io/v1beta1 kind: Postgres @@ -1814,9 +1846,10 @@ spec: txstatus: 73 msg_type: 90 auth_type: 0 - reqtimestampmock: 2024-10-17T15:34:49.019757329+05:30 - restimestampmock: 2024-10-17T15:34:49.019773203+05:30 + reqtimestampmock: 2025-04-16T15:25:28.264349471Z + restimestampmock: 2025-04-16T15:25:28.264372221Z connectionId: "18" +respType: json --- version: api.keploy.io/v1beta1 kind: Postgres @@ -1856,9 +1889,10 @@ spec: row_description: {fields: [{field_name: transaction_isolation, table_oid: 0, table_attribute_number: 0, data_type_oid: 25, data_type_size: -1, type_modifier: -1, format: 0}]} msg_type: 90 auth_type: 0 - reqtimestampmock: 2024-10-17T15:34:48.700588708+05:30 - restimestampmock: 2024-10-17T15:34:48.700657789+05:30 + reqtimestampmock: 2025-04-16T15:25:28.073127137Z + restimestampmock: 2025-04-16T15:25:28.073148512Z connectionId: "0" +respType: json --- version: api.keploy.io/v1beta1 kind: Postgres @@ -1898,9 +1932,10 @@ spec: row_description: {fields: [{field_name: current_schema, table_oid: 0, table_attribute_number: 0, data_type_oid: 19, data_type_size: 64, type_modifier: -1, format: 0}]} msg_type: 90 auth_type: 0 - reqtimestampmock: 2024-10-17T15:34:49.127237796+05:30 - restimestampmock: 2024-10-17T15:34:49.127295544+05:30 + reqtimestampmock: 2025-04-16T15:25:28.343578471Z + restimestampmock: 2025-04-16T15:25:28.343614638Z connectionId: "0" +respType: json --- version: api.keploy.io/v1beta1 kind: Postgres @@ -1940,9 +1975,10 @@ spec: row_description: {fields: [{field_name: current_schema, table_oid: 0, table_attribute_number: 0, data_type_oid: 19, data_type_size: 64, type_modifier: -1, format: 0}]} msg_type: 90 auth_type: 0 - reqtimestampmock: 2024-10-17T15:34:49.128549499+05:30 - restimestampmock: 2024-10-17T15:34:49.128574832+05:30 + reqtimestampmock: 2025-04-16T15:25:28.344123304Z + restimestampmock: 2025-04-16T15:25:28.344145471Z connectionId: "0" +respType: json --- version: api.keploy.io/v1beta1 kind: Postgres @@ -1969,22 +2005,22 @@ spec: msg_type: 69 auth_type: 0 postgresresponses: - - header: ["1", "2", T, D, C, Z] + - header: ["1", "2", T, C, Z] identifier: ServerResponse length: 8 authentication_md5_password: salt: [0, 0, 0, 0] command_complete: - - command_tag_type: SELECT 1 - data_row: [{row_values: [keploy-test, public, employees_id_seq, bigint, "64", "2", "0", "1", "1", "9223372036854775807", "1", "NO"]}] + - command_tag_type: SELECT 0 ready_for_query: txstatus: 73 - row_description: {fields: [{field_name: sequence_catalog, table_oid: 13391, table_attribute_number: 1, data_type_oid: 19, data_type_size: 64, type_modifier: -1, format: 0}, {field_name: sequence_schema, table_oid: 13391, table_attribute_number: 2, data_type_oid: 19, data_type_size: 64, type_modifier: -1, format: 0}, {field_name: sequence_name, table_oid: 13391, table_attribute_number: 3, data_type_oid: 19, data_type_size: 64, type_modifier: -1, format: 0}, {field_name: data_type, table_oid: 13391, table_attribute_number: 4, data_type_oid: 1043, data_type_size: -1, type_modifier: -1, format: 0}, {field_name: numeric_precision, table_oid: 13391, table_attribute_number: 5, data_type_oid: 23, data_type_size: 4, type_modifier: -1, format: 0}, {field_name: numeric_precision_radix, table_oid: 13391, table_attribute_number: 6, data_type_oid: 23, data_type_size: 4, type_modifier: -1, format: 0}, {field_name: numeric_scale, table_oid: 13391, table_attribute_number: 7, data_type_oid: 23, data_type_size: 4, type_modifier: -1, format: 0}, {field_name: start_value, table_oid: 13391, table_attribute_number: 8, data_type_oid: 1043, data_type_size: -1, type_modifier: -1, format: 0}, {field_name: minimum_value, table_oid: 13391, table_attribute_number: 9, data_type_oid: 1043, data_type_size: -1, type_modifier: -1, format: 0}, {field_name: maximum_value, table_oid: 13391, table_attribute_number: 10, data_type_oid: 1043, data_type_size: -1, type_modifier: -1, format: 0}, {field_name: increment, table_oid: 13391, table_attribute_number: 11, data_type_oid: 1043, data_type_size: -1, type_modifier: -1, format: 0}, {field_name: cycle_option, table_oid: 13391, table_attribute_number: 12, data_type_oid: 1043, data_type_size: -1, type_modifier: 7, format: 0}]} + row_description: {fields: [{field_name: sequence_catalog, table_oid: 13365, table_attribute_number: 1, data_type_oid: 19, data_type_size: 64, type_modifier: -1, format: 0}, {field_name: sequence_schema, table_oid: 13365, table_attribute_number: 2, data_type_oid: 19, data_type_size: 64, type_modifier: -1, format: 0}, {field_name: sequence_name, table_oid: 13365, table_attribute_number: 3, data_type_oid: 19, data_type_size: 64, type_modifier: -1, format: 0}, {field_name: data_type, table_oid: 13365, table_attribute_number: 4, data_type_oid: 1043, data_type_size: -1, type_modifier: -1, format: 0}, {field_name: numeric_precision, table_oid: 13365, table_attribute_number: 5, data_type_oid: 23, data_type_size: 4, type_modifier: -1, format: 0}, {field_name: numeric_precision_radix, table_oid: 13365, table_attribute_number: 6, data_type_oid: 23, data_type_size: 4, type_modifier: -1, format: 0}, {field_name: numeric_scale, table_oid: 13365, table_attribute_number: 7, data_type_oid: 23, data_type_size: 4, type_modifier: -1, format: 0}, {field_name: start_value, table_oid: 13365, table_attribute_number: 8, data_type_oid: 1043, data_type_size: -1, type_modifier: -1, format: 0}, {field_name: minimum_value, table_oid: 13365, table_attribute_number: 9, data_type_oid: 1043, data_type_size: -1, type_modifier: -1, format: 0}, {field_name: maximum_value, table_oid: 13365, table_attribute_number: 10, data_type_oid: 1043, data_type_size: -1, type_modifier: -1, format: 0}, {field_name: increment, table_oid: 13365, table_attribute_number: 11, data_type_oid: 1043, data_type_size: -1, type_modifier: -1, format: 0}, {field_name: cycle_option, table_oid: 13365, table_attribute_number: 12, data_type_oid: 1043, data_type_size: -1, type_modifier: 7, format: 0}]} msg_type: 90 auth_type: 0 - reqtimestampmock: 2024-10-17T15:34:49.556747345+05:30 - restimestampmock: 2024-10-17T15:34:49.556830217+05:30 + reqtimestampmock: 2025-04-16T15:25:28.639269596Z + restimestampmock: 2025-04-16T15:25:28.639309096Z connectionId: "0" +respType: json --- version: api.keploy.io/v1beta1 kind: Postgres @@ -2011,22 +2047,22 @@ spec: msg_type: 69 auth_type: 0 postgresresponses: - - header: ["1", "2", T, D, C, Z] + - header: ["1", "2", T, C, Z] identifier: ServerResponse length: 8 authentication_md5_password: salt: [0, 0, 0, 0] command_complete: - - command_tag_type: SELECT 1 - data_row: [{row_values: ["", public, employees, TABLE, "", "", "", "", "", ""]}] + - command_tag_type: SELECT 0 ready_for_query: txstatus: 73 row_description: {fields: [{field_name: table_cat, table_oid: 0, table_attribute_number: 0, data_type_oid: 25, data_type_size: -1, type_modifier: -1, format: 0}, {field_name: table_schem, table_oid: 2615, table_attribute_number: 2, data_type_oid: 19, data_type_size: 64, type_modifier: -1, format: 0}, {field_name: table_name, table_oid: 1259, table_attribute_number: 2, data_type_oid: 19, data_type_size: 64, type_modifier: -1, format: 0}, {field_name: table_type, table_oid: 0, table_attribute_number: 0, data_type_oid: 25, data_type_size: -1, type_modifier: -1, format: 0}, {field_name: remarks, table_oid: 2609, table_attribute_number: 4, data_type_oid: 25, data_type_size: -1, type_modifier: -1, format: 0}, {field_name: type_cat, table_oid: 0, table_attribute_number: 0, data_type_oid: 25, data_type_size: -1, type_modifier: -1, format: 0}, {field_name: type_schem, table_oid: 0, table_attribute_number: 0, data_type_oid: 25, data_type_size: -1, type_modifier: -1, format: 0}, {field_name: type_name, table_oid: 0, table_attribute_number: 0, data_type_oid: 25, data_type_size: -1, type_modifier: -1, format: 0}, {field_name: self_referencing_col_name, table_oid: 0, table_attribute_number: 0, data_type_oid: 25, data_type_size: -1, type_modifier: -1, format: 0}, {field_name: ref_generation, table_oid: 0, table_attribute_number: 0, data_type_oid: 25, data_type_size: -1, type_modifier: -1, format: 0}]} msg_type: 90 auth_type: 0 - reqtimestampmock: 2024-10-17T15:34:49.563865633+05:30 - restimestampmock: 2024-10-17T15:34:49.563933797+05:30 + reqtimestampmock: 2025-04-16T15:25:28.644708346Z + restimestampmock: 2025-04-16T15:25:28.644741638Z connectionId: "0" +respType: json --- version: api.keploy.io/v1beta1 kind: Postgres @@ -2053,22 +2089,22 @@ spec: msg_type: 69 auth_type: 0 postgresresponses: - - header: ["1", "2", T, D, D, D, D, D, C, Z] + - header: ["1", "2", T, C, Z] identifier: ServerResponse length: 8 authentication_md5_password: salt: [0, 0, 0, 0] command_complete: - - command_tag_type: SELECT 5 - data_row: [{row_values: [public, employees, id, "20", t, "-1", "8", "-1", "1", "", 'nextval(''employees_id_seq''::regclass)', "", "0", b]}, {row_values: [public, employees, email, "1043", f, "259", "-1", "-1", "2", "", "", "", "0", b]}, {row_values: [public, employees, first_name, "1043", f, "259", "-1", "-1", "3", "", "", "", "0", b]}, {row_values: [public, employees, last_name, "1043", f, "259", "-1", "-1", "4", "", "", "", "0", b]}, {row_values: [public, employees, timestamp, "20", f, "-1", "8", "-1", "5", "", "", "", "0", b]}] + - command_tag_type: SELECT 0 ready_for_query: txstatus: 73 - row_description: {fields: [{field_name: nspname, table_oid: 2615, table_attribute_number: 2, data_type_oid: 19, data_type_size: 64, type_modifier: -1, format: 0}, {field_name: relname, table_oid: 1259, table_attribute_number: 2, data_type_oid: 19, data_type_size: 64, type_modifier: -1, format: 0}, {field_name: attname, table_oid: 1249, table_attribute_number: 2, data_type_oid: 19, data_type_size: 64, type_modifier: -1, format: 0}, {field_name: atttypid, table_oid: 1249, table_attribute_number: 3, data_type_oid: 26, data_type_size: 4, type_modifier: -1, format: 0}, {field_name: attnotnull, table_oid: 0, table_attribute_number: 0, data_type_oid: 16, data_type_size: 1, type_modifier: -1, format: 0}, {field_name: atttypmod, table_oid: 1249, table_attribute_number: 7, data_type_oid: 23, data_type_size: 4, type_modifier: -1, format: 0}, {field_name: attlen, table_oid: 1249, table_attribute_number: 4, data_type_oid: 21, data_type_size: 2, type_modifier: -1, format: 0}, {field_name: typtypmod, table_oid: 1247, table_attribute_number: 27, data_type_oid: 23, data_type_size: 4, type_modifier: -1, format: 0}, {field_name: attnum, table_oid: 0, table_attribute_number: 0, data_type_oid: 20, data_type_size: 8, type_modifier: -1, format: 0}, {field_name: attidentity, table_oid: 0, table_attribute_number: 0, data_type_oid: 18, data_type_size: 1, type_modifier: -1, format: 0}, {field_name: adsrc, table_oid: 0, table_attribute_number: 0, data_type_oid: 25, data_type_size: -1, type_modifier: -1, format: 0}, {field_name: description, table_oid: 2609, table_attribute_number: 4, data_type_oid: 25, data_type_size: -1, type_modifier: -1, format: 0}, {field_name: typbasetype, table_oid: 1247, table_attribute_number: 26, data_type_oid: 26, data_type_size: 4, type_modifier: -1, format: 0}, {field_name: typtype, table_oid: 1247, table_attribute_number: 7, data_type_oid: 18, data_type_size: 1, type_modifier: -1, format: 0}]} + row_description: {fields: [{field_name: nspname, table_oid: 2615, table_attribute_number: 2, data_type_oid: 19, data_type_size: 64, type_modifier: -1, format: 0}, {field_name: relname, table_oid: 1259, table_attribute_number: 2, data_type_oid: 19, data_type_size: 64, type_modifier: -1, format: 0}, {field_name: attname, table_oid: 1249, table_attribute_number: 2, data_type_oid: 19, data_type_size: 64, type_modifier: -1, format: 0}, {field_name: atttypid, table_oid: 1249, table_attribute_number: 3, data_type_oid: 26, data_type_size: 4, type_modifier: -1, format: 0}, {field_name: attnotnull, table_oid: 0, table_attribute_number: 0, data_type_oid: 16, data_type_size: 1, type_modifier: -1, format: 0}, {field_name: atttypmod, table_oid: 1249, table_attribute_number: 9, data_type_oid: 23, data_type_size: 4, type_modifier: -1, format: 0}, {field_name: attlen, table_oid: 1249, table_attribute_number: 5, data_type_oid: 21, data_type_size: 2, type_modifier: -1, format: 0}, {field_name: typtypmod, table_oid: 1247, table_attribute_number: 27, data_type_oid: 23, data_type_size: 4, type_modifier: -1, format: 0}, {field_name: attnum, table_oid: 0, table_attribute_number: 0, data_type_oid: 20, data_type_size: 8, type_modifier: -1, format: 0}, {field_name: attidentity, table_oid: 0, table_attribute_number: 0, data_type_oid: 18, data_type_size: 1, type_modifier: -1, format: 0}, {field_name: adsrc, table_oid: 0, table_attribute_number: 0, data_type_oid: 25, data_type_size: -1, type_modifier: -1, format: 0}, {field_name: description, table_oid: 2609, table_attribute_number: 4, data_type_oid: 25, data_type_size: -1, type_modifier: -1, format: 0}, {field_name: typbasetype, table_oid: 1247, table_attribute_number: 26, data_type_oid: 26, data_type_size: 4, type_modifier: -1, format: 0}, {field_name: typtype, table_oid: 1247, table_attribute_number: 7, data_type_oid: 18, data_type_size: 1, type_modifier: -1, format: 0}]} msg_type: 90 auth_type: 0 - reqtimestampmock: 2024-10-17T15:34:49.571219496+05:30 - restimestampmock: 2024-10-17T15:34:49.571308118+05:30 + reqtimestampmock: 2025-04-16T15:25:28.647440763Z + restimestampmock: 2025-04-16T15:25:28.647470471Z connectionId: "0" +respType: json --- version: api.keploy.io/v1beta1 kind: Postgres @@ -2080,205 +2116,79 @@ spec: - header: [P, B, D, E] identifier: ClientRequest length: 8 - payload: UAAAAAgAAAAAQgAAAAwAAAAAAAAAAEQAAAAGUABFAAAACQAAAAABUwAAAAQ= - bind: - - {} - describe: - object_type: 80 - name: "" - execute: - - max_rows: 1 - parse: - - name: "" - query: "" - parameter_oids: [] - msg_type: 69 - auth_type: 0 - postgresresponses: - - header: ["1", "2", "n", I, Z] - identifier: ServerResponse - length: 8 - authentication_md5_password: - salt: [0, 0, 0, 0] - ready_for_query: - txstatus: 73 - msg_type: 90 - auth_type: 0 - reqtimestampmock: 2024-10-17T15:36:13.888165198+05:30 - restimestampmock: 2024-10-17T15:36:13.888243532+05:30 -connectionId: "0" ---- -version: api.keploy.io/v1beta1 -kind: Postgres -name: mock-59 -spec: - metadata: - type: config - postgresrequests: - - header: [P, B, E, P, B, D, E] - identifier: ClientRequest - length: 8 - payload: UAAAABcAQkVHSU4gUkVBRCBPTkxZAAAAQgAAAAwAAAAAAAAAAEUAAAAJAAAAAABQAAAA9wBzZWxlY3QgZW1wbG95ZWUwXy5pZCBhcyBpZDFfMF8wXywgZW1wbG95ZWUwXy5lbWFpbCBhcyBlbWFpbDJfMF8wXywgZW1wbG95ZWUwXy5maXJzdF9uYW1lIGFzIGZpcnN0X25hM18wXzBfLCBlbXBsb3llZTBfLmxhc3RfbmFtZSBhcyBsYXN0X25hbTRfMF8wXywgZW1wbG95ZWUwXy50aW1lc3RhbXAgYXMgdGltZXN0YW01XzBfMF8gZnJvbSBlbXBsb3llZXMgZW1wbG95ZWUwXyB3aGVyZSBlbXBsb3llZTBfLmlkPSQxAAABAAAAFEIAAAAaAAAAAQABAAEAAAAIAAAAAAAAAAEAAEQAAAAGUABFAAAACQAAAAAAUwAAAAQ= + payload: UAAAANgACiAgICBjcmVhdGUgdGFibGUgZW1wbG95ZWVzICgKICAgICAgIGlkICBiaWdzZXJpYWwgbm90IG51bGwsCiAgICAgICAgZW1haWwgdmFyY2hhcigyNTUpLAogICAgICAgIGZpcnN0X25hbWUgdmFyY2hhcigyNTUpLAogICAgICAgIGxhc3RfbmFtZSB2YXJjaGFyKDI1NSksCiAgICAgICAgdGltZXN0YW1wIGludDgsCiAgICAgICAgcHJpbWFyeSBrZXkgKGlkKQogICAgKQAAAEIAAAAMAAAAAAAAAABEAAAABlAARQAAAAkAAAAAAFMAAAAE bind: - {} - - parameter_format_codes: [1] - parameters: [[0, 0, 0, 0, 0, 0, 0, 1]] describe: object_type: 80 name: "" execute: - {} - - {} parse: - name: "" - query: BEGIN READ ONLY + query: ' create table employees ( id bigserial not null, email varchar(255), first_name varchar(255), last_name varchar(255), timestamp int8, primary key (id) )' parameter_oids: [] - - name: "" - query: select employee0_.id as id1_0_0_, employee0_.email as email2_0_0_, employee0_.first_name as first_na3_0_0_, employee0_.last_name as last_nam4_0_0_, employee0_.timestamp as timestam5_0_0_ from employees employee0_ where employee0_.id=$1 - parameter_oids: - - 20 msg_type: 69 auth_type: 0 postgresresponses: - - header: ["1", "2", C, "1", "2", T, D, C, Z] + - header: ["1", "2", "n", C, Z] identifier: ServerResponse length: 8 authentication_md5_password: salt: [0, 0, 0, 0] command_complete: - - command_tag_type: BEGIN - - command_tag_type: SELECT 1 - data_row: [{row_values: ["1", john.doe@example.com, John, Doe, "0"]}] - ready_for_query: - txstatus: 84 - row_description: {fields: [{field_name: id1_0_0_, table_oid: 16390, table_attribute_number: 1, data_type_oid: 20, data_type_size: 8, type_modifier: -1, format: 0}, {field_name: email2_0_0_, table_oid: 16390, table_attribute_number: 2, data_type_oid: 1043, data_type_size: -1, type_modifier: 259, format: 0}, {field_name: first_na3_0_0_, table_oid: 16390, table_attribute_number: 3, data_type_oid: 1043, data_type_size: -1, type_modifier: 259, format: 0}, {field_name: last_nam4_0_0_, table_oid: 16390, table_attribute_number: 4, data_type_oid: 1043, data_type_size: -1, type_modifier: 259, format: 0}, {field_name: timestam5_0_0_, table_oid: 16390, table_attribute_number: 5, data_type_oid: 20, data_type_size: 8, type_modifier: -1, format: 0}]} - msg_type: 90 - auth_type: 0 - reqtimestampmock: 2024-10-17T15:36:13.92033892+05:30 - restimestampmock: 2024-10-17T15:36:13.92045988+05:30 -connectionId: "0" ---- -version: api.keploy.io/v1beta1 -kind: Postgres -name: mock-60 -spec: - metadata: - type: config - postgresrequests: - - header: [P, B, E] - identifier: ClientRequest - length: 8 - payload: UAAAABFTXzEAQ09NTUlUAAAAQgAAAA8AU18xAAAAAAAAAEUAAAAJAAAAAAFTAAAABA== - bind: - - prepared_statement: S_1 - execute: - - max_rows: 1 - parse: - - name: S_1 - query: COMMIT - parameter_oids: [] - msg_type: 69 - auth_type: 0 - postgresresponses: - - header: ["1", "2", C, Z] - identifier: ServerResponse - length: 8 - authentication_md5_password: - salt: [0, 0, 0, 0] - command_complete: - - command_tag_type: COMMIT + - command_tag_type: CREATE TABLE ready_for_query: txstatus: 73 msg_type: 90 auth_type: 0 - reqtimestampmock: 2024-10-17T15:36:13.938570908+05:30 - restimestampmock: 2024-10-17T15:36:13.938612325+05:30 + reqtimestampmock: 2025-04-16T15:25:28.652379846Z + restimestampmock: 2025-04-16T15:25:28.652411388Z connectionId: "0" +respType: json --- version: api.keploy.io/v1beta1 kind: Postgres -name: mock-61 +name: mock-59 spec: metadata: type: config postgresrequests: - - header: [P, B, E, P, B, D, E] + - header: [P, B, D, E] identifier: ClientRequest length: 8 - payload: UAAAAA0AQkVHSU4AAABCAAAADAAAAAAAAAAARQAAAAkAAAAAAFAAAAAtAGRlbGV0ZSBmcm9tIGVtcGxveWVlcyB3aGVyZSBpZD0kMQAAAQAAABRCAAAAGgAAAAEAAQABAAAACAAAAAAAAAABAABEAAAABlAARQAAAAkAAAAAAVMAAAAE + payload: UAAAAAgAAAAAQgAAAAwAAAAAAAAAAEQAAAAGUABFAAAACQAAAAABUwAAAAQ= bind: - {} - - parameter_format_codes: [1] - parameters: [[0, 0, 0, 0, 0, 0, 0, 1]] describe: object_type: 80 name: "" execute: - - {} - max_rows: 1 parse: - name: "" - query: BEGIN + query: "" parameter_oids: [] - - name: "" - query: delete from employees where id=$1 - parameter_oids: - - 20 msg_type: 69 auth_type: 0 postgresresponses: - - header: ["1", "2", C, "1", "2", "n", C, Z] - identifier: ServerResponse - length: 8 - authentication_md5_password: - salt: [0, 0, 0, 0] - command_complete: - - command_tag_type: BEGIN - - command_tag_type: DELETE 1 - ready_for_query: - txstatus: 84 - msg_type: 90 - auth_type: 0 - reqtimestampmock: 2024-10-17T15:36:13.970408668+05:30 - restimestampmock: 2024-10-17T15:36:13.970450002+05:30 -connectionId: "0" ---- -version: api.keploy.io/v1beta1 -kind: Postgres -name: mock-62 -spec: - metadata: - type: config - postgresrequests: - - header: [B, E] - identifier: ClientRequest - length: 8 - payload: QgAAAA8AU18xAAAAAAAAAEUAAAAJAAAAAAFTAAAABA== - bind: - - prepared_statement: S_1 - execute: - - max_rows: 1 - msg_type: 69 - auth_type: 0 - postgresresponses: - - header: ["2", C, Z] + - header: ["1", "2", "n", I, Z] identifier: ServerResponse length: 8 authentication_md5_password: salt: [0, 0, 0, 0] - command_complete: - - command_tag_type: COMMIT ready_for_query: txstatus: 73 msg_type: 90 auth_type: 0 - reqtimestampmock: 2024-10-17T15:36:13.974431462+05:30 - restimestampmock: 2024-10-17T15:36:13.974451587+05:30 + reqtimestampmock: 2025-04-16T15:25:51.474710218Z + restimestampmock: 2025-04-16T15:25:51.474763759Z connectionId: "0" +respType: json --- version: api.keploy.io/v1beta1 kind: Postgres -name: mock-63 +name: mock-60 spec: metadata: type: config @@ -2286,11 +2196,11 @@ spec: - header: [P, B, E, P, B, D, E] identifier: ClientRequest length: 8 - payload: UAAAABcAQkVHSU4gUkVBRCBPTkxZAAAAQgAAAAwAAAAAAAAAAEUAAAAJAAAAAABQAAAA9wBzZWxlY3QgZW1wbG95ZWUwXy5pZCBhcyBpZDFfMF8wXywgZW1wbG95ZWUwXy5lbWFpbCBhcyBlbWFpbDJfMF8wXywgZW1wbG95ZWUwXy5maXJzdF9uYW1lIGFzIGZpcnN0X25hM18wXzBfLCBlbXBsb3llZTBfLmxhc3RfbmFtZSBhcyBsYXN0X25hbTRfMF8wXywgZW1wbG95ZWUwXy50aW1lc3RhbXAgYXMgdGltZXN0YW01XzBfMF8gZnJvbSBlbXBsb3llZXMgZW1wbG95ZWUwXyB3aGVyZSBlbXBsb3llZTBfLmlkPSQxAAABAAAAFEIAAAAaAAAAAQABAAEAAAAIAAAAAAAAAAEAAEQAAAAGUABFAAAACQAAAAAAUwAAAAQ= + payload: UAAAAA0AQkVHSU4AAABCAAAADAAAAAAAAAAARQAAAAkAAAAAAFAAAAB7AGluc2VydCBpbnRvIGVtcGxveWVlcyAoZW1haWwsIGZpcnN0X25hbWUsIGxhc3RfbmFtZSwgdGltZXN0YW1wKSB2YWx1ZXMgKCQxLCAkMiwgJDMsICQ0KQpSRVRVUk5JTkcgKgAABAAABBMAAAQTAAAEEwAAABRCAAAAQQAAAAQAAAAAAAAAAQAEAAAADG10QGdtYWlsLmNvbQAAAARNeWtlAAAABVR5c29uAAAACAAAAABn/8v/AABEAAAABlAARQAAAAkAAAAAAFMAAAAE bind: - {} - - parameter_format_codes: [1] - parameters: [[0, 0, 0, 0, 0, 0, 0, 1]] + - parameter_format_codes: [0, 0, 0, 1] + parameters: [[109, 116, 64, 103, 109, 97, 105, 108, 46, 99, 111, 109], [77, 121, 107, 101], [84, 121, 115, 111, 110], [0, 0, 0, 0, 103, 255, 203, 255]] describe: object_type: 80 name: "" @@ -2299,134 +2209,60 @@ spec: - {} parse: - name: "" - query: BEGIN READ ONLY + query: BEGIN parameter_oids: [] - name: "" - query: select employee0_.id as id1_0_0_, employee0_.email as email2_0_0_, employee0_.first_name as first_na3_0_0_, employee0_.last_name as last_nam4_0_0_, employee0_.timestamp as timestam5_0_0_ from employees employee0_ where employee0_.id=$1 + query: insert into employees (email, first_name, last_name, timestamp) values ($1, $2, $3, $4) RETURNING * parameter_oids: + - 1043 + - 1043 + - 1043 - 20 msg_type: 69 auth_type: 0 postgresresponses: - - header: ["1", "2", C, "1", "2", T, C, Z] + - header: ["1", "2", C, "1", "2", T, D, C, Z] identifier: ServerResponse length: 8 authentication_md5_password: salt: [0, 0, 0, 0] command_complete: - command_tag_type: BEGIN - - command_tag_type: SELECT 0 + - command_tag_type: INSERT 0 1 + data_row: [{row_values: ["1", mt@gmail.com, Myke, Tyson, "1744817151"]}] ready_for_query: txstatus: 84 - row_description: {fields: [{field_name: id1_0_0_, table_oid: 16390, table_attribute_number: 1, data_type_oid: 20, data_type_size: 8, type_modifier: -1, format: 0}, {field_name: email2_0_0_, table_oid: 16390, table_attribute_number: 2, data_type_oid: 1043, data_type_size: -1, type_modifier: 259, format: 0}, {field_name: first_na3_0_0_, table_oid: 16390, table_attribute_number: 3, data_type_oid: 1043, data_type_size: -1, type_modifier: 259, format: 0}, {field_name: last_nam4_0_0_, table_oid: 16390, table_attribute_number: 4, data_type_oid: 1043, data_type_size: -1, type_modifier: 259, format: 0}, {field_name: timestam5_0_0_, table_oid: 16390, table_attribute_number: 5, data_type_oid: 20, data_type_size: 8, type_modifier: -1, format: 0}]} + row_description: {fields: [{field_name: id, table_oid: 16386, table_attribute_number: 1, data_type_oid: 20, data_type_size: 8, type_modifier: -1, format: 0}, {field_name: email, table_oid: 16386, table_attribute_number: 2, data_type_oid: 1043, data_type_size: -1, type_modifier: 259, format: 0}, {field_name: first_name, table_oid: 16386, table_attribute_number: 3, data_type_oid: 1043, data_type_size: -1, type_modifier: 259, format: 0}, {field_name: last_name, table_oid: 16386, table_attribute_number: 4, data_type_oid: 1043, data_type_size: -1, type_modifier: 259, format: 0}, {field_name: timestamp, table_oid: 16386, table_attribute_number: 5, data_type_oid: 20, data_type_size: 8, type_modifier: -1, format: 0}]} msg_type: 90 auth_type: 0 - reqtimestampmock: 2024-10-17T15:36:14.163861191+05:30 - restimestampmock: 2024-10-17T15:36:14.163949317+05:30 + reqtimestampmock: 2025-04-16T15:25:51.494593051Z + restimestampmock: 2025-04-16T15:25:51.494645384Z connectionId: "0" +respType: json --- version: api.keploy.io/v1beta1 kind: Postgres -name: mock-64 +name: mock-61 spec: metadata: type: config postgresrequests: - - header: [B, E] + - header: [P, B, E] identifier: ClientRequest length: 8 - payload: QgAAAA8AU18xAAAAAAAAAEUAAAAJAAAAAAFTAAAABA== + payload: UAAAABFTXzEAQ09NTUlUAAAAQgAAAA8AU18xAAAAAAAAAEUAAAAJAAAAAAFTAAAABA== bind: - prepared_statement: S_1 execute: - max_rows: 1 - msg_type: 69 - auth_type: 0 - postgresresponses: - - header: ["2", C, Z] - identifier: ServerResponse - length: 8 - authentication_md5_password: - salt: [0, 0, 0, 0] - command_complete: - - command_tag_type: COMMIT - ready_for_query: - txstatus: 73 - msg_type: 90 - auth_type: 0 - reqtimestampmock: 2024-10-17T15:36:14.165341207+05:30 - restimestampmock: 2024-10-17T15:36:14.165469125+05:30 -connectionId: "0" ---- -version: api.keploy.io/v1beta1 -kind: Postgres -name: mock-65 -spec: - metadata: - type: config - postgresrequests: - - header: [P, B, E, P, B, D, E] - identifier: ClientRequest - length: 8 - payload: UAAAABcAQkVHSU4gUkVBRCBPTkxZAAAAQgAAAAwAAAAAAAAAAEUAAAAJAAAAAABQAAAA9wBzZWxlY3QgZW1wbG95ZWUwXy5pZCBhcyBpZDFfMF8wXywgZW1wbG95ZWUwXy5lbWFpbCBhcyBlbWFpbDJfMF8wXywgZW1wbG95ZWUwXy5maXJzdF9uYW1lIGFzIGZpcnN0X25hM18wXzBfLCBlbXBsb3llZTBfLmxhc3RfbmFtZSBhcyBsYXN0X25hbTRfMF8wXywgZW1wbG95ZWUwXy50aW1lc3RhbXAgYXMgdGltZXN0YW01XzBfMF8gZnJvbSBlbXBsb3llZXMgZW1wbG95ZWUwXyB3aGVyZSBlbXBsb3llZTBfLmlkPSQxAAABAAAAFEIAAAAaAAAAAQABAAEAAAAIAAAAAAAAAAIAAEQAAAAGUABFAAAACQAAAAAAUwAAAAQ= - bind: - - {} - - parameter_format_codes: [1] - parameters: [[0, 0, 0, 0, 0, 0, 0, 2]] - describe: - object_type: 80 - name: "" - execute: - - {} - - {} parse: - - name: "" - query: BEGIN READ ONLY + - name: S_1 + query: COMMIT parameter_oids: [] - - name: "" - query: select employee0_.id as id1_0_0_, employee0_.email as email2_0_0_, employee0_.first_name as first_na3_0_0_, employee0_.last_name as last_nam4_0_0_, employee0_.timestamp as timestam5_0_0_ from employees employee0_ where employee0_.id=$1 - parameter_oids: - - 20 msg_type: 69 auth_type: 0 postgresresponses: - - header: ["1", "2", C, "1", "2", T, D, C, Z] - identifier: ServerResponse - length: 8 - authentication_md5_password: - salt: [0, 0, 0, 0] - command_complete: - - command_tag_type: BEGIN - - command_tag_type: SELECT 1 - data_row: [{row_values: ["2", john.doe@example.com, John, Doe, "0"]}] - ready_for_query: - txstatus: 84 - row_description: {fields: [{field_name: id1_0_0_, table_oid: 16390, table_attribute_number: 1, data_type_oid: 20, data_type_size: 8, type_modifier: -1, format: 0}, {field_name: email2_0_0_, table_oid: 16390, table_attribute_number: 2, data_type_oid: 1043, data_type_size: -1, type_modifier: 259, format: 0}, {field_name: first_na3_0_0_, table_oid: 16390, table_attribute_number: 3, data_type_oid: 1043, data_type_size: -1, type_modifier: 259, format: 0}, {field_name: last_nam4_0_0_, table_oid: 16390, table_attribute_number: 4, data_type_oid: 1043, data_type_size: -1, type_modifier: 259, format: 0}, {field_name: timestam5_0_0_, table_oid: 16390, table_attribute_number: 5, data_type_oid: 20, data_type_size: 8, type_modifier: -1, format: 0}]} - msg_type: 90 - auth_type: 0 - reqtimestampmock: 2024-10-17T15:36:14.276666285+05:30 - restimestampmock: 2024-10-17T15:36:14.276775244+05:30 -connectionId: "0" ---- -version: api.keploy.io/v1beta1 -kind: Postgres -name: mock-66 -spec: - metadata: - type: config - postgresrequests: - - header: [B, E] - identifier: ClientRequest - length: 8 - payload: QgAAAA8AU18xAAAAAAAAAEUAAAAJAAAAAAFTAAAABA== - bind: - - prepared_statement: S_1 - execute: - - max_rows: 1 - msg_type: 69 - auth_type: 0 - postgresresponses: - - header: ["2", C, Z] + - header: ["1", "2", C, Z] identifier: ServerResponse length: 8 authentication_md5_password: @@ -2437,13 +2273,14 @@ spec: txstatus: 73 msg_type: 90 auth_type: 0 - reqtimestampmock: 2024-10-17T15:36:14.277505002+05:30 - restimestampmock: 2024-10-17T15:36:14.277536753+05:30 + reqtimestampmock: 2025-04-16T15:25:51.503463759Z + restimestampmock: 2025-04-16T15:25:51.503494593Z connectionId: "0" +respType: json --- version: api.keploy.io/v1beta1 kind: Postgres -name: mock-67 +name: mock-62 spec: metadata: type: config @@ -2475,13 +2312,14 @@ spec: txstatus: 73 msg_type: 90 auth_type: 0 - reqtimestampmock: 2024-10-17T15:36:15.023097216+05:30 - restimestampmock: 2024-10-17T15:36:15.023154175+05:30 + reqtimestampmock: 2025-04-16T15:26:01.744670875Z + restimestampmock: 2025-04-16T15:26:01.744772625Z connectionId: "0" +respType: json --- version: api.keploy.io/v1beta1 kind: Postgres -name: mock-68 +name: mock-63 spec: metadata: type: config @@ -2489,11 +2327,11 @@ spec: - header: [P, B, E, P, B, D, E] identifier: ClientRequest length: 8 - payload: UAAAABcAQkVHSU4gUkVBRCBPTkxZAAAAQgAAAAwAAAAAAAAAAEUAAAAJAAAAAABQAAAA9wBzZWxlY3QgZW1wbG95ZWUwXy5pZCBhcyBpZDFfMF8wXywgZW1wbG95ZWUwXy5lbWFpbCBhcyBlbWFpbDJfMF8wXywgZW1wbG95ZWUwXy5maXJzdF9uYW1lIGFzIGZpcnN0X25hM18wXzBfLCBlbXBsb3llZTBfLmxhc3RfbmFtZSBhcyBsYXN0X25hbTRfMF8wXywgZW1wbG95ZWUwXy50aW1lc3RhbXAgYXMgdGltZXN0YW01XzBfMF8gZnJvbSBlbXBsb3llZXMgZW1wbG95ZWUwXyB3aGVyZSBlbXBsb3llZTBfLmlkPSQxAAABAAAAFEIAAAAaAAAAAQABAAEAAAAIAAAAAAAAAAMAAEQAAAAGUABFAAAACQAAAAAAUwAAAAQ= + payload: UAAAABcAQkVHSU4gUkVBRCBPTkxZAAAAQgAAAAwAAAAAAAAAAEUAAAAJAAAAAABQAAAA9wBzZWxlY3QgZW1wbG95ZWUwXy5pZCBhcyBpZDFfMF8wXywgZW1wbG95ZWUwXy5lbWFpbCBhcyBlbWFpbDJfMF8wXywgZW1wbG95ZWUwXy5maXJzdF9uYW1lIGFzIGZpcnN0X25hM18wXzBfLCBlbXBsb3llZTBfLmxhc3RfbmFtZSBhcyBsYXN0X25hbTRfMF8wXywgZW1wbG95ZWUwXy50aW1lc3RhbXAgYXMgdGltZXN0YW01XzBfMF8gZnJvbSBlbXBsb3llZXMgZW1wbG95ZWUwXyB3aGVyZSBlbXBsb3llZTBfLmlkPSQxAAABAAAAFEIAAAAaAAAAAQABAAEAAAAIAAAAAAAAAAEAAEQAAAAGUABFAAAACQAAAAAAUwAAAAQ= bind: - {} - parameter_format_codes: [1] - parameters: [[0, 0, 0, 0, 0, 0, 0, 3]] + parameters: [[0, 0, 0, 0, 0, 0, 0, 1]] describe: object_type: 80 name: "" @@ -2519,97 +2357,13 @@ spec: command_complete: - command_tag_type: BEGIN - command_tag_type: SELECT 1 - data_row: [{row_values: ["3", john.doe@example.com, John, Doe, "0"]}] - ready_for_query: - txstatus: 84 - row_description: {fields: [{field_name: id1_0_0_, table_oid: 16390, table_attribute_number: 1, data_type_oid: 20, data_type_size: 8, type_modifier: -1, format: 0}, {field_name: email2_0_0_, table_oid: 16390, table_attribute_number: 2, data_type_oid: 1043, data_type_size: -1, type_modifier: 259, format: 0}, {field_name: first_na3_0_0_, table_oid: 16390, table_attribute_number: 3, data_type_oid: 1043, data_type_size: -1, type_modifier: 259, format: 0}, {field_name: last_nam4_0_0_, table_oid: 16390, table_attribute_number: 4, data_type_oid: 1043, data_type_size: -1, type_modifier: 259, format: 0}, {field_name: timestam5_0_0_, table_oid: 16390, table_attribute_number: 5, data_type_oid: 20, data_type_size: 8, type_modifier: -1, format: 0}]} - msg_type: 90 - auth_type: 0 - reqtimestampmock: 2024-10-17T15:36:15.024649317+05:30 - restimestampmock: 2024-10-17T15:36:15.024691776+05:30 -connectionId: "0" ---- -version: api.keploy.io/v1beta1 -kind: Postgres -name: mock-69 -spec: - metadata: - type: config - postgresrequests: - - header: [B, E] - identifier: ClientRequest - length: 8 - payload: QgAAAA8AU18xAAAAAAAAAEUAAAAJAAAAAAFTAAAABA== - bind: - - prepared_statement: S_1 - execute: - - max_rows: 1 - msg_type: 69 - auth_type: 0 - postgresresponses: - - header: ["2", C, Z] - identifier: ServerResponse - length: 8 - authentication_md5_password: - salt: [0, 0, 0, 0] - command_complete: - - command_tag_type: COMMIT - ready_for_query: - txstatus: 73 - msg_type: 90 - auth_type: 0 - reqtimestampmock: 2024-10-17T15:36:15.02583008+05:30 - restimestampmock: 2024-10-17T15:36:15.025841081+05:30 -connectionId: "0" ---- -version: api.keploy.io/v1beta1 -kind: Postgres -name: mock-70 -spec: - metadata: - type: config - postgresrequests: - - header: [P, B, E, P, B, D, E] - identifier: ClientRequest - length: 8 - payload: UAAAAA0AQkVHSU4AAABCAAAADAAAAAAAAAAARQAAAAkAAAAAAFAAAABwAHVwZGF0ZSBlbXBsb3llZXMgc2V0IGVtYWlsPSQxLCBmaXJzdF9uYW1lPSQyLCBsYXN0X25hbWU9JDMsIHRpbWVzdGFtcD0kNCB3aGVyZSBpZD0kNQAABQAABBMAAAQTAAAEEwAAABQAAAAUQgAAAFUAAAAFAAAAAAAAAAEAAQAFAAAAFGphbmUuZG9lQGV4YW1wbGUuY29tAAAABEphbmUAAAADRG9lAAAACAAAAABnEOGXAAAACAAAAAAAAAADAABEAAAABlAARQAAAAkAAAAAAVMAAAAE - bind: - - {} - - parameter_format_codes: [0, 0, 0, 1, 1] - parameters: [[106, 97, 110, 101, 46, 100, 111, 101, 64, 101, 120, 97, 109, 112, 108, 101, 46, 99, 111, 109], [74, 97, 110, 101], [68, 111, 101], [0, 0, 0, 0, 103, 16, 225, 151], [0, 0, 0, 0, 0, 0, 0, 3]] - describe: - object_type: 80 - name: "" - execute: - - {} - - max_rows: 1 - parse: - - name: "" - query: BEGIN - parameter_oids: [] - - name: "" - query: update employees set email=$1, first_name=$2, last_name=$3, timestamp=$4 where id=$5 - parameter_oids: - - 1043 - - 1043 - - 1043 - - 20 - - 20 - msg_type: 69 - auth_type: 0 - postgresresponses: - - header: ["1", "2", C, "1", "2", "n", C, Z] - identifier: ServerResponse - length: 8 - authentication_md5_password: - salt: [0, 0, 0, 0] - command_complete: - - command_tag_type: BEGIN - - command_tag_type: UPDATE 1 + data_row: [{row_values: ["1", mt@gmail.com, Myke, Tyson, "1744817151"]}] ready_for_query: txstatus: 84 + row_description: {fields: [{field_name: id1_0_0_, table_oid: 16386, table_attribute_number: 1, data_type_oid: 20, data_type_size: 8, type_modifier: -1, format: 0}, {field_name: email2_0_0_, table_oid: 16386, table_attribute_number: 2, data_type_oid: 1043, data_type_size: -1, type_modifier: 259, format: 0}, {field_name: first_na3_0_0_, table_oid: 16386, table_attribute_number: 3, data_type_oid: 1043, data_type_size: -1, type_modifier: 259, format: 0}, {field_name: last_nam4_0_0_, table_oid: 16386, table_attribute_number: 4, data_type_oid: 1043, data_type_size: -1, type_modifier: 259, format: 0}, {field_name: timestam5_0_0_, table_oid: 16386, table_attribute_number: 5, data_type_oid: 20, data_type_size: 8, type_modifier: -1, format: 0}]} msg_type: 90 auth_type: 0 - reqtimestampmock: 2024-10-17T15:36:15.034577765+05:30 - restimestampmock: 2024-10-17T15:36:15.034605599+05:30 + reqtimestampmock: 2025-04-16T15:26:01.75708725Z + restimestampmock: 2025-04-16T15:26:01.75717475Z connectionId: "0" +respType: json diff --git a/employee-manager/keploy/test-set-0/tests/test-1.yaml b/employee-manager/keploy/test-set-0/tests/test-1.yaml index 5bd41395..243dc366 100755 --- a/employee-manager/keploy/test-set-0/tests/test-1.yaml +++ b/employee-manager/keploy/test-set-0/tests/test-1.yaml @@ -1,43 +1,49 @@ +# Generated by Keploy (2.5.2) version: api.keploy.io/v1beta1 kind: Http name: test-1 spec: metadata: {} req: - method: GET + method: POST proto_major: 1 proto_minor: 1 - url: http://localhost:8080/api/employees/2 + url: http://localhost:8080/api/employees header: Accept: '*/*' - Accept-Encoding: gzip,deflate - Connection: Keep-Alive + Content-Length: "100" + Content-Type: application/json Host: localhost:8080 - User-Agent: Apache-HttpClient/4.5.13 (Java/17.0.12) - body: "" - timestamp: 2024-10-17T15:36:14.274044713+05:30 + User-Agent: curl/8.7.1 + body: |- + { + "firstName": "Myke", + "lastName": "Tyson", + "email": "mt@gmail.com", + "timestamp":1 + } + timestamp: 2025-04-16T15:25:51.381551857Z resp: status_code: 200 header: - Connection: keep-alive Content-Type: application/json - Date: Thu, 17 Oct 2024 10:06:14 GMT - Keep-Alive: timeout=60 - body: '{"id":2,"firstName":"John","lastName":"Doe","email":"john.doe@example.com","timestamp":0}' + Date: Wed, 16 Apr 2025 15:25:51 GMT + body: '{"id":1,"firstName":"Myke","lastName":"Tyson","email":"mt@gmail.com","timestamp":1744817151}' status_message: OK proto_major: 0 proto_minor: 0 - timestamp: 2024-10-17T15:36:16.999271024+05:30 + timestamp: 2025-04-16T15:25:54.532831219Z objects: [] assertions: noise: header.Date: [] - created: 1729159576 -curl: | - curl --request GET \ - --url http://localhost:8080/api/employees/2 \ - --header 'Host: localhost:8080' \ - --header 'Connection: Keep-Alive' \ - --header 'User-Agent: Apache-HttpClient/4.5.13 (Java/17.0.12)' \ - --header 'Accept-Encoding: gzip,deflate' \ + created: 1744817154 +curl: |- + curl --request POST \ + --url http://localhost:8080/api/employees \ --header 'Accept: */*' \ + --header 'Content-Type: application/json' \ + --header 'Host: localhost:8080' \ + --header 'User-Agent: curl/8.7.1' \ + --data "{\n \"firstName\": \"Myke\",\n \"lastName\": \"Tyson\",\n \"email\": \"mt@gmail.com\",\n \"timestamp\":1\n}" +respType: json diff --git a/employee-manager/keploy/test-set-0/tests/test-2.yaml b/employee-manager/keploy/test-set-0/tests/test-2.yaml index 09a947cf..e4a1858c 100755 --- a/employee-manager/keploy/test-set-0/tests/test-2.yaml +++ b/employee-manager/keploy/test-set-0/tests/test-2.yaml @@ -1,43 +1,39 @@ +# Generated by Keploy (2.5.2) version: api.keploy.io/v1beta1 kind: Http name: test-2 spec: metadata: {} req: - method: DELETE + method: GET proto_major: 1 proto_minor: 1 url: http://localhost:8080/api/employees/1 header: Accept: '*/*' - Accept-Encoding: gzip,deflate - Connection: Keep-Alive Host: localhost:8080 - User-Agent: Apache-HttpClient/4.5.13 (Java/17.0.12) + User-Agent: curl/8.7.1 body: "" - timestamp: 2024-10-17T15:36:13.78733161+05:30 + timestamp: 2025-04-16T15:26:01.73971932Z resp: status_code: 200 header: - Connection: keep-alive Content-Type: application/json - Date: Thu, 17 Oct 2024 10:06:14 GMT - Keep-Alive: timeout=60 - body: '{"deleted":true}' + Date: Wed, 16 Apr 2025 15:26:01 GMT + body: '{"id":1,"firstName":"Myke","lastName":"Tyson","email":"mt@gmail.com","timestamp":1744817151}' status_message: OK proto_major: 0 proto_minor: 0 - timestamp: 2024-10-17T15:36:16.999855239+05:30 + timestamp: 2025-04-16T15:26:04.868476251Z objects: [] assertions: noise: header.Date: [] - created: 1729159576 + created: 1744817164 curl: | - curl --request DELETE \ + curl --request GET \ --url http://localhost:8080/api/employees/1 \ - --header 'Accept-Encoding: gzip,deflate' \ - --header 'Accept: */*' \ --header 'Host: localhost:8080' \ - --header 'Connection: Keep-Alive' \ - --header 'User-Agent: Apache-HttpClient/4.5.13 (Java/17.0.12)' \ + --header 'User-Agent: curl/8.7.1' \ + --header 'Accept: */*' \ +respType: json diff --git a/employee-manager/keploy/test-set-0/tests/test-3.yaml b/employee-manager/keploy/test-set-0/tests/test-3.yaml deleted file mode 100755 index 281b1cfc..00000000 --- a/employee-manager/keploy/test-set-0/tests/test-3.yaml +++ /dev/null @@ -1,44 +0,0 @@ -version: api.keploy.io/v1beta1 -kind: Http -name: test-3 -spec: - metadata: {} - req: - method: GET - proto_major: 1 - proto_minor: 1 - url: http://localhost:8080/api/employees/1 - header: - Accept: '*/*' - Accept-Encoding: gzip,deflate - Connection: Keep-Alive - Host: localhost:8080 - User-Agent: Apache-HttpClient/4.5.13 (Java/17.0.12) - body: "" - timestamp: 2024-10-17T15:36:14.159181013+05:30 - resp: - status_code: 404 - header: - Connection: keep-alive - Content-Type: application/json - Date: Thu, 17 Oct 2024 10:06:14 GMT - Keep-Alive: timeout=60 - body: '{"timestamp":"2024-10-17T10:06:14.170+00:00","message":"Employee not found for this id :: 1","details":"uri=/api/employees/1"}' - status_message: Not Found - proto_major: 0 - proto_minor: 0 - timestamp: 2024-10-17T15:36:16.999927198+05:30 - objects: [] - assertions: - noise: - body.timestamp: [] - header.Date: [] - created: 1729159576 -curl: | - curl --request GET \ - --url http://localhost:8080/api/employees/1 \ - --header 'Connection: Keep-Alive' \ - --header 'User-Agent: Apache-HttpClient/4.5.13 (Java/17.0.12)' \ - --header 'Accept-Encoding: gzip,deflate' \ - --header 'Accept: */*' \ - --header 'Host: localhost:8080' \ diff --git a/employee-manager/keploy/test-set-0/tests/test-4.yaml b/employee-manager/keploy/test-set-0/tests/test-4.yaml deleted file mode 100755 index 080240df..00000000 --- a/employee-manager/keploy/test-set-0/tests/test-4.yaml +++ /dev/null @@ -1,47 +0,0 @@ -version: api.keploy.io/v1beta1 -kind: Http -name: test-4 -spec: - metadata: {} - req: - method: PUT - proto_major: 1 - proto_minor: 1 - url: http://localhost:8080/api/employees/3 - header: - Accept: '*/*' - Accept-Encoding: gzip,deflate - Connection: Keep-Alive - Content-Length: "68" - Content-Type: application/json - Host: localhost:8080 - User-Agent: Apache-HttpClient/4.5.13 (Java/17.0.12) - body: '{"firstName":"Jane","lastName":"Doe","email":"jane.doe@example.com"}' - timestamp: 2024-10-17T15:36:14.979974102+05:30 - resp: - status_code: 200 - header: - Connection: keep-alive - Content-Type: application/json - Date: Thu, 17 Oct 2024 10:06:15 GMT - Keep-Alive: timeout=60 - body: '{"id":3,"firstName":"Jane","lastName":"Doe","email":"jane.doe@example.com","timestamp":1729159575}' - status_message: OK - proto_major: 0 - proto_minor: 0 - timestamp: 2024-10-17T15:36:18.822656255+05:30 - objects: [] - assertions: - noise: - header.Date: [] - created: 1729159578 -curl: |- - curl --request PUT \ - --url http://localhost:8080/api/employees/3 \ - --header 'Connection: Keep-Alive' \ - --header 'User-Agent: Apache-HttpClient/4.5.13 (Java/17.0.12)' \ - --header 'Accept-Encoding: gzip,deflate' \ - --header 'Accept: */*' \ - --header 'Content-Type: application/json' \ - --header 'Host: localhost:8080' \ - --data "{\"firstName\":\"Jane\",\"lastName\":\"Doe\",\"email\":\"jane.doe@example.com\"}" diff --git a/employee-manager/src/main/resources/application.properties b/employee-manager/src/main/resources/application.properties index 3a3de9e9..ee931d8c 100644 --- a/employee-manager/src/main/resources/application.properties +++ b/employee-manager/src/main/resources/application.properties @@ -1,4 +1,4 @@ -spring.datasource.url=jdbc:postgresql://localhost:5432/keploy-test +spring.datasource.url=jdbc:postgresql://postgres:5432/keploy-test spring.datasource.username=keploy-user spring.datasource.password=keploy #spring.jpa.show-sql=true