请选择 进入手机版 | 继续访问电脑版
  • 设为首页
  • 点击收藏
  • 手机版
    手机扫一扫访问
    迪恩网络手机版
  • 关注官方公众号
    微信扫一扫关注
    公众号

kaltura/platform-continuous-integration: Continuous Integration for the Kaltura ...

原作者: [db:作者] 来自: 网络 收藏 邀请

开源软件名称:

kaltura/platform-continuous-integration

开源软件地址:

https://github.com/kaltura/platform-continuous-integration

开源编程语言:

PHP 63.7%

开源软件介绍:

Kaltura Platform Packages CI Project

See Kaltura Install Packaging Project for the parent project.

Project Goal

The Continuous Integration system will be responsible for the automation of the following tasks:

  • Overall build of the Kaltura platform packages against the master branch, release branches and approved pull-requests (for both nightly and stable releases).
  • Pushing the packages to the install repositories.
  • Perform a full Kaltura deployment on a test cluster.
  • Perform automated testing of the installed server features via API calls and command line scripts, determining overall build stability for both clean install and version to version upgrades.
  • Generate web-page build reports and email in case of fails.
  • Distribute packaged/compiled API client libraries to respective language repositories.

Why we need a CI system?

An automatic approach to the build, test and release process has many advantages, most prominently, it significantly reduces the time to release new packages and verifies that packages were fully tested before being used in production. We've also listed some key advantages in our specific project -

  • Release more often, faster, and provide nightly builds for advanced platform testers.
  • Ensure new commits do not break existing functionality on the master branch.
  • Allow contributors to make changes and additions with a higher level of security, knowing pull-requests are tested as part of the whole system in production mode, before being merged.
  • Provide elaborate platform test reports before entering official manual QA phase.

Bootstrapping

The CI makes use of answer files to achieve an unattended deployment.

An answer file template for RPM based deployments can be obtained here: https://github.com/kaltura/platform-install-packages/blob/master/doc/kaltura.template.ans

An answer file template for deb based deployments can be obtained here: https://github.com/kaltura/platform-install-packages/blob/master/doc/install-kaltura-deb-based.md#unattended-installation

  • Edit the templates to reflect your settings and place the file under /etc/kalt.ans on all machines you plan to use for running the CI. Bear in mind that this file contains sensitive info and should therefore only be readable and writable by super users.

  • Create $BASE_DIR/rpm_cluster_members and $BASE_DIR/deb_cluster_members. These should contain a list of hosts, separated by newlines, like so:

my.machine0
my.machine1
my.machine2
  • Use $BASE_DIR/csi.sql to create an SQLite3 DB under $BASE_DIR/db/csi.db.

  • Edit $BASE_DIR/run_sanity.sh and set the needed params.

Generating and testing API clients

If you wish to generate and test the API clients as part of the CI process:

  • In $BASE_DIR/run_sanity.sh, set TEST_CLIENTS to 'Y' and set CSI_CLIENT_GENERATING_HOST to the host you wish to generate the clients from.
  • Edit clientlib_to_git_repo.rc so that it lists the GitHub repos you set up for hosting the generated clients.

NOTE: The script expects these repos to be hosted on GitHub and at Kaltura, we use Travis CI for the actual testing. That said, if you intend to use a different source control [or just Git but not GitHub] or a different CI service, this can be achieved by making minor changes to $BASE_DIR/clientlibs_test.sh.

Web interface

A simple web I/F for showing the CI results is included in this repo [see index.php]. This can be placed on the docroot of any web server that supports PHP 5.3 and above. Note that index.php requires the PHP SQLite3 extension to be enabled.

The Test Suites

All API calls and apps will be loaded over SSL.

