Skip to content

Commit

Permalink
Enabled Bounded Staleness and Consistent Prefix Fast tests (#8492)
Browse files Browse the repository at this point in the history
  • Loading branch information
kushagraThapar authored Feb 26, 2020
1 parent 6e86eb6 commit 1c8d0cb
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions sdk/cosmos/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,20 @@ jobs:
AdditionalArgs: '-DargLine="-DACCOUNT_CONSISTENCY=Strong"'
PROTOCOLS: '["Tcp"]'
DESIRED_CONSISTENCIES: '["Strong", "Session"]'
Bounded_Staleness_Tcp_Fast:
DisplayName: Bounded Staleness TCP Fast
OSVmImage: 'ubuntu-18.04'
ProfileFlag: '-Pfast'
AdditionalArgs: '-DargLine="-DACCOUNT_CONSISTENCY=Strong"'
PROTOCOLS: '["Tcp"]'
DESIRED_CONSISTENCIES: '["BoundedStaleness"]'
Consistent_Prefix_Tcp_Fast:
DisplayName: Consistent Prefix TCP Fast
OSVmImage: 'ubuntu-18.04'
ProfileFlag: '-Pfast'
AdditionalArgs: '-DargLine="-DACCOUNT_CONSISTENCY=Strong"'
PROTOCOLS: '["Tcp"]'
DESIRED_CONSISTENCIES: '["ConsistentPrefix"]'
# 08m 53s, expect passed
Strong_Tcp_Direct:
DisplayName: Strong TCP Direct
Expand Down Expand Up @@ -212,6 +226,20 @@ jobs:
AdditionalArgs: '-DargLine="-DACCOUNT_CONSISTENCY=Strong"'
PROTOCOLS: '["Https"]'
DESIRED_CONSISTENCIES: '["Strong", "Session"]'
Bounded_Staleness_Https_Fast:
DisplayName: Bounded Staleness HTTP Fast
OSVmImage: 'ubuntu-18.04'
ProfileFlag: '-Pfast'
AdditionalArgs: '-DargLine="-DACCOUNT_CONSISTENCY=Strong"'
PROTOCOLS: '["Https"]'
DESIRED_CONSISTENCIES: '["BoundedStaleness"]'
Consistent_Prefix_Https_Fast:
DisplayName: Consistent Prefix HTTP Fast
OSVmImage: 'ubuntu-18.04'
ProfileFlag: '-Pfast'
AdditionalArgs: '-DargLine="-DACCOUNT_CONSISTENCY=Strong"'
PROTOCOLS: '["Https"]'
DESIRED_CONSISTENCIES: '["ConsistentPrefix"]'
# 08m 50s, expect passed
Strong_Https_Direct:
DisplayName: Strong HTTP Direct
Expand Down

0 comments on commit 1c8d0cb

Please sign in to comment.