Skip to content

Commit b42b513

Browse files
authored
test: update datastore emulator version to fix flakiness (#1288)
1 parent 1849e0b commit b42b513

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

google-cloud-datastore/src/main/java/com/google/cloud/datastore/testing/LocalDatastoreHelper.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,12 @@ public class LocalDatastoreHelper extends BaseEmulatorHelper<DatastoreOptions> {
5757
private static final String GCLOUD_CMD_TEXT = "gcloud beta emulators datastore start";
5858
private static final String GCLOUD_CMD_PORT_FLAG = "--host-port=";
5959
private static final String VERSION_PREFIX = "cloud-datastore-emulator ";
60-
private static final String MIN_VERSION = "1.2.0";
60+
private static final String MIN_VERSION = "2.0.2";
6161

6262
// Downloadable emulator settings
6363
private static final String BIN_NAME = "cloud-datastore-emulator/cloud_datastore_emulator";
6464
private static final String FILENAME = "cloud-datastore-emulator-" + MIN_VERSION + ".zip";
65-
private static final String MD5_CHECKSUM = "ec2237a0f0ac54964c6bd95e12c73720";
65+
private static final String MD5_CHECKSUM = "e0d1170519cf52e2e5f9f93892cdf70c";
6666
private static final String BIN_CMD_PORT_FLAG = "--port=";
6767
private static final URL EMULATOR_URL;
6868
private static final String EMULATOR_URL_ENV_VAR = "DATASTORE_EMULATOR_URL";

0 commit comments

Comments
 (0)