We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 471a8d4 commit b504990Copy full SHA for b504990
experimental/aws-lambda-java-profiler/integration_tests/invoke_function_custom_options.sh
@@ -82,8 +82,5 @@ cat output.json
82
# Verify upload happens on warm start
83
echo "$LOG_RESULT" | base64 --decode | grep "uploading" || { echo "ERROR: Upload not detected on warm start"; exit 1; }
84
85
-# Verify custom stop command is being used
86
-echo "$LOG_RESULT" | base64 --decode | grep "$EXPECTED_STOP_COMMAND" || { echo "ERROR: Expected stop command not found on warm start: $EXPECTED_STOP_COMMAND"; exit 1; }
87
-
88
# Clean up the output file
89
rm output.json
0 commit comments