Add access pattern simulator for testing entity passivation strategies (#30884)
* with licence comment for ycsb
This commit is contained in:
parent
058bf1029a
commit
a601f36b20
10 changed files with 864 additions and 2 deletions
|
|
@ -125,7 +125,8 @@ object AkkaDisciplinePlugin extends AutoPlugin {
|
|||
// https://github.com/akka/akka/issues/26119
|
||||
Compile / doc / scalacOptions --= disciplineScalacOptions.toSeq :+ "-Xfatal-warnings",
|
||||
// having discipline warnings in console is just an annoyance
|
||||
Compile / console / scalacOptions --= disciplineScalacOptions.toSeq)
|
||||
Compile / console / scalacOptions --= disciplineScalacOptions.toSeq,
|
||||
Test / console / scalacOptions --= disciplineScalacOptions.toSeq)
|
||||
} else {
|
||||
// we still need these in opt-out since the annotations are present
|
||||
nowarnSettings ++ Seq(Compile / scalacOptions += "-deprecation")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue