Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bb825162 authored by Android Build Coastguard Worker's avatar Android Build Coastguard Worker
Browse files

Snap for 12342105 from 4d05eceb to 24Q4-release

Change-Id: Ie151acc71bea4bfb3a71025bc4473c0e3bcdebe6
parents 192929f1 4d05eceb
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
# Bug component: 316181
ctate@android.com
jsharkey@google.com
set noparent

sudheersai@google.com
yamasani@google.com #{LAST_RESORT_SUGGESTION}
+1 −1
Original line number Diff line number Diff line
@@ -194,7 +194,7 @@ public final class ClientSocketPerfTest {
    /**
     * Simple benchmark for the amount of time to send a given number of messages
     */
    @Test
    // @Test Temporarily disabled
    @Parameters(method = "getParams")
    public void time(Config config) throws Exception {
        reset();
+1 −1
Original line number Diff line number Diff line
@@ -198,7 +198,7 @@ public final class ServerSocketPerfTest {
        executor.awaitTermination(5, TimeUnit.SECONDS);
    }

    @Test
    // @Test Temporarily disabled
    @Parameters(method = "getParams")
    public void throughput(Config config) throws Exception {
        setup(config);
+4 −1
Original line number Diff line number Diff line
# Bug component: 25692
set noparent

sudheersai@google.com
yamasani@google.com
yamasani@google.com #{LAST_RESORT_SUGGESTION}
+10 −0
Original line number Diff line number Diff line
@@ -151,6 +151,16 @@ flag {
    bug: "323001115"
}

flag {
  name: "fix_race_condition_in_tie_profile_lock"
  namespace: "enterprise"
  description: "Fix race condition in tieProfileLockIfNecessary()"
  bug: "355905501"
  metadata {
    purpose: PURPOSE_BUGFIX
  }
}

flag {
  name: "quiet_mode_credential_bug_fix"
  namespace: "enterprise"
Loading