aboutsummaryrefslogtreecommitdiff
path: root/bagel/src/test
Commit message (Expand)AuthorAgeFilesLines
* HOTFIX: Increase time limit for Bagel testAnkur Dave2014-06-101-2/+2
* [SPARK-1942] Stop clearing spark.driver.port in unit testsSyed Hashmi2014-06-031-2/+0
* SPARK-1798. Tests should clean up temp filesSean Owen2014-05-121-1/+1
* SPARK-1488. Resolve scalac feature warnings during buildSean Owen2014-04-141-0/+2
* Remove Unnecessary Whitespace'sSandeep2014-04-101-2/+2
* Removing mentions in testsPatrick Wendell2014-01-121-1/+0
* Initial work to rename package to org.apache.sparkMatei Zaharia2013-09-011-6/+4
* Add Apache license headers and LICENSE and NOTICE filesMatei Zaharia2013-07-162-1/+35
* Attempt to fix streaming test failures after yarn branch mergeMridul Muralidharan2013-04-281-0/+1
* Adding test for non-default persistence levelNick Pentreath2013-03-091-0/+18
* Fixed an exponential recursion that could happen with doCheckpoint dueMatei Zaharia2013-02-111-8/+27
* Replace old 'master' term with 'driver'.Stephen Haberman2013-01-251-1/+1
* Changed locations for unit test logs.Tathagata Das2013-01-071-2/+2
* Removed the need to sleep in tests due to waiting for Akka to shut downMatei Zaharia2012-10-071-0/+2
* Write all unit test output to a fileMatei Zaharia2012-10-011-4/+6
* Set log level in tests to WARNMatei Zaharia2012-08-231-0/+8
* Fix further issues with tests and broadcast.Matei Zaharia2012-08-231-1/+4
* Stlystic changesDenny2012-07-231-2/+2
* Always destroy SparkContext in after block for the unit tests.Denny2012-07-231-6/+11
* Update Bagel unit tests to reflect API changeAnkur Dave2011-11-081-23/+21
* Fix issue #65: Change @serializable to extends Serializable in 2.9 branchIsmael Juma2011-08-021-2/+2
* Fixed unit tests by making them clean up the SparkContext after use andMatei Zaharia2011-05-131-0/+2
* Rename bagel to spark.bagel and Pregel to BagelAnkur Dave2011-05-091-4/+4
* Refactor and add aggregator supportAnkur Dave2011-05-031-4/+6
* Package combiner functions into a traitAnkur Dave2011-05-031-8/+2
* Add Bagel test suiteAnkur Dave2011-05-031-0/+57