File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -482,7 +482,7 @@ tests:
482482 name : " get_log_file_contents"
483483 arguments :
484484 filename : " jobs/ImportCatalog/Job-ImportCatalog-0987654321.log"
485- maxBytes : 10
485+ maxBytes : 4
486486 expect :
487487 response :
488488 jsonrpc : " 2.0"
@@ -491,7 +491,7 @@ tests:
491491 content :
492492 match:arrayElements :
493493 type : " text"
494- text : " \" # Log File Contents: jobs/ImportCatalog/Job-ImportCatalog-0987654321.log (full read)\\ n\\ nTotal lines: 1\\ nContent size: 10 bytes\\ n\\ n---\\ n\\ n[2025-09-1 \" " # Should have minimal content with headers
494+ text : " \" # Log File Contents: jobs/ImportCatalog/Job-ImportCatalog-0987654321.log (full read)\\ n\\ nTotal lines: 1\\ nContent size: 4 bytes\\ n\\ n---\\ n\\ n[202 \" " # Should have minimal content with headers
495495 isError : false
496496 stderr : " toBeEmpty"
497497 performance :
@@ -531,7 +531,7 @@ tests:
531531 name : " get_log_file_contents"
532532 arguments :
533533 filename : " jobs/ImportCatalog/Job-ImportCatalog-0987654321.log"
534- maxBytes : 20
534+ maxBytes : 1
535535 expect :
536536 response :
537537 jsonrpc : " 2.0"
@@ -540,7 +540,7 @@ tests:
540540 content :
541541 match:arrayElements :
542542 type : " text"
543- text : " \" # Log File Contents: jobs/ImportCatalog/Job-ImportCatalog-0987654321.log (full read)\\ n\\ nTotal lines: 1\\ nContent size: 20 bytes\\ n\\ n---\\ n\\ n[2025-09-14 17:18:55 \" "
543+ text : " \" # Log File Contents: jobs/ImportCatalog/Job-ImportCatalog-0987654321.log (full read)\\ n\\ nTotal lines: 1\\ nContent size: 1 bytes\\ n\\ n---\\ n\\ n[\" "
544544 isError : false
545545 stderr : " toBeEmpty"
546546 performance :
You can’t perform that action at this time.
0 commit comments