-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
major refactoring to Cleanable impl to register & run cleansweep more…
… efficiently Lifespan initialization after shipping is rewritten to be more reliable CleanWebDriver now has more resilient clean up impl all printing in integration tests are either removed or replaced with logging default console log level changed to WARN Simplify NOTSerializable aggregate validateBeforeAndAfterAll instancesShouldBeClean condition is improved to check Compound types MAX_TOTAL_MEMORY set to 8 TestHelper lifespan changed to use Hadoop ShutdownHookManager reorganize Lifespan impls several unit test no longer relies on manual check Lifespan of Session changed to TaskOrJVM test-reports now also list failed tests at the end add --webdriver-loglevel=ERROR into phantomJS cli option update session progress before & after driver dispatching Remove a lock in Cleanable that may cause deadlock upgrade sizzle to the latest BroadcastWrapper won't run cleanup if SparkContext is stopped 2 shell/maven has been removed for being inefficient: set -e, --fail-at-end add envvar to bypass bazelbuild/rules_closure#351 in ubuntu 22.04+ proxy conf of PhantomJS & HtmlUnit selenium drivers are unified
- Loading branch information
Peng Cheng
committed
May 20, 2022
1 parent
763e894
commit 2846d28
Showing
76 changed files
with
3,561 additions
and
2,943 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
21 changes: 0 additions & 21 deletions
21
core/src/main/scala/com/tribbloids/spookystuff/session/AbstractSession.scala
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.