Skip to content

Instantly share code, notes, and snippets.

@Kalaiselvi84
Created January 30, 2024 03:39
Show Gist options
  • Save Kalaiselvi84/4196d647e4c069bbe3b1237e8033ca66 to your computer and use it in GitHub Desktop.
Save Kalaiselvi84/4196d647e4c069bbe3b1237e8033ca66 to your computer and use it in GitHub Desktop.
test/e2e: TestCounters, TestLists, TestFleetAggregatedListStatus, TestFleetAggregatedCounterStatus, TestListAutoscalerWithSDKMethods
agones/test/e2e$ FEATURE_GATES="CountsAndLists=true" go test -race -run ^TestCounters$
WARN[2024-01-30 03:10:56.738] Error creating inClusterConfig, trying to build config from flagsunable to load in-cluster configuration, KUBERNETES_SERVICE_HOST and KUBERNETES_SERVICE_PORT must be defined error="unable to load in-cluster configuration, KUBERNETES_SERVICE_HOST and KUBERNETES_SERVICE_PORT must be defined" source=framework
INFO[2024-01-30 03:10:56.748] Starting e2e test(s) cloudProduct=generic featureGates="CountsAndLists=true&DisableResyncOnSDKServer=false&Example=false&FleetAllocationOverflow=true&GKEAutopilotExtendedDurationPods=false&PlayerAllocationFilter=false&PlayerTracking=false" gameServerImage="us-docker.pkg.dev/agones-mangalpalli/examples/simple-game-server:0.26" namespace= perfOutputDir= pullSecret= stressTestLevel=0 version=
INFO[2024-01-30 03:10:57.917] Custom namespace is set: 1706584257
INFO[2024-01-30 03:10:57.952] Namespace 1706584257 is created
INFO[2024-01-30 03:10:57.983] ServiceAccount 1706584257/agones-sdk is created
INFO[2024-01-30 03:10:58.035] RoleBinding 1706584257/agones-sdk-access is created
INFO[2024-01-30 03:10:58.126] GameServer created, waiting for Ready gs=game-serverffj7w test=TestCounters
INFO[2024-01-30 03:10:58.160] Waiting for states to match awaitingState=Ready currentState=Creating gs=game-serverffj7w test=TestCounters
INFO[2024-01-30 03:10:58.170] Waiting for states to match awaitingState=Ready currentState=Creating gs=game-serverffj7w test=TestCounters
INFO[2024-01-30 03:10:59.179] Waiting for states to match awaitingState=Ready currentState=Scheduled gs=game-serverffj7w test=TestCounters
INFO[2024-01-30 03:11:00.178] Waiting for states to match awaitingState=Ready currentState=Scheduled gs=game-serverffj7w test=TestCounters
INFO[2024-01-30 03:11:01.179] Waiting for states to match awaitingState=Ready currentState=Scheduled gs=game-serverffj7w test=TestCounters
INFO[2024-01-30 03:11:02.181] Waiting for states to match awaitingState=Ready currentState=Scheduled gs=game-serverffj7w test=TestCounters
INFO[2024-01-30 03:11:03.178] Waiting for states to match awaitingState=Ready currentState=Scheduled gs=game-serverffj7w test=TestCounters
INFO[2024-01-30 03:11:04.180] Waiting for states to match awaitingState=Ready currentState=Scheduled gs=game-serverffj7w test=TestCounters
INFO[2024-01-30 03:11:05.182] Waiting for states to match awaitingState=Ready currentState=Scheduled gs=game-serverffj7w test=TestCounters
INFO[2024-01-30 03:11:06.181] Waiting for states to match awaitingState=Ready currentState=Scheduled gs=game-serverffj7w test=TestCounters
INFO[2024-01-30 03:11:07.179] Waiting for states to match awaitingState=Ready currentState=Scheduled gs=game-serverffj7w test=TestCounters
INFO[2024-01-30 03:11:08.180] Waiting for states to match awaitingState=Ready currentState=Scheduled gs=game-serverffj7w test=TestCounters
INFO[2024-01-30 03:11:09.182] Waiting for states to match awaitingState=Ready currentState=Scheduled gs=game-serverffj7w test=TestCounters
INFO[2024-01-30 03:11:10.179] Waiting for states to match awaitingState=Ready currentState=Scheduled gs=game-serverffj7w test=TestCounters
INFO[2024-01-30 03:11:11.179] GameServer states match awaitingState=Ready currentState=Ready gs=game-serverffj7w test=TestCounters
INFO[2024-01-30 03:11:11.179] GameServer Ready gs=game-serverffj7w
INFO[2024-01-30 03:11:11.179] IncrementCounter fields.msg="INCREMENT_COUNTER foo 10"
INFO[2024-01-30 03:11:11.185] Sending GetCounterCount fields.msg="GET_COUNTER_COUNT foo"
INFO[2024-01-30 03:11:11.188] IncrementCounter Negative fields.msg="INCREMENT_COUNTER games -1"
INFO[2024-01-30 03:11:11.189] Sending GetCounterCount fields.msg="GET_COUNTER_COUNT games"
INFO[2024-01-30 03:11:11.206] SetCounterCapacity fields.msg="SET_COUNTER_CAPACITY qux 0"
INFO[2024-01-30 03:11:11.214] Sending GetCounterCapacity fields.msg="GET_COUNTER_CAPACITY qux"
INFO[2024-01-30 03:11:11.414] IncrementCounter Past Capacity fields.msg="INCREMENT_COUNTER games 50"
INFO[2024-01-30 03:11:11.515] Sending GetCounterCount fields.msg="GET_COUNTER_COUNT games"
INFO[2024-01-30 03:11:11.517] DecrementCounter Past Capacity fields.msg="DECREMENT_COUNTER games 2"
INFO[2024-01-30 03:11:11.519] Sending GetCounterCount fields.msg="GET_COUNTER_COUNT games"
INFO[2024-01-30 03:11:11.522] DecrementCounter Negative fields.msg="DECREMENT_COUNTER games -1"
INFO[2024-01-30 03:11:11.523] Sending GetCounterCount fields.msg="GET_COUNTER_COUNT games"
INFO[2024-01-30 03:11:11.614] SetCounterCapacity Past Zero fields.msg="SET_COUNTER_CAPACITY games -42"
INFO[2024-01-30 03:11:11.616] Sending GetCounterCount fields.msg="GET_COUNTER_COUNT games"
INFO[2024-01-30 03:11:11.618] IncrementCounter Counter Does Not Exist fields.msg="INCREMENT_COUNTER same 1"
INFO[2024-01-30 03:11:11.621] DecrementCounter Counter Does Not Exist fields.msg="DECREMENT_COUNTER lame 1"
INFO[2024-01-30 03:11:11.623] SetCounterCount Past Zero fields.msg="SET_COUNTER_COUNT games -1"
INFO[2024-01-30 03:11:11.715] Sending GetCounterCount fields.msg="GET_COUNTER_COUNT games"
INFO[2024-01-30 03:11:11.718] SetCounterCount Past Capacity fields.msg="SET_COUNTER_COUNT games 51"
INFO[2024-01-30 03:11:11.721] Sending GetCounterCount fields.msg="GET_COUNTER_COUNT games"
INFO[2024-01-30 03:11:11.723] GetCounterCapacity fields.msg="GET_COUNTER_CAPACITY games"
INFO[2024-01-30 03:11:11.726] GetCounterCapacity Counter Does Not Exist fields.msg="GET_COUNTER_CAPACITY dame"
INFO[2024-01-30 03:11:11.728] GetCounterCount fields.msg="GET_COUNTER_COUNT games"
INFO[2024-01-30 03:11:11.815] GetCounterCount Counter Does Not Exist fields.msg="GET_COUNTER_COUNT fame"
INFO[2024-01-30 03:11:11.817] DecrementCounter fields.msg="DECREMENT_COUNTER bar 10"
INFO[2024-01-30 03:11:11.819] Sending GetCounterCount fields.msg="GET_COUNTER_COUNT bar"
INFO[2024-01-30 03:11:11.822] SetCounterCount fields.msg="SET_COUNTER_COUNT baz 0"
INFO[2024-01-30 03:11:11.824] Sending GetCounterCount fields.msg="GET_COUNTER_COUNT baz"
PASS
INFO[2024-01-30 03:11:12.129] Namespace 1706584257 is deleted
ok agones.dev/agones/test/e2e 16.787s
agones/test/e2e$ FEATURE_GATES="CountsAndLists=true" go test -race -run ^TestLists$
WARN[2024-01-30 03:11:22.114] Error creating inClusterConfig, trying to build config from flagsunable to load in-cluster configuration, KUBERNETES_SERVICE_HOST and KUBERNETES_SERVICE_PORT must be defined error="unable to load in-cluster configuration, KUBERNETES_SERVICE_HOST and KUBERNETES_SERVICE_PORT must be defined" source=framework
INFO[2024-01-30 03:11:22.124] Starting e2e test(s) cloudProduct=generic featureGates="CountsAndLists=true&DisableResyncOnSDKServer=false&Example=false&FleetAllocationOverflow=true&GKEAutopilotExtendedDurationPods=false&PlayerAllocationFilter=false&PlayerTracking=false" gameServerImage="us-docker.pkg.dev/agones-mangalpalli/examples/simple-game-server:0.26" namespace= perfOutputDir= pullSecret= stressTestLevel=0 version=
INFO[2024-01-30 03:11:22.334] Namespace 1706584257 is deleted
INFO[2024-01-30 03:11:22.334] Custom namespace is set: 1706584282
INFO[2024-01-30 03:11:22.376] Namespace 1706584282 is created
INFO[2024-01-30 03:11:22.408] ServiceAccount 1706584282/agones-sdk is created
INFO[2024-01-30 03:11:22.472] RoleBinding 1706584282/agones-sdk-access is created
INFO[2024-01-30 03:11:22.561] GameServer created, waiting for Ready gs=game-server4csc7 test=TestLists
INFO[2024-01-30 03:11:22.593] Waiting for states to match awaitingState=Ready currentState=PortAllocation gs=game-server4csc7 test=TestLists
INFO[2024-01-30 03:11:22.603] Waiting for states to match awaitingState=Ready currentState=Creating gs=game-server4csc7 test=TestLists
INFO[2024-01-30 03:11:23.615] Waiting for states to match awaitingState=Ready currentState=Scheduled gs=game-server4csc7 test=TestLists
INFO[2024-01-30 03:11:24.612] Waiting for states to match awaitingState=Ready currentState=Scheduled gs=game-server4csc7 test=TestLists
INFO[2024-01-30 03:11:25.619] Waiting for states to match awaitingState=Ready currentState=Scheduled gs=game-server4csc7 test=TestLists
INFO[2024-01-30 03:11:26.613] Waiting for states to match awaitingState=Ready currentState=Scheduled gs=game-server4csc7 test=TestLists
INFO[2024-01-30 03:11:27.614] Waiting for states to match awaitingState=Ready currentState=Scheduled gs=game-server4csc7 test=TestLists
INFO[2024-01-30 03:11:28.615] Waiting for states to match awaitingState=Ready currentState=Scheduled gs=game-server4csc7 test=TestLists
INFO[2024-01-30 03:11:29.614] Waiting for states to match awaitingState=Ready currentState=Scheduled gs=game-server4csc7 test=TestLists
INFO[2024-01-30 03:11:30.613] GameServer states match awaitingState=Ready currentState=Ready gs=game-server4csc7 test=TestLists
INFO[2024-01-30 03:11:30.613] GameServer Ready gs=game-server4csc7
INFO[2024-01-30 03:11:30.615] ListContains false fields.msg="LIST_CONTAINS games game0"
INFO[2024-01-30 03:11:30.622] SetListCapacity fields.msg="SET_LIST_CAPACITY foo 1000"
INFO[2024-01-30 03:11:30.625] Sending GetListCapacity fields.msg="GET_LIST_CAPACITY foo"
INFO[2024-01-30 03:11:30.699] AppendListValue fields.msg="APPEND_LIST_VALUE bar bar3"
INFO[2024-01-30 03:11:30.800] Sending GetListLength fields.msg="GET_LIST_LENGTH bar"
INFO[2024-01-30 03:11:30.803] DeleteListValue value does not exist fields.msg="DELETE_LIST_VALUE games game4"
INFO[2024-01-30 03:11:30.806] Sending GetListLength fields.msg="GET_LIST_LENGTH games"
INFO[2024-01-30 03:11:30.900] SetListCapacity past 1000 fields.msg="SET_LIST_CAPACITY games 1001"
INFO[2024-01-30 03:11:30.999] Sending GetListCapacity fields.msg="GET_LIST_CAPACITY games"
INFO[2024-01-30 03:11:31.099] SetListCapacity negative fields.msg="SET_LIST_CAPACITY games -1"
INFO[2024-01-30 03:11:31.102] Sending GetListCapacity fields.msg="GET_LIST_CAPACITY games"
INFO[2024-01-30 03:11:31.105] ListContains fields.msg="LIST_CONTAINS games game2"
INFO[2024-01-30 03:11:31.108] AppendListValue past capacity fields.msg="APPEND_LIST_VALUE baz baz2"
INFO[2024-01-30 03:11:31.199] Sending GetListLength fields.msg="GET_LIST_LENGTH baz"
INFO[2024-01-30 03:11:31.202] DeleteListValue fields.msg="DELETE_LIST_VALUE qux qux3"
INFO[2024-01-30 03:11:31.205] Sending GetListLength fields.msg="GET_LIST_LENGTH qux"
INFO[2024-01-30 03:11:31.207] GetListCapacity fields.msg="GET_LIST_CAPACITY games"
INFO[2024-01-30 03:11:31.298] GetListLength fields.msg="GET_LIST_LENGTH games"
INFO[2024-01-30 03:11:31.399] GetListValues fields.msg="GET_LIST_VALUES games"
INFO[2024-01-30 03:11:31.402] GetListValues empty fields.msg="GET_LIST_VALUES foo"
PASS
INFO[2024-01-30 03:11:31.521] Namespace 1706584282 is deleted
ok agones.dev/agones/test/e2e 10.805s
agones/test/e2e$ FEATURE_GATES="CountsAndLists=true" go test -race -run ^TestFleetAggregatedListStatus$
WARN[2024-01-30 03:12:36.171] Error creating inClusterConfig, trying to build config from flagsunable to load in-cluster configuration, KUBERNETES_SERVICE_HOST and KUBERNETES_SERVICE_PORT must be defined error="unable to load in-cluster configuration, KUBERNETES_SERVICE_HOST and KUBERNETES_SERVICE_PORT must be defined" source=framework
INFO[2024-01-30 03:12:36.182] Starting e2e test(s) cloudProduct=generic featureGates="CountsAndLists=true&DisableResyncOnSDKServer=false&Example=false&FleetAllocationOverflow=true&GKEAutopilotExtendedDurationPods=false&PlayerAllocationFilter=false&PlayerTracking=false" gameServerImage="us-docker.pkg.dev/agones-mangalpalli/examples/simple-game-server:0.26" namespace= perfOutputDir= pullSecret= stressTestLevel=0 version=
INFO[2024-01-30 03:12:36.226] Custom namespace is set: 1706584356
INFO[2024-01-30 03:12:36.246] Namespace 1706584356 is created
INFO[2024-01-30 03:12:36.277] ServiceAccount 1706584356/agones-sdk is created
INFO[2024-01-30 03:12:36.333] RoleBinding 1706584356/agones-sdk-access is created
INFO[2024-01-30 03:12:36.413] waiting for fleet condition fleet=simple-fleet-1.0skr6z test=TestFleetAggregatedListStatus
INFO[2024-01-30 03:12:36.445] Checking Fleet Ready replicas expected=3 fleet=simple-fleet-1.0skr6z fleetStatus="{Replicas:0 ReadyReplicas:0 ReservedReplicas:0 AllocatedReplicas:0 Players:<nil> Counters:map[] Lists:map[]}" test=TestFleetAggregatedListStatus
INFO[2024-01-30 03:12:36.453] Checking Fleet Ready replicas expected=3 fleet=simple-fleet-1.0skr6z fleetStatus="{Replicas:0 ReadyReplicas:0 ReservedReplicas:0 AllocatedReplicas:0 Players:<nil> Counters:map[] Lists:map[]}" test=TestFleetAggregatedListStatus
INFO[2024-01-30 03:12:38.464] Checking Fleet Ready replicas expected=3 fleet=simple-fleet-1.0skr6z fleetStatus="{Replicas:3 ReadyReplicas:0 ReservedReplicas:0 AllocatedReplicas:0 Players:0xc00060e840 Counters:map[] Lists:map[gamers:{AllocatedCount:0 AllocatedCapacity:0 Count:6 Capacity:30}]}" test=TestFleetAggregatedListStatus
INFO[2024-01-30 03:12:40.462] Checking Fleet Ready replicas expected=3 fleet=simple-fleet-1.0skr6z fleetStatus="{Replicas:3 ReadyReplicas:0 ReservedReplicas:0 AllocatedReplicas:0 Players:0xc00060f110 Counters:map[] Lists:map[gamers:{AllocatedCount:0 AllocatedCapacity:0 Count:6 Capacity:30}]}" test=TestFleetAggregatedListStatus
INFO[2024-01-30 03:12:42.463] Checking Fleet Ready replicas expected=3 fleet=simple-fleet-1.0skr6z fleetStatus="{Replicas:3 ReadyReplicas:1 ReservedReplicas:0 AllocatedReplicas:0 Players:0xc00060f650 Counters:map[] Lists:map[gamers:{AllocatedCount:0 AllocatedCapacity:0 Count:6 Capacity:30}]}" test=TestFleetAggregatedListStatus
INFO[2024-01-30 03:12:44.462] Checking Fleet Ready replicas expected=3 fleet=simple-fleet-1.0skr6z fleetStatus="{Replicas:3 ReadyReplicas:2 ReservedReplicas:0 AllocatedReplicas:0 Players:0xc00069dc90 Counters:map[] Lists:map[gamers:{AllocatedCount:0 AllocatedCapacity:0 Count:6 Capacity:30}]}" test=TestFleetAggregatedListStatus
INFO[2024-01-30 03:12:46.467] Checking Fleet Ready replicas expected=3 fleet=simple-fleet-1.0skr6z fleetStatus="{Replicas:3 ReadyReplicas:2 ReservedReplicas:0 AllocatedReplicas:0 Players:0xc0006e81c0 Counters:map[] Lists:map[gamers:{AllocatedCount:0 AllocatedCapacity:0 Count:6 Capacity:30}]}" test=TestFleetAggregatedListStatus
INFO[2024-01-30 03:12:48.462] Checking Fleet Ready replicas expected=3 fleet=simple-fleet-1.0skr6z fleetStatus="{Replicas:3 ReadyReplicas:3 ReservedReplicas:0 AllocatedReplicas:0 Players:0xc000702380 Counters:map[] Lists:map[gamers:{AllocatedCount:0 AllocatedCapacity:0 Count:6 Capacity:30}]}" test=TestFleetAggregatedListStatus
INFO[2024-01-30 03:12:49.077] waiting for fleet condition fleet=simple-fleet-1.0skr6z test=TestFleetAggregatedListStatus
INFO[2024-01-30 03:12:51.107] waiting for fleet condition fleet=simple-fleet-1.0skr6z test=TestFleetAggregatedListStatus
INFO[2024-01-30 03:12:51.116] Checking Count and Capacity fleet=simple-fleet-1.0skr6z status="{3 1 0 2 0xc00080a410 map[] map[gamers:{4 20 6 30}]}" test=TestFleetAggregatedListStatus
INFO[2024-01-30 03:12:51.335] waiting for fleet condition fleet=simple-fleet-1.0skr6z test=TestFleetAggregatedListStatus
INFO[2024-01-30 03:12:51.345] Checking Aggregated Count and Capacity fleet=simple-fleet-1.0skr6z status="{3 1 0 2 0xc00080a4d0 map[] map[gamers:{4 20 6 30}]}" test=TestFleetAggregatedListStatus
INFO[2024-01-30 03:12:51.356] Checking Aggregated Count and Capacity fleet=simple-fleet-1.0skr6z status="{3 1 0 2 0xc000789840 map[] map[gamers:{4 20 6 30}]}" test=TestFleetAggregatedListStatus
INFO[2024-01-30 03:12:53.364] Checking Aggregated Count and Capacity fleet=simple-fleet-1.0skr6z status="{3 1 0 2 0xc000789cc0 map[] map[gamers:{10 132 13 146}]}" test=TestFleetAggregatedListStatus
PASS
INFO[2024-01-30 03:12:53.472] Namespace 1706584356 is deleted
ok agones.dev/agones/test/e2e 18.705s
agones/test/e2e$ FEATURE_GATES="CountsAndLists=true" go test -race -run ^TestFleetAggregatedCounterStatus$
WARN[2024-01-30 03:13:47.430] Error creating inClusterConfig, trying to build config from flagsunable to load in-cluster configuration, KUBERNETES_SERVICE_HOST and KUBERNETES_SERVICE_PORT must be defined error="unable to load in-cluster configuration, KUBERNETES_SERVICE_HOST and KUBERNETES_SERVICE_PORT must be defined" source=framework
INFO[2024-01-30 03:13:47.441] Starting e2e test(s) cloudProduct=generic featureGates="CountsAndLists=true&DisableResyncOnSDKServer=false&Example=false&FleetAllocationOverflow=true&GKEAutopilotExtendedDurationPods=false&PlayerAllocationFilter=false&PlayerTracking=false" gameServerImage="us-docker.pkg.dev/agones-mangalpalli/examples/simple-game-server:0.26" namespace= perfOutputDir= pullSecret= stressTestLevel=0 version=
INFO[2024-01-30 03:13:47.539] Custom namespace is set: 1706584427
INFO[2024-01-30 03:13:47.576] Namespace 1706584427 is created
INFO[2024-01-30 03:13:47.610] ServiceAccount 1706584427/agones-sdk is created
INFO[2024-01-30 03:13:47.665] RoleBinding 1706584427/agones-sdk-access is created
INFO[2024-01-30 03:13:47.757] waiting for fleet condition fleet=simple-fleet-1.088mvd test=TestFleetAggregatedCounterStatus
INFO[2024-01-30 03:13:47.799] Checking Fleet Ready replicas expected=3 fleet=simple-fleet-1.088mvd fleetStatus="{Replicas:0 ReadyReplicas:0 ReservedReplicas:0 AllocatedReplicas:0 Players:<nil> Counters:map[] Lists:map[]}" test=TestFleetAggregatedCounterStatus
INFO[2024-01-30 03:13:47.806] Checking Fleet Ready replicas expected=3 fleet=simple-fleet-1.088mvd fleetStatus="{Replicas:0 ReadyReplicas:0 ReservedReplicas:0 AllocatedReplicas:0 Players:<nil> Counters:map[] Lists:map[]}" test=TestFleetAggregatedCounterStatus
INFO[2024-01-30 03:13:49.816] Checking Fleet Ready replicas expected=3 fleet=simple-fleet-1.088mvd fleetStatus="{Replicas:3 ReadyReplicas:0 ReservedReplicas:0 AllocatedReplicas:0 Players:0xc00067c9a0 Counters:map[games:{AllocatedCount:0 AllocatedCapacity:0 Count:3 Capacity:30}] Lists:map[]}" test=TestFleetAggregatedCounterStatus
INFO[2024-01-30 03:13:51.816] Checking Fleet Ready replicas expected=3 fleet=simple-fleet-1.088mvd fleetStatus="{Replicas:3 ReadyReplicas:0 ReservedReplicas:0 AllocatedReplicas:0 Players:0xc00067d3e0 Counters:map[games:{AllocatedCount:0 AllocatedCapacity:0 Count:3 Capacity:30}] Lists:map[]}" test=TestFleetAggregatedCounterStatus
INFO[2024-01-30 03:13:53.815] Checking Fleet Ready replicas expected=3 fleet=simple-fleet-1.088mvd fleetStatus="{Replicas:3 ReadyReplicas:0 ReservedReplicas:0 AllocatedReplicas:0 Players:0xc00067db10 Counters:map[games:{AllocatedCount:0 AllocatedCapacity:0 Count:3 Capacity:30}] Lists:map[]}" test=TestFleetAggregatedCounterStatus
INFO[2024-01-30 03:13:55.817] Checking Fleet Ready replicas expected=3 fleet=simple-fleet-1.088mvd fleetStatus="{Replicas:3 ReadyReplicas:1 ReservedReplicas:0 AllocatedReplicas:0 Players:0xc0007da6c0 Counters:map[games:{AllocatedCount:0 AllocatedCapacity:0 Count:3 Capacity:30}] Lists:map[]}" test=TestFleetAggregatedCounterStatus
INFO[2024-01-30 03:13:57.815] Checking Fleet Ready replicas expected=3 fleet=simple-fleet-1.088mvd fleetStatus="{Replicas:3 ReadyReplicas:3 ReservedReplicas:0 AllocatedReplicas:0 Players:0xc000836040 Counters:map[games:{AllocatedCount:0 AllocatedCapacity:0 Count:3 Capacity:30}] Lists:map[]}" test=TestFleetAggregatedCounterStatus
INFO[2024-01-30 03:13:58.675] waiting for fleet condition fleet=simple-fleet-1.088mvd test=TestFleetAggregatedCounterStatus
INFO[2024-01-30 03:14:00.702] waiting for fleet condition fleet=simple-fleet-1.088mvd test=TestFleetAggregatedCounterStatus
INFO[2024-01-30 03:14:00.709] Checking Count and Capacity fleet=simple-fleet-1.088mvd status="{3 1 0 2 0xc000836610 map[games:{2 20 3 30}] map[]}" test=TestFleetAggregatedCounterStatus
INFO[2024-01-30 03:14:00.894] waiting for fleet condition fleet=simple-fleet-1.088mvd test=TestFleetAggregatedCounterStatus
INFO[2024-01-30 03:14:00.905] Checking Aggregated Count and Capacity fleet=simple-fleet-1.088mvd status="{3 1 0 2 0xc0007ffc90 map[games:{2 20 3 30}] map[]}" test=TestFleetAggregatedCounterStatus
INFO[2024-01-30 03:14:00.914] Checking Aggregated Count and Capacity fleet=simple-fleet-1.088mvd status="{3 1 0 2 0xc0005b80f0 map[games:{2 20 3 30}] map[]}" test=TestFleetAggregatedCounterStatus
INFO[2024-01-30 03:14:02.923] Checking Aggregated Count and Capacity fleet=simple-fleet-1.088mvd status="{3 1 0 2 0xc000798d60 map[games:{13 164 19 197}] map[]}" test=TestFleetAggregatedCounterStatus
PASS
INFO[2024-01-30 03:14:03.056] Namespace 1706584427 is deleted
ok agones.dev/agones/test/e2e 17.029s
agones/test/e2e$ FEATURE_GATES="CountsAndLists=true" go test -race -run ^TestListAutoscalerWithSDKMethods$
WARN[2024-01-30 03:14:42.612] Error creating inClusterConfig, trying to build config from flagsunable to load in-cluster configuration, KUBERNETES_SERVICE_HOST and KUBERNETES_SERVICE_PORT must be defined error="unable to load in-cluster configuration, KUBERNETES_SERVICE_HOST and KUBERNETES_SERVICE_PORT must be defined" source=framework
INFO[2024-01-30 03:14:42.624] Starting e2e test(s) cloudProduct=generic featureGates="CountsAndLists=true&DisableResyncOnSDKServer=false&Example=false&FleetAllocationOverflow=true&GKEAutopilotExtendedDurationPods=false&PlayerAllocationFilter=false&PlayerTracking=false" gameServerImage="us-docker.pkg.dev/agones-mangalpalli/examples/simple-game-server:0.26" namespace= perfOutputDir= pullSecret= stressTestLevel=0 version=
INFO[2024-01-30 03:14:42.791] Namespace 1706584427 is deleted
INFO[2024-01-30 03:14:42.791] Custom namespace is set: 1706584482
INFO[2024-01-30 03:14:42.826] Namespace 1706584482 is created
INFO[2024-01-30 03:14:42.857] ServiceAccount 1706584482/agones-sdk is created
INFO[2024-01-30 03:14:42.912] RoleBinding 1706584482/agones-sdk-access is created
INFO[2024-01-30 03:14:42.977] waiting for fleet condition fleet=simple-fleet-1.0kwf8k test=TestListAutoscalerWithSDKMethods/Scale_Up_to_Buffer
INFO[2024-01-30 03:14:43.012] Checking Fleet Ready replicas expected=3 fleet=simple-fleet-1.0kwf8k fleetStatus="{Replicas:0 ReadyReplicas:0 ReservedReplicas:0 AllocatedReplicas:0 Players:<nil> Counters:map[] Lists:map[]}" test=TestListAutoscalerWithSDKMethods/Scale_Up_to_Buffer
INFO[2024-01-30 03:14:43.020] Checking Fleet Ready replicas expected=3 fleet=simple-fleet-1.0kwf8k fleetStatus="{Replicas:0 ReadyReplicas:0 ReservedReplicas:0 AllocatedReplicas:0 Players:<nil> Counters:map[] Lists:map[]}" test=TestListAutoscalerWithSDKMethods/Scale_Up_to_Buffer
INFO[2024-01-30 03:14:45.031] Checking Fleet Ready replicas expected=3 fleet=simple-fleet-1.0kwf8k fleetStatus="{Replicas:3 ReadyReplicas:0 ReservedReplicas:0 AllocatedReplicas:0 Players:0xc000288670 Counters:map[] Lists:map[sessions:{AllocatedCount:0 AllocatedCapacity:0 Count:6 Capacity:12}]}" test=TestListAutoscalerWithSDKMethods/Scale_Up_to_Buffer
INFO[2024-01-30 03:14:47.032] Checking Fleet Ready replicas expected=3 fleet=simple-fleet-1.0kwf8k fleetStatus="{Replicas:3 ReadyReplicas:0 ReservedReplicas:0 AllocatedReplicas:0 Players:0xc000289190 Counters:map[] Lists:map[sessions:{AllocatedCount:0 AllocatedCapacity:0 Count:6 Capacity:12}]}" test=TestListAutoscalerWithSDKMethods/Scale_Up_to_Buffer
INFO[2024-01-30 03:14:49.030] Checking Fleet Ready replicas expected=3 fleet=simple-fleet-1.0kwf8k fleetStatus="{Replicas:3 ReadyReplicas:1 ReservedReplicas:0 AllocatedReplicas:0 Players:0xc000289970 Counters:map[] Lists:map[sessions:{AllocatedCount:0 AllocatedCapacity:0 Count:6 Capacity:12}]}" test=TestListAutoscalerWithSDKMethods/Scale_Up_to_Buffer
INFO[2024-01-30 03:14:51.030] Checking Fleet Ready replicas expected=3 fleet=simple-fleet-1.0kwf8k fleetStatus="{Replicas:3 ReadyReplicas:2 ReservedReplicas:0 AllocatedReplicas:0 Players:0xc000524be0 Counters:map[] Lists:map[sessions:{AllocatedCount:0 AllocatedCapacity:0 Count:6 Capacity:12}]}" test=TestListAutoscalerWithSDKMethods/Scale_Up_to_Buffer
INFO[2024-01-30 03:14:53.031] Checking Fleet Ready replicas expected=3 fleet=simple-fleet-1.0kwf8k fleetStatus="{Replicas:3 ReadyReplicas:3 ReservedReplicas:0 AllocatedReplicas:0 Players:0xc0002c2590 Counters:map[] Lists:map[sessions:{AllocatedCount:0 AllocatedCapacity:0 Count:6 Capacity:12}]}" test=TestListAutoscalerWithSDKMethods/Scale_Up_to_Buffer
INFO[2024-01-30 03:14:53.075] waiting for fleet condition fleet=simple-fleet-1.0kwf8k test=TestListAutoscalerWithSDKMethods/Scale_Up_to_Buffer
INFO[2024-01-30 03:14:53.083] Checking Fleet Ready replicas expected=5 fleet=simple-fleet-1.0kwf8k fleetStatus="{Replicas:3 ReadyReplicas:3 ReservedReplicas:0 AllocatedReplicas:0 Players:0xc0003f8bd0 Counters:map[] Lists:map[sessions:{AllocatedCount:0 AllocatedCapacity:0 Count:6 Capacity:12}]}" test=TestListAutoscalerWithSDKMethods/Scale_Up_to_Buffer
INFO[2024-01-30 03:14:53.093] Checking Fleet Ready replicas expected=5 fleet=simple-fleet-1.0kwf8k fleetStatus="{Replicas:3 ReadyReplicas:3 ReservedReplicas:0 AllocatedReplicas:0 Players:0xc0003f9110 Counters:map[] Lists:map[sessions:{AllocatedCount:0 AllocatedCapacity:0 Count:6 Capacity:12}]}" test=TestListAutoscalerWithSDKMethods/Scale_Up_to_Buffer
INFO[2024-01-30 03:14:55.104] Checking Fleet Ready replicas expected=5 fleet=simple-fleet-1.0kwf8k fleetStatus="{Replicas:5 ReadyReplicas:3 ReservedReplicas:0 AllocatedReplicas:0 Players:0xc0003f96b0 Counters:map[] Lists:map[sessions:{AllocatedCount:0 AllocatedCapacity:0 Count:10 Capacity:20}]}" test=TestListAutoscalerWithSDKMethods/Scale_Up_to_Buffer
INFO[2024-01-30 03:14:57.103] Checking Fleet Ready replicas expected=5 fleet=simple-fleet-1.0kwf8k fleetStatus="{Replicas:5 ReadyReplicas:3 ReservedReplicas:0 AllocatedReplicas:0 Players:0xc00011c1a0 Counters:map[] Lists:map[sessions:{AllocatedCount:0 AllocatedCapacity:0 Count:10 Capacity:20}]}" test=TestListAutoscalerWithSDKMethods/Scale_Up_to_Buffer
INFO[2024-01-30 03:14:59.104] Checking Fleet Ready replicas expected=5 fleet=simple-fleet-1.0kwf8k fleetStatus="{Replicas:5 ReadyReplicas:3 ReservedReplicas:0 AllocatedReplicas:0 Players:0xc00011c720 Counters:map[] Lists:map[sessions:{AllocatedCount:0 AllocatedCapacity:0 Count:10 Capacity:20}]}" test=TestListAutoscalerWithSDKMethods/Scale_Up_to_Buffer
INFO[2024-01-30 03:15:01.103] Checking Fleet Ready replicas expected=5 fleet=simple-fleet-1.0kwf8k fleetStatus="{Replicas:5 ReadyReplicas:5 ReservedReplicas:0 AllocatedReplicas:0 Players:0xc000525540 Counters:map[] Lists:map[sessions:{AllocatedCount:0 AllocatedCapacity:0 Count:10 Capacity:20}]}" test=TestListAutoscalerWithSDKMethods/Scale_Up_to_Buffer
INFO[2024-01-30 03:15:01.166] Scale Up to Buffer fields.msg="APPEND_LIST_VALUE sessions session0"
INFO[2024-01-30 03:15:01.171] waiting for fleet condition fleet=simple-fleet-1.0kwf8k test=TestListAutoscalerWithSDKMethods/Scale_Up_to_Buffer
INFO[2024-01-30 03:15:01.182] Checking Fleet Ready replicas expected=6 fleet=simple-fleet-1.0kwf8k fleetStatus="{Replicas:5 ReadyReplicas:5 ReservedReplicas:0 AllocatedReplicas:0 Players:0xc00011cc80 Counters:map[] Lists:map[sessions:{AllocatedCount:0 AllocatedCapacity:0 Count:10 Capacity:20}]}" test=TestListAutoscalerWithSDKMethods/Scale_Up_to_Buffer
INFO[2024-01-30 03:15:01.192] Checking Fleet Ready replicas expected=6 fleet=simple-fleet-1.0kwf8k fleetStatus="{Replicas:5 ReadyReplicas:5 ReservedReplicas:0 AllocatedReplicas:0 Players:0xc0003f9c70 Counters:map[] Lists:map[sessions:{AllocatedCount:0 AllocatedCapacity:0 Count:10 Capacity:20}]}" test=TestListAutoscalerWithSDKMethods/Scale_Up_to_Buffer
INFO[2024-01-30 03:15:03.202] Checking Fleet Ready replicas expected=6 fleet=simple-fleet-1.0kwf8k fleetStatus="{Replicas:6 ReadyReplicas:5 ReservedReplicas:0 AllocatedReplicas:0 Players:0xc00011d200 Counters:map[] Lists:map[sessions:{AllocatedCount:0 AllocatedCapacity:0 Count:13 Capacity:24}]}" test=TestListAutoscalerWithSDKMethods/Scale_Up_to_Buffer
INFO[2024-01-30 03:15:05.203] Checking Fleet Ready replicas expected=6 fleet=simple-fleet-1.0kwf8k fleetStatus="{Replicas:6 ReadyReplicas:5 ReservedReplicas:0 AllocatedReplicas:0 Players:0xc00011d770 Counters:map[] Lists:map[sessions:{AllocatedCount:0 AllocatedCapacity:0 Count:13 Capacity:24}]}" test=TestListAutoscalerWithSDKMethods/Scale_Up_to_Buffer
INFO[2024-01-30 03:15:07.202] Checking Fleet Ready replicas expected=6 fleet=simple-fleet-1.0kwf8k fleetStatus="{Replicas:6 ReadyReplicas:5 ReservedReplicas:0 AllocatedReplicas:0 Players:0xc00011dcd0 Counters:map[] Lists:map[sessions:{AllocatedCount:0 AllocatedCapacity:0 Count:13 Capacity:24}]}" test=TestListAutoscalerWithSDKMethods/Scale_Up_to_Buffer
INFO[2024-01-30 03:15:09.201] Checking Fleet Ready replicas expected=6 fleet=simple-fleet-1.0kwf8k fleetStatus="{Replicas:6 ReadyReplicas:5 ReservedReplicas:0 AllocatedReplicas:0 Players:0xc0006f83f0 Counters:map[] Lists:map[sessions:{AllocatedCount:0 AllocatedCapacity:0 Count:13 Capacity:24}]}" test=TestListAutoscalerWithSDKMethods/Scale_Up_to_Buffer
INFO[2024-01-30 03:15:11.203] Checking Fleet Ready replicas expected=6 fleet=simple-fleet-1.0kwf8k fleetStatus="{Replicas:6 ReadyReplicas:5 ReservedReplicas:0 AllocatedReplicas:0 Players:0xc0005e69c0 Counters:map[] Lists:map[sessions:{AllocatedCount:0 AllocatedCapacity:0 Count:13 Capacity:24}]}" test=TestListAutoscalerWithSDKMethods/Scale_Up_to_Buffer
INFO[2024-01-30 03:15:13.206] Checking Fleet Ready replicas expected=6 fleet=simple-fleet-1.0kwf8k fleetStatus="{Replicas:6 ReadyReplicas:5 ReservedReplicas:0 AllocatedReplicas:0 Players:0xc0006f0930 Counters:map[] Lists:map[sessions:{AllocatedCount:0 AllocatedCapacity:0 Count:13 Capacity:24}]}" test=TestListAutoscalerWithSDKMethods/Scale_Up_to_Buffer
INFO[2024-01-30 03:15:15.204] Checking Fleet Ready replicas expected=6 fleet=simple-fleet-1.0kwf8k fleetStatus="{Replicas:6 ReadyReplicas:5 ReservedReplicas:0 AllocatedReplicas:0 Players:0xc0006f9170 Counters:map[] Lists:map[sessions:{AllocatedCount:0 AllocatedCapacity:0 Count:13 Capacity:24}]}" test=TestListAutoscalerWithSDKMethods/Scale_Up_to_Buffer
INFO[2024-01-30 03:15:17.202] Checking Fleet Ready replicas expected=6 fleet=simple-fleet-1.0kwf8k fleetStatus="{Replicas:6 ReadyReplicas:5 ReservedReplicas:0 AllocatedReplicas:0 Players:0xc0006f14f0 Counters:map[] Lists:map[sessions:{AllocatedCount:0 AllocatedCapacity:0 Count:13 Capacity:24}]}" test=TestListAutoscalerWithSDKMethods/Scale_Up_to_Buffer
INFO[2024-01-30 03:15:19.203] Checking Fleet Ready replicas expected=6 fleet=simple-fleet-1.0kwf8k fleetStatus="{Replicas:6 ReadyReplicas:5 ReservedReplicas:0 AllocatedReplicas:0 Players:0xc0005e71c0 Counters:map[] Lists:map[sessions:{AllocatedCount:0 AllocatedCapacity:0 Count:13 Capacity:24}]}" test=TestListAutoscalerWithSDKMethods/Scale_Up_to_Buffer
INFO[2024-01-30 03:15:21.202] Checking Fleet Ready replicas expected=6 fleet=simple-fleet-1.0kwf8k fleetStatus="{Replicas:6 ReadyReplicas:5 ReservedReplicas:0 AllocatedReplicas:0 Players:0xc0006f9de0 Counters:map[] Lists:map[sessions:{AllocatedCount:0 AllocatedCapacity:0 Count:13 Capacity:24}]}" test=TestListAutoscalerWithSDKMethods/Scale_Up_to_Buffer
INFO[2024-01-30 03:15:23.202] Checking Fleet Ready replicas expected=6 fleet=simple-fleet-1.0kwf8k fleetStatus="{Replicas:6 ReadyReplicas:5 ReservedReplicas:0 AllocatedReplicas:0 Players:0xc0005e7c40 Counters:map[] Lists:map[sessions:{AllocatedCount:0 AllocatedCapacity:0 Count:13 Capacity:24}]}" test=TestListAutoscalerWithSDKMethods/Scale_Up_to_Buffer
INFO[2024-01-30 03:15:25.202] Checking Fleet Ready replicas expected=6 fleet=simple-fleet-1.0kwf8k fleetStatus="{Replicas:6 ReadyReplicas:5 ReservedReplicas:0 AllocatedReplicas:0 Players:0xc0004a4720 Counters:map[] Lists:map[sessions:{AllocatedCount:0 AllocatedCapacity:0 Count:13 Capacity:24}]}" test=TestListAutoscalerWithSDKMethods/Scale_Up_to_Buffer
INFO[2024-01-30 03:15:27.202] Checking Fleet Ready replicas expected=6 fleet=simple-fleet-1.0kwf8k fleetStatus="{Replicas:6 ReadyReplicas:5 ReservedReplicas:0 AllocatedReplicas:0 Players:0xc00063e390 Counters:map[] Lists:map[sessions:{AllocatedCount:0 AllocatedCapacity:0 Count:13 Capacity:24}]}" test=TestListAutoscalerWithSDKMethods/Scale_Up_to_Buffer
INFO[2024-01-30 03:15:29.202] Checking Fleet Ready replicas expected=6 fleet=simple-fleet-1.0kwf8k fleetStatus="{Replicas:6 ReadyReplicas:5 ReservedReplicas:0 AllocatedReplicas:0 Players:0xc000664960 Counters:map[] Lists:map[sessions:{AllocatedCount:0 AllocatedCapacity:0 Count:13 Capacity:24}]}" test=TestListAutoscalerWithSDKMethods/Scale_Up_to_Buffer
INFO[2024-01-30 03:15:31.204] Checking Fleet Ready replicas expected=6 fleet=simple-fleet-1.0kwf8k fleetStatus="{Replicas:6 ReadyReplicas:5 ReservedReplicas:0 AllocatedReplicas:0 Players:0xc0004a4d10 Counters:map[] Lists:map[sessions:{AllocatedCount:0 AllocatedCapacity:0 Count:13 Capacity:24}]}" test=TestListAutoscalerWithSDKMethods/Scale_Up_to_Buffer
INFO[2024-01-30 03:15:33.203] Checking Fleet Ready replicas expected=6 fleet=simple-fleet-1.0kwf8k fleetStatus="{Replicas:6 ReadyReplicas:5 ReservedReplicas:0 AllocatedReplicas:0 Players:0xc000665a50 Counters:map[] Lists:map[sessions:{AllocatedCount:0 AllocatedCapacity:0 Count:13 Capacity:24}]}" test=TestListAutoscalerWithSDKMethods/Scale_Up_to_Buffer
INFO[2024-01-30 03:15:35.201] Checking Fleet Ready replicas expected=6 fleet=simple-fleet-1.0kwf8k fleetStatus="{Replicas:6 ReadyReplicas:5 ReservedReplicas:0 AllocatedReplicas:0 Players:0xc00063eb20 Counters:map[] Lists:map[sessions:{AllocatedCount:0 AllocatedCapacity:0 Count:13 Capacity:24}]}" test=TestListAutoscalerWithSDKMethods/Scale_Up_to_Buffer
INFO[2024-01-30 03:15:37.202] Checking Fleet Ready replicas expected=6 fleet=simple-fleet-1.0kwf8k fleetStatus="{Replicas:6 ReadyReplicas:5 ReservedReplicas:0 AllocatedReplicas:0 Players:0xc00063f500 Counters:map[] Lists:map[sessions:{AllocatedCount:0 AllocatedCapacity:0 Count:13 Capacity:24}]}" test=TestListAutoscalerWithSDKMethods/Scale_Up_to_Buffer
INFO[2024-01-30 03:15:39.202] Checking Fleet Ready replicas expected=6 fleet=simple-fleet-1.0kwf8k fleetStatus="{Replicas:6 ReadyReplicas:5 ReservedReplicas:0 AllocatedReplicas:0 Players:0xc0004a54d0 Counters:map[] Lists:map[sessions:{AllocatedCount:0 AllocatedCapacity:0 Count:13 Capacity:24}]}" test=TestListAutoscalerWithSDKMethods/Scale_Up_to_Buffer
INFO[2024-01-30 03:15:41.203] Checking Fleet Ready replicas expected=6 fleet=simple-fleet-1.0kwf8k fleetStatus="{Replicas:6 ReadyReplicas:5 ReservedReplicas:0 AllocatedReplicas:0 Players:0xc00083e350 Counters:map[] Lists:map[sessions:{AllocatedCount:0 AllocatedCapacity:0 Count:13 Capacity:24}]}" test=TestListAutoscalerWithSDKMethods/Scale_Up_to_Buffer
INFO[2024-01-30 03:15:43.203] Checking Fleet Ready replicas expected=6 fleet=simple-fleet-1.0kwf8k fleetStatus="{Replicas:6 ReadyReplicas:5 ReservedReplicas:0 AllocatedReplicas:0 Players:0xc0009aa1c0 Counters:map[] Lists:map[sessions:{AllocatedCount:0 AllocatedCapacity:0 Count:13 Capacity:24}]}" test=TestListAutoscalerWithSDKMethods/Scale_Up_to_Buffer
INFO[2024-01-30 03:15:45.204] Checking Fleet Ready replicas expected=6 fleet=simple-fleet-1.0kwf8k fleetStatus="{Replicas:6 ReadyReplicas:5 ReservedReplicas:0 AllocatedReplicas:0 Players:0xc0004a5fc0 Counters:map[] Lists:map[sessions:{AllocatedCount:0 AllocatedCapacity:0 Count:13 Capacity:24}]}" test=TestListAutoscalerWithSDKMethods/Scale_Up_to_Buffer
INFO[2024-01-30 03:15:47.202] Checking Fleet Ready replicas expected=6 fleet=simple-fleet-1.0kwf8k fleetStatus="{Replicas:6 ReadyReplicas:5 ReservedReplicas:0 AllocatedReplicas:0 Players:0xc0009aa770 Counters:map[] Lists:map[sessions:{AllocatedCount:0 AllocatedCapacity:0 Count:13 Capacity:24}]}" test=TestListAutoscalerWithSDKMethods/Scale_Up_to_Buffer
INFO[2024-01-30 03:15:49.205] Checking Fleet Ready replicas expected=6 fleet=simple-fleet-1.0kwf8k fleetStatus="{Replicas:6 ReadyReplicas:5 ReservedReplicas:0 AllocatedReplicas:0 Players:0xc0009aad10 Counters:map[] Lists:map[sessions:{AllocatedCount:0 AllocatedCapacity:0 Count:13 Capacity:24}]}" test=TestListAutoscalerWithSDKMethods/Scale_Up_to_Buffer
INFO[2024-01-30 03:15:51.201] Checking Fleet Ready replicas expected=6 fleet=simple-fleet-1.0kwf8k fleetStatus="{Replicas:6 ReadyReplicas:5 ReservedReplicas:0 AllocatedReplicas:0 Players:0xc0009605d0 Counters:map[] Lists:map[sessions:{AllocatedCount:0 AllocatedCapacity:0 Count:13 Capacity:24}]}" test=TestListAutoscalerWithSDKMethods/Scale_Up_to_Buffer
INFO[2024-01-30 03:15:53.201] Checking Fleet Ready replicas expected=6 fleet=simple-fleet-1.0kwf8k fleetStatus="{Replicas:6 ReadyReplicas:5 ReservedReplicas:0 AllocatedReplicas:0 Players:0xc0009ab230 Counters:map[] Lists:map[sessions:{AllocatedCount:0 AllocatedCapacity:0 Count:13 Capacity:24}]}" test=TestListAutoscalerWithSDKMethods/Scale_Up_to_Buffer
INFO[2024-01-30 03:15:55.203] Checking Fleet Ready replicas expected=6 fleet=simple-fleet-1.0kwf8k fleetStatus="{Replicas:6 ReadyReplicas:5 ReservedReplicas:0 AllocatedReplicas:0 Players:0xc00083e900 Counters:map[] Lists:map[sessions:{AllocatedCount:0 AllocatedCapacity:0 Count:13 Capacity:24}]}" test=TestListAutoscalerWithSDKMethods/Scale_Up_to_Buffer
INFO[2024-01-30 03:15:57.201] Checking Fleet Ready replicas expected=6 fleet=simple-fleet-1.0kwf8k fleetStatus="{Replicas:6 ReadyReplicas:5 ReservedReplicas:0 AllocatedReplicas:0 Players:0xc000960b60 Counters:map[] Lists:map[sessions:{AllocatedCount:0 AllocatedCapacity:0 Count:13 Capacity:24}]}" test=TestListAutoscalerWithSDKMethods/Scale_Up_to_Buffer
INFO[2024-01-30 03:15:59.205] Checking Fleet Ready replicas expected=6 fleet=simple-fleet-1.0kwf8k fleetStatus="{Replicas:6 ReadyReplicas:5 ReservedReplicas:0 AllocatedReplicas:0 Players:0xc0009ab7e0 Counters:map[] Lists:map[sessions:{AllocatedCount:0 AllocatedCapacity:0 Count:13 Capacity:24}]}" test=TestListAutoscalerWithSDKMethods/Scale_Up_to_Buffer
INFO[2024-01-30 03:16:01.201] Checking Fleet Ready replicas expected=6 fleet=simple-fleet-1.0kwf8k fleetStatus="{Replicas:6 ReadyReplicas:5 ReservedReplicas:0 AllocatedReplicas:0 Players:0xc0009abd70 Counters:map[] Lists:map[sessions:{AllocatedCount:0 AllocatedCapacity:0 Count:13 Capacity:24}]}" test=TestListAutoscalerWithSDKMethods/Scale_Up_to_Buffer
INFO[2024-01-30 03:16:03.201] Checking Fleet Ready replicas expected=6 fleet=simple-fleet-1.0kwf8k fleetStatus="{Replicas:6 ReadyReplicas:5 ReservedReplicas:0 AllocatedReplicas:0 Players:0xc0009610e0 Counters:map[] Lists:map[sessions:{AllocatedCount:0 AllocatedCapacity:0 Count:13 Capacity:24}]}" test=TestListAutoscalerWithSDKMethods/Scale_Up_to_Buffer
INFO[2024-01-30 03:16:05.204] Checking Fleet Ready replicas expected=6 fleet=simple-fleet-1.0kwf8k fleetStatus="{Replicas:6 ReadyReplicas:5 ReservedReplicas:0 AllocatedReplicas:0 Players:0xc00083eec0 Counters:map[] Lists:map[sessions:{AllocatedCount:0 AllocatedCapacity:0 Count:13 Capacity:24}]}" test=TestListAutoscalerWithSDKMethods/Scale_Up_to_Buffer
INFO[2024-01-30 03:16:07.202] Checking Fleet Ready replicas expected=6 fleet=simple-fleet-1.0kwf8k fleetStatus="{Replicas:6 ReadyReplicas:5 ReservedReplicas:0 AllocatedReplicas:0 Players:0xc0009f2350 Counters:map[] Lists:map[sessions:{AllocatedCount:0 AllocatedCapacity:0 Count:13 Capacity:24}]}" test=TestListAutoscalerWithSDKMethods/Scale_Up_to_Buffer
INFO[2024-01-30 03:16:09.202] Checking Fleet Ready replicas expected=6 fleet=simple-fleet-1.0kwf8k fleetStatus="{Replicas:6 ReadyReplicas:5 ReservedReplicas:0 AllocatedReplicas:0 Players:0xc000961660 Counters:map[] Lists:map[sessions:{AllocatedCount:0 AllocatedCapacity:0 Count:13 Capacity:24}]}" test=TestListAutoscalerWithSDKMethods/Scale_Up_to_Buffer
INFO[2024-01-30 03:16:11.204] Checking Fleet Ready replicas expected=6 fleet=simple-fleet-1.0kwf8k fleetStatus="{Replicas:6 ReadyReplicas:5 ReservedReplicas:0 AllocatedReplicas:0 Players:0xc00083e3f0 Counters:map[] Lists:map[sessions:{AllocatedCount:0 AllocatedCapacity:0 Count:13 Capacity:24}]}" test=TestListAutoscalerWithSDKMethods/Scale_Up_to_Buffer
INFO[2024-01-30 03:16:13.200] Checking Fleet Ready replicas expected=6 fleet=simple-fleet-1.0kwf8k fleetStatus="{Replicas:6 ReadyReplicas:5 ReservedReplicas:0 AllocatedReplicas:0 Players:0xc00083e980 Counters:map[] Lists:map[sessions:{AllocatedCount:0 AllocatedCapacity:0 Count:13 Capacity:24}]}" test=TestListAutoscalerWithSDKMethods/Scale_Up_to_Buffer
INFO[2024-01-30 03:16:15.202] Checking Fleet Ready replicas expected=6 fleet=simple-fleet-1.0kwf8k fleetStatus="{Replicas:6 ReadyReplicas:5 ReservedReplicas:0 AllocatedReplicas:0 Players:0xc00083ef20 Counters:map[] Lists:map[sessions:{AllocatedCount:0 AllocatedCapacity:0 Count:13 Capacity:24}]}" test=TestListAutoscalerWithSDKMethods/Scale_Up_to_Buffer
INFO[2024-01-30 03:16:17.203] Checking Fleet Ready replicas expected=6 fleet=simple-fleet-1.0kwf8k fleetStatus="{Replicas:6 ReadyReplicas:5 ReservedReplicas:0 AllocatedReplicas:0 Players:0xc00083f4e0 Counters:map[] Lists:map[sessions:{AllocatedCount:0 AllocatedCapacity:0 Count:13 Capacity:24}]}" test=TestListAutoscalerWithSDKMethods/Scale_Up_to_Buffer
INFO[2024-01-30 03:16:19.201] Checking Fleet Ready replicas expected=6 fleet=simple-fleet-1.0kwf8k fleetStatus="{Replicas:6 ReadyReplicas:5 ReservedReplicas:0 AllocatedReplicas:0 Players:0xc0009603d0 Counters:map[] Lists:map[sessions:{AllocatedCount:0 AllocatedCapacity:0 Count:13 Capacity:24}]}" test=TestListAutoscalerWithSDKMethods/Scale_Up_to_Buffer
INFO[2024-01-30 03:16:21.203] Checking Fleet Ready replicas expected=6 fleet=simple-fleet-1.0kwf8k fleetStatus="{Replicas:6 ReadyReplicas:5 ReservedReplicas:0 AllocatedReplicas:0 Players:0xc000729250 Counters:map[] Lists:map[sessions:{AllocatedCount:0 AllocatedCapacity:0 Count:13 Capacity:24}]}" test=TestListAutoscalerWithSDKMethods/Scale_Up_to_Buffer
INFO[2024-01-30 03:16:23.201] Checking Fleet Ready replicas expected=6 fleet=simple-fleet-1.0kwf8k fleetStatus="{Replicas:6 ReadyReplicas:5 ReservedReplicas:0 AllocatedReplicas:0 Players:0xc00071a750 Counters:map[] Lists:map[sessions:{AllocatedCount:0 AllocatedCapacity:0 Count:13 Capacity:24}]}" test=TestListAutoscalerWithSDKMethods/Scale_Up_to_Buffer
INFO[2024-01-30 03:16:25.201] Checking Fleet Ready replicas expected=6 fleet=simple-fleet-1.0kwf8k fleetStatus="{Replicas:6 ReadyReplicas:5 ReservedReplicas:0 AllocatedReplicas:0 Players:0xc0009609e0 Counters:map[] Lists:map[sessions:{AllocatedCount:0 AllocatedCapacity:0 Count:13 Capacity:24}]}" test=TestListAutoscalerWithSDKMethods/Scale_Up_to_Buffer
INFO[2024-01-30 03:16:27.202] Checking Fleet Ready replicas expected=6 fleet=simple-fleet-1.0kwf8k fleetStatus="{Replicas:6 ReadyReplicas:5 ReservedReplicas:0 AllocatedReplicas:0 Players:0xc000960f60 Counters:map[] Lists:map[sessions:{AllocatedCount:0 AllocatedCapacity:0 Count:13 Capacity:24}]}" test=TestListAutoscalerWithSDKMethods/Scale_Up_to_Buffer
INFO[2024-01-30 03:16:29.203] Checking Fleet Ready replicas expected=6 fleet=simple-fleet-1.0kwf8k fleetStatus="{Replicas:6 ReadyReplicas:5 ReservedReplicas:0 AllocatedReplicas:0 Players:0xc000961510 Counters:map[] Lists:map[sessions:{AllocatedCount:0 AllocatedCapacity:0 Count:13 Capacity:24}]}" test=TestListAutoscalerWithSDKMethods/Scale_Up_to_Buffer
INFO[2024-01-30 03:16:31.202] Checking Fleet Ready replicas expected=6 fleet=simple-fleet-1.0kwf8k fleetStatus="{Replicas:6 ReadyReplicas:5 ReservedReplicas:0 AllocatedReplicas:0 Players:0xc000961ae0 Counters:map[] Lists:map[sessions:{AllocatedCount:0 AllocatedCapacity:0 Count:13 Capacity:24}]}" test=TestListAutoscalerWithSDKMethods/Scale_Up_to_Buffer
INFO[2024-01-30 03:16:33.203] Checking Fleet Ready replicas expected=6 fleet=simple-fleet-1.0kwf8k fleetStatus="{Replicas:6 ReadyReplicas:5 ReservedReplicas:0 AllocatedReplicas:0 Players:0xc000676860 Counters:map[] Lists:map[sessions:{AllocatedCount:0 AllocatedCapacity:0 Count:13 Capacity:24}]}" test=TestListAutoscalerWithSDKMethods/Scale_Up_to_Buffer
INFO[2024-01-30 03:16:35.201] Checking Fleet Ready replicas expected=6 fleet=simple-fleet-1.0kwf8k fleetStatus="{Replicas:6 ReadyReplicas:6 ReservedReplicas:0 AllocatedReplicas:0 Players:0xc000677e80 Counters:map[] Lists:map[sessions:{AllocatedCount:0 AllocatedCapacity:0 Count:13 Capacity:24}]}" test=TestListAutoscalerWithSDKMethods/Scale_Up_to_Buffer
INFO[2024-01-30 03:16:35.365] waiting for fleet condition fleet=simple-fleet-1.0qbchg test=TestListAutoscalerWithSDKMethods/Scale_Down_to_Buffer
INFO[2024-01-30 03:16:35.407] Checking Fleet Ready replicas expected=3 fleet=simple-fleet-1.0qbchg fleetStatus="{Replicas:0 ReadyReplicas:0 ReservedReplicas:0 AllocatedReplicas:0 Players:<nil> Counters:map[] Lists:map[]}" test=TestListAutoscalerWithSDKMethods/Scale_Down_to_Buffer
INFO[2024-01-30 03:16:35.470] Checking Fleet Ready replicas expected=3 fleet=simple-fleet-1.0qbchg fleetStatus="{Replicas:0 ReadyReplicas:0 ReservedReplicas:0 AllocatedReplicas:0 Players:<nil> Counters:map[] Lists:map[]}" test=TestListAutoscalerWithSDKMethods/Scale_Down_to_Buffer
INFO[2024-01-30 03:16:37.480] Checking Fleet Ready replicas expected=3 fleet=simple-fleet-1.0qbchg fleetStatus="{Replicas:3 ReadyReplicas:0 ReservedReplicas:0 AllocatedReplicas:0 Players:0xc0003a7e70 Counters:map[] Lists:map[sessions:{AllocatedCount:0 AllocatedCapacity:0 Count:6 Capacity:12}]}" test=TestListAutoscalerWithSDKMethods/Scale_Down_to_Buffer
INFO[2024-01-30 03:16:39.481] Checking Fleet Ready replicas expected=3 fleet=simple-fleet-1.0qbchg fleetStatus="{Replicas:3 ReadyReplicas:0 ReservedReplicas:0 AllocatedReplicas:0 Players:0xc00037dfc0 Counters:map[] Lists:map[sessions:{AllocatedCount:0 AllocatedCapacity:0 Count:6 Capacity:12}]}" test=TestListAutoscalerWithSDKMethods/Scale_Down_to_Buffer
INFO[2024-01-30 03:16:41.481] Checking Fleet Ready replicas expected=3 fleet=simple-fleet-1.0qbchg fleetStatus="{Replicas:3 ReadyReplicas:0 ReservedReplicas:0 AllocatedReplicas:0 Players:0xc000418e30 Counters:map[] Lists:map[sessions:{AllocatedCount:0 AllocatedCapacity:0 Count:6 Capacity:12}]}" test=TestListAutoscalerWithSDKMethods/Scale_Down_to_Buffer
INFO[2024-01-30 03:16:43.481] Checking Fleet Ready replicas expected=3 fleet=simple-fleet-1.0qbchg fleetStatus="{Replicas:3 ReadyReplicas:1 ReservedReplicas:0 AllocatedReplicas:0 Players:0xc000883310 Counters:map[] Lists:map[sessions:{AllocatedCount:0 AllocatedCapacity:0 Count:6 Capacity:12}]}" test=TestListAutoscalerWithSDKMethods/Scale_Down_to_Buffer
INFO[2024-01-30 03:16:45.480] Checking Fleet Ready replicas expected=3 fleet=simple-fleet-1.0qbchg fleetStatus="{Replicas:3 ReadyReplicas:3 ReservedReplicas:0 AllocatedReplicas:0 Players:0xc000883e70 Counters:map[] Lists:map[sessions:{AllocatedCount:0 AllocatedCapacity:0 Count:6 Capacity:12}]}" test=TestListAutoscalerWithSDKMethods/Scale_Down_to_Buffer
INFO[2024-01-30 03:16:45.504] waiting for fleet condition fleet=simple-fleet-1.0qbchg test=TestListAutoscalerWithSDKMethods/Scale_Down_to_Buffer
INFO[2024-01-30 03:16:45.513] Checking Fleet Ready replicas expected=2 fleet=simple-fleet-1.0qbchg fleetStatus="{Replicas:3 ReadyReplicas:3 ReservedReplicas:0 AllocatedReplicas:0 Players:0xc000419e70 Counters:map[] Lists:map[sessions:{AllocatedCount:0 AllocatedCapacity:0 Count:6 Capacity:12}]}" test=TestListAutoscalerWithSDKMethods/Scale_Down_to_Buffer
INFO[2024-01-30 03:16:45.521] Checking Fleet Ready replicas expected=2 fleet=simple-fleet-1.0qbchg fleetStatus="{Replicas:3 ReadyReplicas:3 ReservedReplicas:0 AllocatedReplicas:0 Players:0xc00040cf50 Counters:map[] Lists:map[sessions:{AllocatedCount:0 AllocatedCapacity:0 Count:6 Capacity:12}]}" test=TestListAutoscalerWithSDKMethods/Scale_Down_to_Buffer
INFO[2024-01-30 03:16:47.533] Checking Fleet Ready replicas expected=2 fleet=simple-fleet-1.0qbchg fleetStatus="{Replicas:2 ReadyReplicas:2 ReservedReplicas:0 AllocatedReplicas:0 Players:0xc000593490 Counters:map[] Lists:map[sessions:{AllocatedCount:0 AllocatedCapacity:0 Count:4 Capacity:8}]}" test=TestListAutoscalerWithSDKMethods/Scale_Down_to_Buffer
INFO[2024-01-30 03:16:47.569] Scale Down to Buffer fields.msg="DELETE_LIST_VALUE sessions session1"
INFO[2024-01-30 03:16:47.574] waiting for fleet condition fleet=simple-fleet-1.0qbchg test=TestListAutoscalerWithSDKMethods/Scale_Down_to_Buffer
INFO[2024-01-30 03:16:47.582] Checking Fleet Ready replicas expected=1 fleet=simple-fleet-1.0qbchg fleetStatus="{Replicas:2 ReadyReplicas:2 ReservedReplicas:0 AllocatedReplicas:0 Players:0xc00040def0 Counters:map[] Lists:map[sessions:{AllocatedCount:0 AllocatedCapacity:0 Count:4 Capacity:8}]}" test=TestListAutoscalerWithSDKMethods/Scale_Down_to_Buffer
INFO[2024-01-30 03:16:47.593] Checking Fleet Ready replicas expected=1 fleet=simple-fleet-1.0qbchg fleetStatus="{Replicas:2 ReadyReplicas:2 ReservedReplicas:0 AllocatedReplicas:0 Players:0xc0003e3400 Counters:map[] Lists:map[sessions:{AllocatedCount:0 AllocatedCapacity:0 Count:4 Capacity:8}]}" test=TestListAutoscalerWithSDKMethods/Scale_Down_to_Buffer
INFO[2024-01-30 03:16:49.662] Checking Fleet Ready replicas expected=1 fleet=simple-fleet-1.0qbchg fleetStatus="{Replicas:1 ReadyReplicas:1 ReservedReplicas:0 AllocatedReplicas:0 Players:0xc0002c2ab0 Counters:map[] Lists:map[sessions:{AllocatedCount:0 AllocatedCapacity:0 Count:1 Capacity:4}]}" test=TestListAutoscalerWithSDKMethods/Scale_Down_to_Buffer
PASS
INFO[2024-01-30 03:16:49.820] Namespace 1706584482 is deleted
ok agones.dev/agones/test/e2e 128.606s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment