Skip to content

Commit

Permalink
Enabled GEO tests again
Browse files Browse the repository at this point in the history
  • Loading branch information
qvad committed Jan 9, 2024
1 parent b25fff1 commit 8eb2c26
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions yugabyte/run-jepsen.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,11 +81,11 @@
"ysql/sz.multi-key-acid",
"ysql/sz.default-value",
"ysql/sz.ol.append",
# "ysql/sz.ol.geo.append",
"ysql/sz.ol.geo.append",

# YSQL snapshot isolation
"ysql/si.ol.append",
# "ysql/si.ol.geo.append",
"ysql/si.ol.geo.append",
"ysql/si.bank",
"ysql/si.bank-contention",
"ysql/si.bank-multitable",
Expand All @@ -96,23 +96,23 @@
"tests": [
# YSQL read committed
"ysql/rc.ol.append",
# "ysql/rc.ol.geo.append",
"ysql/rc.ol.geo.append",
]
},
{
"start_version": "2.15.0.0-b1",
"tests": [
"ysql/rc.pl.append",
# "ysql/rc.pl.geo.append",
"ysql/rc.pl.geo.append",
]
},
{
"start_version": "2.17.2.0-b1",
"tests": [
"ysql/sz.pl.append",
# "ysql/sz.pl.geo.append",
"ysql/sz.pl.geo.append",
"ysql/si.pl.append",
# "ysql/si.pl.geo.append",
"ysql/si.pl.geo.append",
]
}
]
Expand Down Expand Up @@ -258,6 +258,8 @@ def send_report_to_reportportal(
logging.error(f"Code: {response.status_code} Text: {response.text}")
return False

return True


def run_cmd(cmd,
timeout=None,
Expand Down

0 comments on commit 8eb2c26

Please sign in to comment.