dongjoon-hyun commented on PR #57138: URL: https://github.com/apache/spark/pull/57138#issuecomment-4922102892
Two test cases are added here (https://github.com/apache/spark/pull/57138/commits/d955614de2981999036d135a825a75f0a8c05e21). ``` $ build/sbt 'core/testOnly *StandaloneRestSubmitSuite -- -z "SPARK-58049"' ... [info] StandaloneRestSubmitSuite: [info] - SPARK-58049: Reject an over-sized request body with SC_REQUEST_ENTITY_TOO_LARGE (650 milliseconds) [info] - SPARK-58049: Reject an over-sized request body without Content-Length (17 milliseconds) [info] - SPARK-58049: Accept a request body exactly at the limit (97 milliseconds) [info] Run completed in 1 second, 458 milliseconds. [info] Total number of tests run: 3 [info] Suites: completed 1, aborted 0 [info] Tests: succeeded 3, failed 0, canceled 0, ignored 0, pending 0 [info] All tests passed. [success] Total time: 6 s, completed Jul 8, 2026, 11:12:49 PM ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
