Skip to content

Commit

Permalink
Enable WebsocketSimpleScenario and PushPlatformValidationScenario' we…
Browse files Browse the repository at this point in the history
…bsocketclose request when upgrade gatlingVersion
  • Loading branch information
vttranlina authored and Arsnael committed Jun 24, 2024
1 parent 95fbd83 commit 4db6fa1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ lazy val root = (project in file("."))
)
.dependsOn(gatlingImap)

// TODO enable WebsocketSimpleScenario and PushPlatformValidationScenario' websocketclose request when upgrade gatlingVersion
val gatlingVersion = "3.11.3"

scalacOptions := Seq("-unchecked", "-deprecation", "-feature", "-language:postfixOps", "-Ywarn-unused:imports",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ class PushPlatformValidationScenario(minMessagesInMailbox: Int,
.asInstanceOf[ChainBuilder]
.pause(minWaitDelay, maxWaitDelay))
}
// .exec(websocketClose)
.exec(websocketClose)
}
}

Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class WebsocketSimpleScenario {
exec(createMailbox)
.pause(2 second)
}))
// .exec(websocketClose)
.exec(websocketClose)

def createMailbox: ChainBuilder =
exec((session: Session) => session.set("createdId", MailboxId.generate().id))
Expand Down

0 comments on commit 4db6fa1

Please sign in to comment.