Ashlee Dudek has been in the events industry for over 8 years. Ashlee started their career in 2013 at detail planners as a Project Coordinator, and was later promoted to Manager, Event Technology and then Executive Director, Event Technology. In 2021, they joined Cadence - The Event Experience Platform as Manager, Customer Success.
/*
* Copyright (c) 2010-2015 Pivotal Software, Inc. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you
* may not use this file except in compliance with the License. You
* may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
* implied. See the License for the specific language governing
* permissions and limitations under the License. See accompanying
* LICENSE file.
*/
package com.gemstone.gemfire.internal.cache.wan.serial;
import com.gemstone.gemfire.internal.cache.wan.WANTestBase;
import com.gemstone.gemfire.test.dunit.AsyncInvocation;
public class SerialWANPropogationDUnitTest extends WANTestBase {
private static final long serialVersionUID = 1L;
public SerialWANPropogationDUnitTest(String name) {
super(name);
}
public void setUp() throws Exception {
super.setUp();
}
/**
* Normal happy scenario test case
*
*/
public void testSerialPropogation() {
Integer lnPort = (Integer)vm0.invoke(WANTestBase.class,
"createFirstLocatorWithDSId", new Object[] { 1 });
Integer nyPort = (Integer)vm1.invoke(WANTestBase.class,
"createFirstRemoteLocator", new Object[] { 2, lnPort });
vm2.invoke(WANTestBase.class, "createReceiver", new Object[] { nyPort });
vm3.invoke(WANTestBase.class, "createReceiver", new Object[] { nyPort });
vm4.invoke(WANTestBase.class, "createCache", new Object[] { lnPort });
vm5.invoke(
Sign up to view 0 direct reports
Get started