aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorWenchen Fan <wenchen@databricks.com>2016-04-30 20:28:22 -0700
committerReynold Xin <rxin@databricks.com>2016-04-30 20:28:22 -0700
commit90787de864b58a1079c23e6581381ca8ffe7685f (patch)
treeb709ad017b9fd13217008f54d7ece291958ce84c /examples
parent507bea5ca6d95c995f8152b8473713c136e23754 (diff)
downloadspark-90787de864b58a1079c23e6581381ca8ffe7685f.tar.gz
spark-90787de864b58a1079c23e6581381ca8ffe7685f.tar.bz2
spark-90787de864b58a1079c23e6581381ca8ffe7685f.zip
[SPARK-15033][SQL] fix a flaky test in CachedTableSuite
## What changes were proposed in this pull request? This is caused by https://github.com/apache/spark/pull/12776, which removes the `synchronized` from all methods in `AccumulatorContext`. However, a test in `CachedTableSuite` synchronize on `AccumulatorContext` and expecting no one else can change it, which is not true anymore. This PR update that test to not require to lock on `AccumulatorContext`. ## How was this patch tested? N/A Author: Wenchen Fan <wenchen@databricks.com> Closes #12811 from cloud-fan/flaky.
Diffstat (limited to 'examples')
0 files changed, 0 insertions, 0 deletions