-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* updated gremlin reaction * added a new test case for gremlin * updated runner * nit * updated test config * PR comment fix * updated the logic for retrieving the parameters * nit
- Loading branch information
1 parent
0c166c4
commit db01976
Showing
6 changed files
with
108 additions
and
31 deletions.
There are no files selected for viewing
11 changes: 11 additions & 0 deletions
11
e2e-tests/03-gremlin-reaction-scenario/gremlin-reaction-duplicate.yaml
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
kind: Reaction | ||
apiVersion: v1 | ||
name: e2e-gremlin-reaction-duplicate | ||
spec: | ||
kind: Gremlin | ||
queries: | ||
query3: | ||
properties: | ||
addedResultCommand: g.addV('Item').property('ItemName', @Name).property('Name',@Name) | ||
gremlinHost: gremlin-server.default.svc.cluster.local | ||
gremlinPort: 8182 |
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
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
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
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
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