[jira] [Updated] (SPARK-7558) Log test name when starting and finishing each test

2015-06-03 Thread Andrew Or (JIRA)

 [ 
https://issues.apache.org/jira/browse/SPARK-7558?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Andrew Or updated SPARK-7558:
-
Fix Version/s: 1.3.2

 Log test name when starting and finishing each test
 ---

 Key: SPARK-7558
 URL: https://issues.apache.org/jira/browse/SPARK-7558
 Project: Spark
  Issue Type: Sub-task
  Components: Tests
Reporter: Patrick Wendell
Assignee: Andrew Or
 Fix For: 1.3.2, 1.5.0


 Right now it's really tough to interpret testing output because logs for 
 different tests are interspersed in the same unit-tests.log file. This makes 
 it particularly hard to diagnose flaky tests. This would be much easier if we 
 logged the test name before and after every test (e.g. Starting test XX, 
 Finished test XX). Then you could get right to the logs.
 I think one way to do this might be to create a custom test fixture that logs 
 the test class name and then mix that into every test suite /cc [~joshrosen] 
 for his superb knowledge of Scalatest.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org



[jira] [Updated] (SPARK-7558) Log test name when starting and finishing each test

2015-05-29 Thread Andrew Or (JIRA)

 [ 
https://issues.apache.org/jira/browse/SPARK-7558?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Andrew Or updated SPARK-7558:
-
Fix Version/s: 1.5.0

 Log test name when starting and finishing each test
 ---

 Key: SPARK-7558
 URL: https://issues.apache.org/jira/browse/SPARK-7558
 Project: Spark
  Issue Type: Sub-task
  Components: Tests
Reporter: Patrick Wendell
Assignee: Andrew Or
 Fix For: 1.5.0


 Right now it's really tough to interpret testing output because logs for 
 different tests are interspersed in the same unit-tests.log file. This makes 
 it particularly hard to diagnose flaky tests. This would be much easier if we 
 logged the test name before and after every test (e.g. Starting test XX, 
 Finished test XX). Then you could get right to the logs.
 I think one way to do this might be to create a custom test fixture that logs 
 the test class name and then mix that into every test suite /cc [~joshrosen] 
 for his superb knowledge of Scalatest.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org



[jira] [Updated] (SPARK-7558) Log test name when starting and finishing each test

2015-05-27 Thread Andrew Or (JIRA)

 [ 
https://issues.apache.org/jira/browse/SPARK-7558?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Andrew Or updated SPARK-7558:
-
Target Version/s: 1.5.0  (was: 1.4.0)

 Log test name when starting and finishing each test
 ---

 Key: SPARK-7558
 URL: https://issues.apache.org/jira/browse/SPARK-7558
 Project: Spark
  Issue Type: Sub-task
  Components: Tests
Reporter: Patrick Wendell
Assignee: Andrew Or

 Right now it's really tough to interpret testing output because logs for 
 different tests are interspersed in the same unit-tests.log file. This makes 
 it particularly hard to diagnose flaky tests. This would be much easier if we 
 logged the test name before and after every test (e.g. Starting test XX, 
 Finished test XX). Then you could get right to the logs.
 I think one way to do this might be to create a custom test fixture that logs 
 the test class name and then mix that into every test suite /cc [~joshrosen] 
 for his superb knowledge of Scalatest.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org



[jira] [Updated] (SPARK-7558) Log test name when starting and finishing each test

2015-05-27 Thread Andrew Or (JIRA)

 [ 
https://issues.apache.org/jira/browse/SPARK-7558?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Andrew Or updated SPARK-7558:
-
Target Version/s: 1.3.2, 1.4.1, 1.5.0  (was: 1.5.0)

 Log test name when starting and finishing each test
 ---

 Key: SPARK-7558
 URL: https://issues.apache.org/jira/browse/SPARK-7558
 Project: Spark
  Issue Type: Sub-task
  Components: Tests
Reporter: Patrick Wendell
Assignee: Andrew Or

 Right now it's really tough to interpret testing output because logs for 
 different tests are interspersed in the same unit-tests.log file. This makes 
 it particularly hard to diagnose flaky tests. This would be much easier if we 
 logged the test name before and after every test (e.g. Starting test XX, 
 Finished test XX). Then you could get right to the logs.
 I think one way to do this might be to create a custom test fixture that logs 
 the test class name and then mix that into every test suite /cc [~joshrosen] 
 for his superb knowledge of Scalatest.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org



[jira] [Updated] (SPARK-7558) Log test name when starting and finishing each test

2015-05-12 Thread Patrick Wendell (JIRA)

 [ 
https://issues.apache.org/jira/browse/SPARK-7558?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Patrick Wendell updated SPARK-7558:
---
Issue Type: Sub-task  (was: Improvement)
Parent: SPARK-7560

 Log test name when starting and finishing each test
 ---

 Key: SPARK-7558
 URL: https://issues.apache.org/jira/browse/SPARK-7558
 Project: Spark
  Issue Type: Sub-task
  Components: Tests
Reporter: Patrick Wendell
Assignee: Andrew Or

 Right now it's really tough to interpret testing output because logs for 
 different tests are interspersed in the same unit-tests.log file. This makes 
 it particularly hard to diagnose flaky tests. This would be much easier if we 
 logged the test name before and after every test (e.g. Starting test XX, 
 Finished test XX). Then you could get right to the logs.
 I think one way to do this might be to create a custom test fixture that logs 
 the test class name and then mix that into every test suite /cc [~joshrosen] 
 for his superb knowledge of Scalatest.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org