Skip to content

Commit dc0373f

Browse files
3.0 Implement Driver fetch steps (#305)
## Usage and product changes We add new behaviour tests steps to test fetch responses (concept documents) received by the TypeDB drivers. Additionally, we refactor some of the already existing steps to align with the Java driver's implementation, and cover additional API's missed before. --------- Co-authored-by: Dmitrii Ubskii <[email protected]>
1 parent 332c3b5 commit dc0373f

File tree

2 files changed

+289
-25
lines changed

2 files changed

+289
-25
lines changed

connection/database.feature

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ Feature: Connection Database
2121
| cAn-be_Like-that_WITH-a_pretty-looooooooooooong_name-and·evena·smile |
2222
| 資料庫 |
2323

24-
2524
Scenario: create many databases
2625
When connection create databases:
2726
| alice |
@@ -62,6 +61,10 @@ Feature: Connection Database
6261
Then connection create database: !; fails
6362
Then connection create database: ...; fails
6463
Then connection create database: ·‿·; fails
64+
65+
# TODO: Merge it with the regular "cannot create database with an incorrect name" after fixing https://github.com/typedb/typedb-driver/issues/699
66+
@ignore-typedb-driver-java
67+
Scenario: cannot create database with an emoji in its name
6568
Then connection create database: 😎; fails
6669
Then connection create database: my😎database; fails
6770

@@ -149,4 +152,3 @@ Feature: Connection Database
149152
Then transaction commits
150153
Then connection delete database: typedb
151154
Then connection does not have database: typedb
152-

0 commit comments

Comments
 (0)