Summary
Jobs
atomic-matrix
tests (ps-ro-pg-wo, CrudTransactionConnector, none, 10, 30)
tests (ps-ro-pg-wo, CrudTransactionConnector, none, 10, 60)
tests (ps-ro-pg-wo, CrudTransactionConnector, none, 10, 100)
tests (ps-ro-pg-wo, CrudTransactionConnector, none, 20, 30)
tests (ps-ro-pg-wo, CrudTransactionConnector, none, 20, 60)
tests (ps-ro-pg-wo, CrudTransactionConnector, none, 20, 100)
tests (ps-ro-pg-wo, CrudTransactionConnector, none, 30, 30)
tests (ps-ro-pg-wo, CrudTransactionConnector, none, 30, 60)
tests (ps-ro-pg-wo, CrudTransactionConnector, none, 30, 100)
tests (ps-ro-pg-wo, CrudBatchConnector, none, 10, 30)
tests (ps-ro-pg-wo, CrudBatchConnector, none, 10, 60)
tests (ps-ro-pg-wo, CrudBatchConnector, none, 10, 100)
tests (ps-ro-pg-wo, CrudBatchConnector, none, 20, 30)
tests (ps-ro-pg-wo, CrudBatchConnector, none, 20, 60)
tests (ps-ro-pg-wo, CrudBatchConnector, none, 20, 100)
tests (ps-ro-pg-wo, CrudBatchConnector, none, 30, 30)
tests (ps-ro-pg-wo, CrudBatchConnector, none, 30, 60)
tests (ps-ro-pg-wo, CrudBatchConnector, none, 30, 100)
tests (ps-wo-pg-ro, CrudTransactionConnector, none, 10, 30)
tests (ps-wo-pg-ro, CrudTransactionConnector, none, 10, 60)
tests (ps-wo-pg-ro, CrudTransactionConnector, none, 10, 100)
tests (ps-wo-pg-ro, CrudTransactionConnector, none, 20, 30)
tests (ps-wo-pg-ro, CrudTransactionConnector, none, 20, 60)
tests (ps-wo-pg-ro, CrudTransactionConnector, none, 20, 100)
tests (ps-wo-pg-ro, CrudTransactionConnector, none, 30, 30)
tests (ps-wo-pg-ro, CrudTransactionConnector, none, 30, 60)
tests (ps-wo-pg-ro, CrudTransactionConnector, none, 30, 100)
tests (ps-wo-pg-ro, CrudBatchConnector, none, 10, 30)
tests (ps-wo-pg-ro, CrudBatchConnector, none, 10, 60)
tests (ps-wo-pg-ro, CrudBatchConnector, none, 10, 100)
tests (ps-wo-pg-ro, CrudBatchConnector, none, 20, 30)
tests (ps-wo-pg-ro, CrudBatchConnector, none, 20, 60)
tests (ps-wo-pg-ro, CrudBatchConnector, none, 20, 100)
tests (ps-wo-pg-ro, CrudBatchConnector, none, 30, 30)
tests (ps-wo-pg-ro, CrudBatchConnector, none, 30, 60)
tests (ps-wo-pg-ro, CrudBatchConnector, none, 30, 100)
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: atomic-matrix
on:
workflow_dispatch:
jobs:
atomic-matrix:
uses: nurturenature/jepsen-powersync/.github/workflows/run-jepsen-tests.yml@main
with:
workloads: >
[ 'ps-ro-pg-wo', 'ps-wo-pg-ro' ]
backend-connectors: >
[ 'CrudTransactionConnector', 'CrudBatchConnector']
nemeses: >
[ 'none' ]
rates: >
[ '10', '20', '30' ]
time-limits: >
['30', '60', '100' ]
cli-opts: >
'--nodes n1,n2 --postgres-nodes n1'
You can’t perform that action at this time.