1. 22 7月, 2020 1 次提交
  2. 18 5月, 2020 1 次提交
  3. 10 12月, 2019 1 次提交
  4. 12 7月, 2019 1 次提交
  5. 25 2月, 2019 1 次提交
  6. 18 1月, 2019 1 次提交
    • A
      [FLINK-11036] Fix test_streaming_classloader.sh end-to-end test · de046588
      Aljoscha Krettek 提交于
      Before, this was relying on .version.properties being available in the
      flink-dist jar. This was not the case when building from a Flink source
      release.
      
      This is fixed by introducing a fake lib package that we place in the
      lib/ folder to test the classloader resolution order. Both the lib
      package and the user package contain a parent-child-test.properties and
      we check the resolution order in the test.
      
      Also change the test to not use TaskManager anymore.
      
      This test was relying on TaskManager being present in Flink, this might
      not be the case in the future. We change this test to place a fake class
      in the "lib" package and the "user" package to make it independent of
      the rest of Flink.
      de046588
  7. 03 11月, 2018 1 次提交
  8. 26 7月, 2018 1 次提交
  9. 17 7月, 2018 1 次提交
  10. 19 4月, 2018 1 次提交
  11. 22 3月, 2018 1 次提交
  12. 27 2月, 2018 1 次提交
  13. 07 11月, 2017 1 次提交
  14. 21 9月, 2017 1 次提交
  15. 15 8月, 2017 1 次提交
  16. 25 7月, 2017 1 次提交
  17. 13 7月, 2017 1 次提交
  18. 11 5月, 2017 1 次提交
  19. 08 5月, 2017 1 次提交
  20. 21 12月, 2016 1 次提交
  21. 03 8月, 2016 1 次提交
  22. 05 7月, 2016 1 次提交
    • S
      [FLINK-3995] [build] Properly structure test scopes and dependencies · 4b71e0e7
      Stephan Ewen 提交于
      Makes the JUnit test utils (TestLogger, retry rules, ...) properly available to
      other projects without the 'flink-core' test-jar, via the 'flink-test-utils-junit' project.
      
      Makes the ForkableMiniCluster, TestEnvironment,  and other test utilities available in the 'main'
      scope of the 'flink-test-utils' project.
      
      Creates a 'flink-test-utils-parent' project that holds the 'flink-test-utils-junit' and
      'flink-test-utils' project.
      
      Also moves some tests between projects and inlines some very simple utility functions in
      order to simplify some test jar dependencies.
      4b71e0e7
  23. 29 2月, 2016 1 次提交
  24. 27 1月, 2016 1 次提交
  25. 23 10月, 2015 1 次提交
  26. 18 8月, 2015 1 次提交
  27. 18 6月, 2015 1 次提交
  28. 31 3月, 2015 1 次提交
    • R
      [FLINK-1771] Add support for submitting single jobs to a detached YARN session · 6b0d4076
      Robert Metzger 提交于
      With this change, users can submit a Flink job to a YARN cluster without having a local client monitoring the Application Master or job. You can basically fire and forget a Flink job to YARN.
      For supporting this, the ApplicationMaster can now monitor the status of a job and shutdown itself once it is in a terminal state.
      
      The change also verifies that various ways of setting the parallelism on YARN are passed through the system correctly (per job, session).
      
      There was a bug in YARN container creation which made the configuration values for the heap offset useless. This change fixes this error.
      
      All mentioned features and bugs are covered by the flink-yarn-tests.
      
      This closes #542
      6b0d4076
  29. 20 3月, 2015 1 次提交
  30. 11 3月, 2015 1 次提交
  31. 20 12月, 2014 1 次提交
  32. 19 12月, 2014 2 次提交
  33. 17 12月, 2014 1 次提交
  34. 26 10月, 2014 1 次提交
  35. 02 10月, 2014 1 次提交
  36. 01 10月, 2014 1 次提交
  37. 23 8月, 2014 1 次提交
  38. 16 7月, 2014 1 次提交
  39. 11 7月, 2014 1 次提交