Skip to content
Snippets Groups Projects
  1. Mar 28, 2022
  2. Feb 28, 2022
  3. Feb 24, 2022
  4. Jan 26, 2022
  5. Oct 22, 2021
  6. Oct 21, 2021
  7. Aug 24, 2021
    • Allen Porter's avatar
      Use shared envTest for unit tests · d45501a1
      Allen Porter authored
      
      Speed up unit tests by using a shared envTest. This requires each
      test to use its own namespace to avoid clobbering objects for
      other tests. Tests previously took around 8 seconds each, and now
      the initial test takes 2 seconds with follow up tests taking less
      than a second each.
      
      Also update existing tests that use a fixed namespace to use a
      generated namespace.
      
      Share gold file template function with yaml files.
      
      Remove the testClusterMode, and instead rely on MainTest to do
      the appropriate test setup and rootArgs flag setup. Move the
      rootArg flag setup out of NewTestEnvKubeManager to avoid
      side effects.
      
      A follow up change can be to push the individual setups
      from NewTestEnvKubeManager() into their respective TestMain since
      the harness share little code.
      
      Signed-off-by: default avatarAllen Porter <allen@thebends.org>
      d45501a1
  8. May 04, 2021
  9. Mar 12, 2021
  10. Jan 08, 2021
  11. Oct 29, 2020
  12. Sep 23, 2020
  13. Aug 03, 2020
    • Daniel Holbach's avatar
      Update contributors guide · 17139f34
      Daniel Holbach authored
      	- point out GH discussions
      	- move "understanding GOTK" earlier
      	- point out dev-guide
      	- update reality on calendar invitations
      17139f34
  14. Jul 08, 2020
  15. Jul 03, 2020
  16. Apr 30, 2020
Loading