-
Notifications
You must be signed in to change notification settings - Fork 29k
[SPARK-20626][SPARKR] address date test warning with timezone on windows #17892
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Test build #76554 has finished for PR 17892 at commit
|
|
similar flaky test around ml, with this in the log |
|
merged to master/2.2 |
## What changes were proposed in this pull request? set timezone on windows ## How was this patch tested? unit test, AppVeyor Author: Felix Cheung <[email protected]> Closes #17892 from felixcheung/rtimestamptest. (cherry picked from commit c24bdaa) Signed-off-by: Felix Cheung <[email protected]>
|
@felixcheung Seems master build is broken because R tests are broken (https://amplab.cs.berkeley.edu/jenkins/view/Spark%20QA%20Test/job/spark-master-test-sbt-hadoop-2.7/2844/console). I am not sure if this PR caused that. Can you help to take a look? |
|
No, don't think so. Is there a recent change to catalog APIs - the failed tests are with table names.
```
Failed -------------------------------------------------------------------------
1. Failure: test tableNames and tables (@test_sparkSQL.R#682) ------------------
length(tableNames()) not equal to 1.
1/1 mismatches
[1] 3 - 1 == 2
2. Failure: test tableNames and tables (@test_sparkSQL.R#683) ------------------
length(tableNames("default")) not equal to 1.
1/1 mismatches
[1] 3 - 1 == 2
3. Failure: test tableNames and tables (@test_sparkSQL.R#685) ------------------
count(tables) not equal to 1.
1/1 mismatches
[1] 3 - 1 == 2
4. Failure: test tableNames and tables (@test_sparkSQL.R#692) ------------------
count(tables) not equal to 2.
1/1 mismatches
[1] 4 - 2 == 2
5. Failure: test tableNames and tables (@test_sparkSQL.R#697) ------------------
count(tables) not equal to 0.
1/1 mismatches
[1] 2 - 0 == 2
```
|
## What changes were proposed in this pull request? set timezone on windows ## How was this patch tested? unit test, AppVeyor Author: Felix Cheung <[email protected]> Closes apache#17892 from felixcheung/rtimestamptest.
What changes were proposed in this pull request?
set timezone on windows
How was this patch tested?
unit test, AppVeyor