9/19/2017 5:16:50 PM
tag", doesn't exit. The self-sufficient linebreak tag is `<br/>`.
Save Actions plugin moved the imports around a bit.
|
9/18/2017 6:08:47 PM
with the same name.
|
9/18/2017 2:21:09 PM
(#1476)
Remove code duplication.
|
9/18/2017 2:20:35 PM
now depends on Intellij specific plugins, styles etc.
|
9/18/2017 2:20:14 PM
the common test methods to be usable in all other modules.
Fix #1470
|
9/18/2017 10:43:26 AM
instructions to the dev guide
- Add the todo style guide
- Add the @Ignore coding convention
|
9/18/2017 10:41:53 AM
#1471
|
9/17/2017 12:21:30 AM
metrics in azkaban-db module. The most important metrics are DB connection monitorings. Here's the steps to complete the task:
Create DBMetrics class;
make AzkabanDataSource Guiceable, in order to Inject DBMetrics. Adding Binding method in azkabanCommonModule to guice it;
Moving Common MetricsTestUtility method to Core module, so that db module can call it. Also, add test dependency gradle code.
After that, add 3 metrics to MysqlDataSource.
|
9/16/2017 9:43:45 PM
type instead of the Java jobtype
The old JobRunner test runs a java job that launches an additional JVM / java process. That should be the responsibility of JavaProcessJobTest, and I think it already does that.
If this test case serves any purpose, I think it should be converted to use the InteractiveTestJob which is simple and quick and lives within the test process itself.
|
9/16/2017 5:19:54 PM
(#1438)
* Faster dispatch and test for an interrupted execution
- Test for an interrupted execution ("Flow does not exist")
- Found out that wait/notify was missing for dispatching new executions, so fixed that
* Use Awaitility, In case of failure print message like: expected a finished status but was <READY> within 10 seconds.
* Upgrade mockito -> 2.10.0
|