Skip to content

Commit

Permalink
Allow rally to run ESQL operations on serverless for benchmarks (#1845)
Browse files Browse the repository at this point in the history
* Allow rally to run esql track challenges.

* Mark as public to try to get `serverless` back in distribution.version

* Move back to internal, since it's not released yet.

* Mark public since, it's actually supposed to be public for realsies
  • Loading branch information
favilo committed May 8, 2024
1 parent 28b5e0f commit 2171450
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion esrally/track/track.py
Original file line number Diff line number Diff line change
Expand Up @@ -701,7 +701,7 @@ class OperationType(Enum):
CompositeAgg = (18, AdminStatus.No, serverless.Status.Public)
WaitForCurrentSnapshotsCreate = (19, AdminStatus.No, serverless.Status.Internal)
Downsample = (20, AdminStatus.No, serverless.Status.Internal)
Esql = (21, AdminStatus.No, serverless.Status.Blocked)
Esql = (21, AdminStatus.No, serverless.Status.Public)

# administrative actions
ForceMerge = (22, AdminStatus.Yes, serverless.Status.Internal)
Expand Down

0 comments on commit 2171450

Please sign in to comment.