Skip to content

Commit

Permalink
imp: add rows to enhance search params test in GET /v1/logs
Browse files Browse the repository at this point in the history
  • Loading branch information
nesangcode committed Apr 7, 2024
1 parent 82f27f9 commit 7c38aac
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions test/testdata/fixtures/logs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,3 +110,28 @@
created_at: 2010-07-30 23:59:59
updated_at: 2010-12-31 23:59:59
message: A log message

- id: 06666ecc-042e-11ed-83b0-d8bbc146d165
created_at: 2010-08-01 23:59:59+00:00
updated_at: 2010-12-31 23:59:59+00:00
message: "DEBUG - [main] BulkOpsClient.main(): List of all configurations loaded: {numofthreads=1, impstatchkinterval=30, maxloginattempts=1}"

- id: 37f904ea-042e-11ed-8176-d8bbc146d165
created_at: 2010-08-01 23:59:59+00:00
updated_at: 2010-12-31 23:59:59+00:00
message: "DEBUG - [main] BulkOpsClient.main(): List of all options loaded: {password=*********, clientloglevel=detailed, waitforcompletion=False, datetimeformat=usa, importloglevel=errors}"

- id: 4b4a1b9c-042e-11ed-82a8-d8bbc146d165
created_at: 2010-08-01 23:59:59+00:00
updated_at: 2010-12-31 23:59:59+00:00
message: "DEBUG - [main] BulkOpsClient.submitImportRequest(): Execution complete."

- id: 5332f73e-042e-11ed-8e74-d8bbc146d165
created_at: 2010-08-01 23:59:59+00:00
updated_at: 2010-12-31 23:59:59+00:00
message: "DEBUG - [main] BulkOpsClient.doImport(): Execution complete."

- id: 5b45111e-042e-11ed-8d60-d8bbc146d165
created_at: 2010-08-01 23:59:59+00:00
updated_at: 2010-12-31 23:59:59+00:00
message: "DEBUG - [main] BulkOpsClient.sendValidationRequest(): Experienced SOAP Request Rate Limit error while sending the validation request. Will try to send again in 1 sec."

0 comments on commit 7c38aac

Please sign in to comment.