1. 29 12月, 2020 1 次提交
    • C
      [FLINK-20792][build] Allow shorthand calls to spotless · bf72938a
      Chesnay Schepler 提交于
      It was not possible to just run 'mvn spotless:check', but instead one needed to use the fully qualified name of the plugin, i.e., 'mvn com.diffplug.spotless:spotless-maven-plugin:check'.
      
      This is due to 'force-shading'; this module is declared as a child of the flink-parent pom (i.e., the root pom of the project), but is not actually declaring that very module as it's parent.
      This seems to throw of maven, which fails to retrieve the plugin information from the parent.
      
      Note that this is just a band-aid; a proper fix would declare flink-parent as the parent of force-shading, but this is the easier fix.
      bf72938a
  2. 28 12月, 2020 5 次提交
  3. 18 12月, 2020 1 次提交
  4. 16 12月, 2020 2 次提交
  5. 07 12月, 2020 2 次提交
  6. 01 12月, 2020 1 次提交
  7. 26 11月, 2020 1 次提交
  8. 21 11月, 2020 2 次提交
  9. 17 11月, 2020 2 次提交
  10. 11 11月, 2020 2 次提交
  11. 06 11月, 2020 2 次提交
  12. 05 11月, 2020 2 次提交
  13. 04 11月, 2020 1 次提交
  14. 28 10月, 2020 1 次提交
  15. 20 10月, 2020 2 次提交
  16. 19 10月, 2020 1 次提交
  17. 15 10月, 2020 1 次提交
  18. 13 10月, 2020 1 次提交
  19. 28 9月, 2020 1 次提交
  20. 15 9月, 2020 1 次提交
  21. 01 9月, 2020 1 次提交
    • R
      [FLINK-16768][tests] Let the watchdog also monitor mvn logs · 79e74f5e
      Robert Metzger 提交于
      This experimental change aims to make the watchdog more accurate by extending the monitoring from the output to log files produced by the tests.
      In particular the S3 tests seem to produce no output while they are producing output to the log files.
      
      The risk of this change is that a hanging test is still producing log output (e.g. the test is stuck in a retry-loop).
      79e74f5e
  22. 19 8月, 2020 1 次提交
  23. 24 7月, 2020 1 次提交
  24. 22 7月, 2020 1 次提交
  25. 20 7月, 2020 1 次提交
  26. 03 7月, 2020 1 次提交
  27. 19 6月, 2020 2 次提交