We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1dc946 commit b08bf42Copy full SHA for b08bf42
google-cloud-clients/google-cloud-logging/src/test/java/com/google/cloud/logging/BaseSystemTest.java
@@ -229,6 +229,7 @@ public void testWriteAndListLogEntries() throws InterruptedException {
229
.build();
230
logging().write(ImmutableList.of(firstEntry));
231
logging().write(ImmutableList.of(secondEntry));
232
+ logging().flush();
233
String filter = createEqualityFilter("logName", logName);
234
EntryListOption[] options = {EntryListOption.filter(filter), EntryListOption.pageSize(1)};
235
Page<LogEntry> page = logging().listLogEntries(options);
0 commit comments