From 49cf11cd6d0b2f3effc6fd3dfbdc245310d53926 Mon Sep 17 00:00:00 2001 From: Aditya Gurajada Date: Thu, 25 Jan 2024 06:19:47 -0800 Subject: [PATCH] Add comment to test.sh describing nature of CI test re-runs. Update test.sh comment, to re-fire CI jobs. --- test.sh | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/test.sh b/test.sh index dd0db1bef..984e0188f 100755 --- a/test.sh +++ b/test.sh @@ -1,6 +1,13 @@ #!/bin/bash # ############################################################################## # test.sh - Driver script to invoke SplinterDB test suites. +# Re-run CI-jobs with code at SHA 2fb4d7c9 +# 2fb4d7c9 Deukyeon Hwang 5 months ago Tue, 15-Aug-2023, 05:19:03 PM (Authored: Tue, 15-Aug-2023, 05:19:03 PM) + # Fix the compile error on platform_open_log_file() (#596) + # + # to re-establish state of tests run before shared memory support was added. + # NOTE: Add this line. Previous test PR #611 seems to have not pulled the + # right SHA to build code. Very weird. Re-do build-and-test job. # ############################################################################## Me=$(basename "$0")