Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(190)

Side by Side Diff: .status

Issue 695533003: Increase delay when after eventually consistent operations in datastore/storage (Closed) Base URL: git@github.com:dart-lang/gcloud.git@master
Patch Set: Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | test/common_e2e.dart » ('j') | test/common_e2e.dart » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 */packages/*: Skip 1 */packages/*: Skip
2 */*/packages/*: Skip 2 */*/packages/*: Skip
3 */*/*/packages/*: Skip 3 */*/*/packages/*: Skip
4 4
5 # This test is slow because 5 # This test is slow because
6 # - eventual consistency forces us to put in sleep()s 6 # - eventual consistency forces us to put in sleep()s
7 # - it does e2e testing 7 # - it does e2e testing
8 # - it combines several tests to avoid concurrent tests touching the same data 8 # - it combines several tests to avoid concurrent tests touching the same data
9 build/test/db_all_e2e_test: Slow, Pass 9 build/test/db_all_e2e_test: Slow, Pass
10 test/db_all_e2e_test: Slow, Pass 10 test/db_all_e2e_test: Slow, Pass
11 11
12 [ $browser ] 12 [ $browser ]
13 build/test/storage/e2e_test: Skip 13 build/test/storage/e2e_test: Skip
14 test/storage/e2e_test: Skip 14 test/storage/e2e_test: Skip
15 15
16 build/test/db_all_e2e_test: Skip 16 build/test/db_all_e2e_test: Skip
17 test/db_all_e2e_test: Skip 17 test/db_all_e2e_test: Skip
18 18
19 # Imports common_e2e.dart, which uses dart:io
20 build/test/storage/storage_test: Skip
21 test/storage/storage_test: Skip
22
19 [ $compiler == dart2js ] 23 [ $compiler == dart2js ]
20 *: Skip 24 *: Skip
OLDNEW
« no previous file with comments | « no previous file | test/common_e2e.dart » ('j') | test/common_e2e.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698