mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-28 18:49:34 -05:00
data for back-sql concurrency tests
This commit is contained in:
parent
09f749da96
commit
2a789a831f
7 changed files with 57 additions and 0 deletions
9
tests/data/sql-concurrency/do_add.1
Normal file
9
tests/data/sql-concurrency/do_add.1
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
cn=James Jones 1,dc=example,dc=com
|
||||
objectClass: inetOrgPerson
|
||||
cn: James Jones 1
|
||||
givenName: James
|
||||
sn: Jones 1
|
||||
userpassword:: amFq
|
||||
telephoneNumber: +1 313 555 4772
|
||||
telephoneNumber: +1 313 555 4332
|
||||
telephoneNumber: +1 313 555 0895
|
||||
10
tests/data/sql-concurrency/do_add.2
Normal file
10
tests/data/sql-concurrency/do_add.2
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
cn=James Jones 2,dc=example,dc=com
|
||||
objectClass: inetOrgPerson
|
||||
cn: James Jones 2
|
||||
givenName: James
|
||||
sn: Jones 2
|
||||
userpassword:: amFq
|
||||
telephoneNumber: +1 313 555 4772
|
||||
telephoneNumber: +1 313 555 3923
|
||||
telephoneNumber: +1 313 555 4332
|
||||
telephoneNumber: +1 313 555 0895
|
||||
10
tests/data/sql-concurrency/do_add.3
Normal file
10
tests/data/sql-concurrency/do_add.3
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
cn=James Jones 3,dc=example,dc=com
|
||||
objectClass: inetOrgPerson
|
||||
cn: James Jones 3
|
||||
givenName: James
|
||||
sn: Jones 3
|
||||
userpassword:: amFq
|
||||
telephoneNumber: +1 313 555 4772
|
||||
telephoneNumber: +1 313 555 3923
|
||||
telephoneNumber: +1 313 555 4332
|
||||
telephoneNumber: +1 313 555 0895
|
||||
10
tests/data/sql-concurrency/do_add.4
Normal file
10
tests/data/sql-concurrency/do_add.4
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
cn=James Jones 4,dc=example,dc=com
|
||||
objectClass: inetOrgPerson
|
||||
cn: James Jones 4
|
||||
givenName: James
|
||||
sn: Jones 4
|
||||
userpassword:: amFq
|
||||
telephoneNumber: +1 313 555 4772
|
||||
telephoneNumber: +1 313 555 3923
|
||||
telephoneNumber: +1 313 555 4332
|
||||
telephoneNumber: +1 313 555 0895
|
||||
2
tests/data/sql-concurrency/do_modrdn.0
Normal file
2
tests/data/sql-concurrency/do_modrdn.0
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
cn=Mitya Kovalev,dc=example,dc=com
|
||||
cn=Torvlobnor Puzdoy,dc=example,dc=com
|
||||
4
tests/data/sql-concurrency/do_read.0
Normal file
4
tests/data/sql-concurrency/do_read.0
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
documentTitle=book1,dc=example,dc=com
|
||||
dc=example,dc=com
|
||||
cn=Akakiy Zinberstein,dc=example,dc=com
|
||||
ou=Referral,dc=example,dc=com
|
||||
12
tests/data/sql-concurrency/do_search.0
Normal file
12
tests/data/sql-concurrency/do_search.0
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
dc=example,dc=com
|
||||
cn=Mitya Kovalev
|
||||
cn=Akakiy Zinberstein,dc=example,dc=com
|
||||
sn=Zinberstein
|
||||
dc=example,dc=com
|
||||
cn=James*
|
||||
dc=example,dc=com
|
||||
sn=*
|
||||
dc=example,dc=com
|
||||
cn=*
|
||||
dc=example,dc=com
|
||||
cn=James*
|
||||
Loading…
Reference in a new issue