Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Inside The Elastic Stack - Testing and Releasing a Well Known Open Source Stack

Inside The Elastic Stack - Testing and Releasing a Well Known Open Source Stack

Maintaining a well known open source stack is no easy task. Despite fixing bugs and adding features, releases need to be aligned among products and each product needs to be tested on its own. This talk starts at the lowest level of Elasticsearch, explaining how we run unit tests, moves up to integration tests, packaging tests, backwards compatibility tests, performance tests, including commercial extensions in testing phases - all of this on different operating systems and JVM versions. Attendees will get to know how our CI looks and how all of our products (Elasticsearch, Logstash, Kibana, Beats and all of its commercial extensions) are released at the same moment in order to ease the upgrade process for our end users.

Alexander Reelsen

April 19, 2018
Tweet

More Decks by Alexander Reelsen

Other Decks in Programming

Transcript

  1. !4 Agenda One slide every 30 seconds is ok, right?

    Introduction 1 CI 3 Preparing & testing a release 4 Release 5 Elasticsearch testing 2 2 3 4 5
  2. !5 Agenda One slide every 30 seconds is ok, right?

    Introduction 1 CI 3 Preparing & testing a release 4 Release 5 Elasticsearch testing 2
  3. !7 Welcome to the Zoo! • Elasticsearch: Java • Logstash:

    JRuby + Java • Beats: Go • Kibana: Javascript on node.js • APM: server: go, instrumentation agents: javascript, ruby, go, java, python • Commercial: C++, Scala, Ruby, Go, all of the above • Tooling: Perl, python, node, ruby, gradle, typescript • Clients: Ruby, PHP, Perl, python, .NET, Java, Go • Infra: lambda, k8s, vault, ansible, terraform, docker, jenkins/jjb
  4. !8 Jun 9, 2015 1.6 Jul 16, 2015 1.7 Feb

    19, 2015 4.0 Jun 10, 2015 4.1 May 14th, 2015 1.5 May 27th, 2015 1.0 Beta 1 July 13th, 2015 1.0 Beta 2 Sept 4 th, 2015 1.0 Beta 3 May 23, 2015 1.5 Nov 5, 2014 1.4 It’s complicated es kibana ls beats
  5. !10 Agenda One slide every 30 seconds is ok, right?

    Introduction 1 CI 3 Preparing & testing a release 4 Release 5 Elasticsearch testing 2 2 1
  6. !25 Agenda One slide every 30 seconds is ok, right?

    Introduction 1 CI 3 Preparing & testing a release 4 Release 5 Elasticsearch testing 2 1 3
  7. !26

  8. !27

  9. !28

  10. !29

  11. !30

  12. !31

  13. !32 Moar testing • 1000+ builds ES per day across

    all branches • Testing of pull requests • Testing on different operating systems • Testing on different JVMs • Testing with different garbage collectors • Testing of feature branches • Dedicated jenkins cluster for x-pack as well as other tools • Docs CI: Ensure cross reference links work • Test triage, developers take care of build failures
  14. !33 Manual Testing • Small team of dedicated testers, working

    with developers • Exploratory testing • UI testing • Cross product testing • Integration testing with products outside of the stack
  15. !34 Agenda One slide every 30 seconds is ok, right?

    Introduction 1 CI 3 Preparing & testing a release 4 Release 5 Elasticsearch testing 2 4 1
  16. !35

  17. !36

  18. !37 Releasing - One project to build them all! •

    Idea: Every engineer should be able to build a release candidate • Single repo with Vagrantfile and gradle build • Requirements: Vagrant (+ winrm), VirtualBox, gradle • Vagrant image installs the technology zoo! • Builds projects, creates package repositories (+ signing) and uploads to S3 bucket, uploads to sonatype staging repo • Result: Final immutable artifacts, which are ready to be released
  19. !38 Agenda One slide every 30 seconds is ok, right?

    Introduction 1 CI 3 Preparing & testing a release 4 Release 5 Elasticsearch testing 2 5 1
  20. !40 Releasing • Uploading/building documentation • Publish blog posts •

    Update website download links • Forum posts • Post release work (internal version updates in ES)
  21. !41

  22. !42

  23. !43 Summary • Automate your releases with immutable releasable artifacts!

    • Do it as early as possible! • Ensure everyone can do a release! • Non technical aspects are incredibly harder to automate! • Does this work for you? No idea!
  24. !45 Links • https://benchmarks.elastic.co • https://elasticsearch-ci.elastic.co/ • https://beats-ci.elastic.co/ • https://kibana-ci.elastic.co/

    • https://logstash-ci.elastic.co/ • https://github.com/elastic/rally • https://speakerdeck.com/elasticsearch/oscon-scaling-a-distributed- engineering-team-from-50-250