10000 Made regression-1789 clean up after itself, and made 1081.yaml not us… · jchjava/rethinkdb@c99dfa6 · GitHub
[go: up one dir, main page]

Skip to content

Commit c99dfa6

Browse files
committed
Made regression-1789 clean up after itself, and made 1081.yaml not use a table named "t309".
1 parent 1920cf1 commit c99dfa6

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

test/rql_test/src/regression/1081.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
desc: 1081 union two streams
22
tests:
33

4-
- rb: r.db('test').table_create('t309')
5-
def: t = r.db('test').table('t309')
4+
- rb: r.db('test').table_create('t1081')
5+
def: t = r.db('test').table('t1081')
66

77
- rb: t.insert([{'id':0}, {'id':1}])
88

@@ -13,7 +13,7 @@ tests:
1313
- rb: t.union([]).typeof
1414
ot: ("STREAM")
1515

16-
- rb: r.db('test').table_drop('t309')
16+
- rb: r.db('test').table_drop('t1081')
1717

1818
- rb: r.table_create('1081')
1919
ot: ({'created':1})

test/rql_test/src/regression/1789.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,6 @@ tests:
2121

2222
- rb: r.db('test').table('1789').coerce_to('ARRAY').count()
2323
ot: (1)
24+
25+
# clean up
26+
- cd: r.db('test').table_drop('1789')

0 commit comments

Comments
 (0)
0