The following test cases will be run in the following order, on each cluster deployment (both clean and upgrade). Nightly testing should run a complete regression coverage via API client libs, verifying the stability of the latest MASTER branch.

  1. test-created Check space on / partition
  2. test-created Check space on web partition
  3. test-created Check KDP3 version is correct by comparing KMC's config.ini with the actual last created KDP3 dir on disk.
  4. test-created Check KMC version is correct by comparing KMC's config.ini with the actual last created KDP3 dir on disk.
  5. test-created Check KDP3 version is correct by comparing KMC's config.ini with the actual last created HTML5 dir on disk.
  6. test-created Verify that all relevant processes (Apache, MySQL, Sphinx, batch, memcache, monit) are up and running on all machines in the cluster
  7. test-created Verify that all processes and crons are properly configured to run after system restart
  8. test-created Verify HTTPs call redirects for start page, KMC, Admin Console and testme. Perform curl request (with redirect follow) to each of the URLs, and test the response returned as expected:
    1. https://[DOMAIN]/ --- Verify Start Page
    2. https://[DOMAIN]/api_v3/testme/ --- Verify TestMe Console URL
    3. https://[DOMAIN]/index.php/kmc --- Verify KMC URL
    4. https://[DOMAIN]/admin_console/ --- Verify Admin Console URL
    5. https://[DOMAIN]/apps/studio --- Verify Universal Studio URL
  9. test-created Verify system restart behaviour (run 1 through 3 post restart)
  10. test-created Verify that processes (Apache, MySQL, Sphinx, batch, memcache) are being relaunched by monit after MANUAL kill (testing crash resurrection).
  11. test-created Verify new publisher account creation. Continue all following tests on this new partner account.
  12. test-created Verify profile ID creation.
  13. test-created Verify profile ID delete.
  14. test-created Test email logs for sent new publisher account activation email.
  15. test-created uiConf and file verifications -
    1. Run through all the uiConfs in the database.
    2. For each uiConf, run through the uiConf object URLs AND inside the uiConf XML for all referenced file paths (swf, js, image files, etc.) and verify the existence of these files on disk.
    3. test-created Check the kmc.swf and login.swf requests return 200
  16. test-createdVerify simple transcoding: Upload video, see complete transcoding flow finished successfully.
  17. test-createdVerify reconversion: reconvert an existing asset, see complete transcoding flow finished successfully.
  18. Verify fallback transcoding: Rename the ffmpeg symlink. Upload video, see complete transcoding flow finished successfully. Rename the ffmpeg symlink back.
  19. test-created Verify clipping and trimming API
  20. test-created Verify clipapp index page loads
  21. test-created Run all client libraries and their respective unit-tests
  22. test-created Enable dropfolder plugin
  23. test-created Create a Local DropFolder
  24. test-created Test Bulk Upload XML that includes custom metadata fields and thumbnails.
  25. test-created Setup email notification for new entry event
  26. test-created Setup HTTP notification for entry change event
  27. test-created Create a new Entry
  28. test-created Check mail logs to see if email was sent.
  29. test-created Analytics verification
  30. test-created Upload captions
  31. test-created Search string in captions and entry metadata
  32. test-createdCheck the report API to see the play count
  33. test-created Curl playManifest to that Entry WITH a valid sview KS, see that the video returns
  34. test-created Thumbnail API verification:
    1. This test will have a stored prepared image to compare against
    2. Call the thmbnail API for second 2 of the new entry
    3. Use ImageMagick to compare the returned image against the stored test imaged
  35. test-createdVerify Red5 is working - http://exchange.nagios.org/directory/Plugins/Software/FMS-monitor/details
  36. Verify YouTube distribution (create profile, distribute entry, query for success)
  37. Check the bandwidth report API to see bandwidth and storage counts
  38. Verify KS Access Control:
  39. Create an AC Profile with KS protection
  40. Assign it to a Video Entry
  41. Curl playManifest to that Entry without a KS, see that the video fails to return
  42. Create a Local XML DropFolder, copy a file to the folder, test the file was successfully pulled in to Kaltura, transcoded and that the XML metadata exists.
  43. Create a Remote Storage profile against an S3 Bucket, verify that content uploaded gets pushed to the S3 bucket.
  44. Verify Player - Use http://phantomjs.org/ to run base tests against player embed, playlist embed, thumbnail embed, and common player scenarios (play, pause, seek)

The Reports

Execution Time Benchmarks

For each step in the CI cycle, execution time measurements will be performed and saved in order to analyze platform trends over time. The following CI steps will measured:

  1. Time it took to pull the code from git repositories.
  2. Time it took to build packages.
  3. Time it took to push packages to install repositories.
  4. Time it took to install each package on the test clusters (clean and upgrade).
  5. Time it took to run post-inst scripts per package.
  6. Time to run each unit-test.
  7. Aggregate time from pulling code till finish tests (complete cycle).

Web Reports

  • Full test report available on a URL with the version-date combo.
  • Header should show overall health status of the build - Percentage of fail/pass
  • Per test, status (FAILED or PASSED), and if failed, show unit test error output. According to the following table:
Test File Status Execution Time Details
test_xxx PASSED 12ms
test_yyy PASSED 100ms
test_zzz FAILED 876912ms Output of what failed in the test

Email Reports

Setup a mailing list for people to subscribe for reports via email. 3 types of emails:

  1. If RPM layer failed packaging - email subject: [PACKAGING_FAILED] Kaltura Release - {CORE.VERSION} - {BUILD.DATE}
  2. If any of the core unit tests failed - email subject: [CORE_FAILED] Kaltura Release - {HEALTH.PERCENT} - {CORE.VERSION} - {BUILD.DATE}
  3. If all tests passed successfully - email subject: [BUILD_READY] Kaltura Release - {CORE.VERSION} - {BUILD.DATE}

The body of the email will be a full table report of the test suite (as defined above in web reports).

Build Paths

  • Nightly packages are built and saved into the /nightly/ folder.
  • Pre-QA-Release packages are built and saved into the /release/ folder with respective release version and date.

Post Successful Build - Client Libraries Distribution

License and Copyright Information

All code in this project is released under the AGPLv3 license unless a different license for a particular library is specified in the applicable library path.

Copyright © Kaltura Inc. All rights reserved.

Authors @jessp01, @zoharbabin and many others.




鲜花

握手

雷人

路过

鸡蛋
该文章已有0人参与评论

请发表评论

全部评论

专题导读
热门推荐
阅读排行榜

扫描微信二维码

查看手机版网站

随时了解更新最新资讯

139-2527-9053

在线客服(服务时间 9:00~18:00)

在线QQ客服
地址:深圳市南山区西丽大学城创智工业园
电邮:jeky_zhao#qq.com
移动电话:139-2527-9053

Powered by 互联科技 X3.4© 2001-2213 极客世界.|Sitemap