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

Gh-252: Kerberos integration tests #335

Merged
merged 6 commits into from
Jan 2, 2024
Merged
Changes from 1 commit
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
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,10 @@
# See the License for the specific language governing permissions and
# limitations under the License.

# Wait a minute for Accumulo to be started and working
sleep 60
# Wait for Accumulo to be started and working (uses same approach as compose healthcheck)
until cat /proc/net/tcp | grep 270F; do
t92549 marked this conversation as resolved.
Show resolved Hide resolved
sleep 15
done

# Grant required permissions and auths to Gaffer user for integration tests

Expand Down