Skip to content

Commit

Permalink
Update typeql labels test to re-open closed transaction (#282)
Browse files Browse the repository at this point in the history
## Usage and product changes
Fixes tests to re-open transactions which are closed on the server side.

## Implementation
Fixes tests to re-open transactions which are closed on the server side.
  • Loading branch information
krishnangovindraj authored Feb 15, 2024
1 parent 5c8b8a1 commit 0d000e4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions query/language/match.feature
Original file line number Diff line number Diff line change
Expand Up @@ -2594,6 +2594,7 @@ Feature: TypeQL Match Clause
define
0_leading_digit_fails sub entity;
"""
Given session opens transaction of type: write
Given get answers of typeql get
"""
match
Expand All @@ -2607,6 +2608,7 @@ Feature: TypeQL Match Clause
define
_leading_connector_disallowed sub entity;
"""
Given session opens transaction of type: read
Given typeql get; throws exception
"""
match
Expand All @@ -2615,6 +2617,7 @@ Feature: TypeQL Match Clause
get;
"""

Given session opens transaction of type: write
Given typeql define
"""
define
Expand Down

0 comments on commit 0d000e4

Please sign in to comment.