Skip to content

Commit

Permalink
Moved GEO partition tests to 2.18+ version tests (#114)
Browse files Browse the repository at this point in the history
  • Loading branch information
qvad authored Feb 20, 2024
1 parent 1ffec11 commit fe5b1f6
Showing 1 changed file with 16 additions and 5 deletions.
21 changes: 16 additions & 5 deletions yugabyte/run-jepsen.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@
"ysql/sz.multi-key-acid",
"ysql/sz.default-value",
"ysql/sz.ol.append",
"ysql/sz.ol.geo.append",

# YSQL snapshot isolation
"ysql/si.ol.append",
Expand All @@ -96,23 +95,35 @@
"tests": [
# YSQL read committed
"ysql/rc.ol.append",
"ysql/rc.ol.geo.append",
]
},
{
"start_version": "2.15.0.0-b1",
"tests": [
"ysql/rc.pl.append",
"ysql/rc.pl.geo.append",
]
},
{
"start_version": "2.17.2.0-b1",
"tests": [
"ysql/sz.pl.append",
"ysql/sz.pl.geo.append",
"ysql/si.pl.append",
]
},
{
"start_version": "2.18.0.0-b1",
"tests": [
"ysql/rc.pl.geo.append",
"ysql/si.pl.geo.append",
"ysql/sz.pl.geo.append",
"ysql/rc.ol.geo.append",
"ysql/si.ol.geo.append",
"ysql/sz.ol.geo.append",
]
},
{
"start_version": "2.20.0.0-b1",
"tests": [
"ysql/sz.pl.append",
]
}
]
Expand Down

0 comments on commit fe5b1f6

Please sign in to comment.