Skip to content

fix: update retry strategy for mutation calls to handle aborted transactions #104

fix: update retry strategy for mutation calls to handle aborted transactions

fix: update retry strategy for mutation calls to handle aborted transactions #104

on:
push:
branches:
- main
pull_request:
name: Run Spanner tests against an in-mem mock server
jobs:
system-tests:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: 3.12
- name: Install nox
run: python -m pip install nox
- name: Run mock server tests
run: nox -s mockserver