Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pre-shared-memory support test execution: No code changes involved. #611

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions test.sh
Original file line number Diff line number Diff line change
@@ -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")
Expand Down