You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* chore: fix appengine.libraries unit test
* add logger ID for concurrency debugging
* add inter-file-change grace period to prevent flakiness
* explain what the logger uuid is for
Copy file name to clipboardExpand all lines: plugins/com.google.cloud.tools.eclipse.appengine.libraries.test/src/com/google/cloud/tools/eclipse/appengine/libraries/model/CloudLibrariesInPluginXmlTest.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -168,7 +168,7 @@ public void testObjectifyLibraryConfig() throws URISyntaxException {
Copy file name to clipboardExpand all lines: plugins/com.google.cloud.tools.eclipse.googleapis.test/src/com/google/cloud/tools/eclipse/googleapis/internal/DefaultAccountProviderTest.java
+20-6Lines changed: 20 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -32,6 +32,8 @@
32
32
importjava.util.Optional;
33
33
importjava.util.logging.Logger;
34
34
importjava.util.stream.Collectors;
35
+
importjava.util.UUID;
36
+
importorg.junit.After;
35
37
importorg.junit.Before;
36
38
importorg.junit.Rule;
37
39
importorg.junit.Test;
@@ -58,13 +60,18 @@ public class DefaultAccountProviderTest {
0 commit comments