This is an automated email from the ASF dual-hosted git repository.

He-Pin pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pekko-grpc.git


The following commit(s) were added to refs/heads/main by this push:
     new 5a5d43e2 fix: correct typos in pekko-grpc build and tests (#733)
5a5d43e2 is described below

commit 5a5d43e2659050132791409bc6be93d04f55424c
Author: He-Pin(kerr) <[email protected]>
AuthorDate: Fri Jun 19 05:32:50 2026 +0800

    fix: correct typos in pekko-grpc build and tests (#733)
    
    Motivation:
    Typos found in sbt test config and integration test code.
    
    Modification:
    - overriden→overridden in sbt-plugin test build.sbt
    - flakyness→flakiness in NonBalancingIntegrationSpec.scala
    
    Result:
    Cleaner codebase with corrected spelling.
    
    Tests:
    Not run - typo fixes only (comments/config)
    
    References:
    None - typo cleanup
---
 .../org/apache/pekko/grpc/scaladsl/NonBalancingIntegrationSpec.scala    | 2 +-
 .../src/sbt-test/gen-scala-server/06-compatibility-plugins/build.sbt    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/interop-tests/src/test/scala/org/apache/pekko/grpc/scaladsl/NonBalancingIntegrationSpec.scala
 
b/interop-tests/src/test/scala/org/apache/pekko/grpc/scaladsl/NonBalancingIntegrationSpec.scala
index 73089dec..574e726e 100644
--- 
a/interop-tests/src/test/scala/org/apache/pekko/grpc/scaladsl/NonBalancingIntegrationSpec.scala
+++ 
b/interop-tests/src/test/scala/org/apache/pekko/grpc/scaladsl/NonBalancingIntegrationSpec.scala
@@ -87,7 +87,7 @@ class NonBalancingIntegrationSpec(backend: String)
 
       Future.sequence(requestsOnFirstConnection).futureValue
       server1.terminate(5.seconds).futureValue
-      // Give it some time to complete unbind (suspected to cause test 
flakyness)
+      // Give it some time to complete unbind (suspected to cause test 
flakiness)
       Thread.sleep(250)
       // And restart
       Http().newServerAt("127.0.0.1", 
server1.localAddress.getPort).bind(GreeterServiceHandler(service1)).futureValue
diff --git 
a/sbt-plugin/src/sbt-test/gen-scala-server/06-compatibility-plugins/build.sbt 
b/sbt-plugin/src/sbt-test/gen-scala-server/06-compatibility-plugins/build.sbt
index 5503f639..c8faa756 100644
--- 
a/sbt-plugin/src/sbt-test/gen-scala-server/06-compatibility-plugins/build.sbt
+++ 
b/sbt-plugin/src/sbt-test/gen-scala-server/06-compatibility-plugins/build.sbt
@@ -7,7 +7,7 @@
  * This file is part of the Apache Pekko project, which was derived from Akka.
  */
 
-enablePlugins(ProtocGoPlugin) // enable it first to test possibility of 
getting overriden
+enablePlugins(ProtocGoPlugin) // enable it first to test possibility of 
getting overridden
 
 scalaVersion := "2.13.18"
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to