Skip to content

Commit

Permalink
add api tests (#16432)
Browse files Browse the repository at this point in the history
  • Loading branch information
dothebart committed Jun 21, 2022
1 parent cfa4357 commit eba729b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test-definitions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ permissions weight=500 single
recovery weight=2000 buckets=4 single
version single

shell_api weight=500 single suffix=http -- $EncryptionAtRest
shell_api weight=500 single suffix=https -- $EncryptionAtRest --protocol ssl
# Shell client tests Single Server
shell_client weight=500 single suffix=http -- $EncryptionAtRest
shell_client weight=500 single suffix=http2 -- --http2 true
Expand Down Expand Up @@ -93,12 +95,10 @@ importing -- --dumpAgencyOnError true
hot_backup !windows -- --dumpAgencyOnError true


http_server weight=750 -- --dumpAgencyOnError true
server_http -- --dumpAgencyOnError true
server_parameters weight=1000 -- --dumpAgencyOnError true
server_permissions weight=1000 -- --dumpAgencyOnError true
server_secrets weight=500 -- --dumpAgencyOnError true
ssl_server weight=1000 -- --dumpAgencyOnError true

# Dump Tests
dump -- --dumpAgencyOnError true
Expand Down

0 comments on commit eba729b

Please sign in to comment.