OK

Vibe Parallel Build RSpec Rails   Build #128 OK

Started: 2021-09-19T11:32:36Z
Duration: 2 minutes
Time saved by parallel: 21.5%
False alarms: 2
Change log
commit cca5d977dc679c6eb40ca13dde37d989691fa70e Author: Courtney Zhan <qinmengzhan@gmail.com> Date: Sun Sep 19 21:30:51 2021 +1000 fixed mood test pages/mood_list_page.rb | 15 +++- spec/mood_spec.rb | 185 ++++++++++++++++++++++++------------------------ vibe-ui-tests.tpr | 3 + 3 files changed, 109 insertions(+), 94 deletions(-) commit e40fd404f23912a3ef78b6e60792bf57eb1cd405 Author: Courtney Zhan <qinmengzhan@gmail.com> Date: Sun Sep 19 21:11:41 2021 +1000 update filtering tests pages/mood_list_page.rb | 14 ------ spec/mood_spec.rb | 14 +++--- spec/post_entry_gratitude_spec.rb | 36 ++++++---------- spec/post_question_filtering_spec.rb | 82 +++++++++++++++++++++++++++++------- vibe-ui-tests.tpr | 2 - 5 files changed, 87 insertions(+), 61 deletions(-) commit dd9dc22a839d8782b34bafeacd087dc39ced097c Author: Courtney <qinmengzhan@gmail.com> Date: Sun Sep 19 21:07:20 2021 +1000 move after edit post to list pages/mood_list_page.rb | 14 ++++++++++++++ spec/mood_spec.rb | 14 ++++++-------- 2 files changed, 20 insertions(+), 8 deletions(-) commit 02b8b3d99a39c2959e324b70b685c9a20dedbff4 Merge: 0f788d2 b1b2cb3 Author: Courtney <qinmengzhan@gmail.com> Date: Sun Sep 19 20:45:55 2021 +1000 merge commit 0f788d2a4cb2b05274dd08e4726c33cc6c88a0aa Author: Courtney <qinmengzhan@gmail.com> Date: Sun Sep 19 20:44:36 2021 +1000 fixed tests spec/post_entry_gratitude_spec.rb | 35 ++++++++++++++++++----------------- vibe-ui-tests.tpr | 3 +++ 2 files changed, 21 insertions(+), 17 deletions(-) commit b1b2cb3e9cb1298a863a866fe1e0b8d4fe716768 Author: Courtney Zhan <qinmengzhan@gmail.com> Date: Sun Sep 19 20:44:26 2021 +1000 Mood tests added pages/edit_mood_page.rb | 22 +++++++++ pages/mood_detail_page.rb | 12 +++++ pages/mood_list_page.rb | 18 +++++++ pages/new_mood_page.rb | 33 +++++++++++++ spec/mood_spec.rb | 94 ++++++++++++++++++++++++++++++++++++ spec/post_entry_gratitude_spec.rb | 20 +++----- spec/post_entry_spec.rb | 6 +-- spec/post_question_filtering_spec.rb | 25 ++++++++++ test_helper.rb | 8 +-- vibe-ui-tests.tpr | 3 ++ 10 files changed, 218 insertions(+), 23 deletions(-) commit 0219d8fcdf902b1da7aa97e116b7b82e393c4999 Author: Courtney <qinmengzhan@gmail.com> Date: Wed Sep 1 21:57:04 2021 +1000 remove unused statements spec/login_spec.rb | 2 -- vibe-ui-tests.tpr | 3 +++ 2 files changed, 3 insertions(+), 2 deletions(-) commit df14ac61b679781975af6da9a553a6ce434dfc5e Author: Courtney Zhan <qinmengzhan@gmail.com> Date: Tue Aug 31 10:38:35 2021 +1000 showcase post showcases/01_sign_in_showcase_spec.rb | 38 +++++++++++++++++++++++++++++++++-- spec/login_spec.rb | 3 +++ spec/post_entry_gratitude_spec.rb | 27 ++++++++++++++++++------- test_helper.rb | 13 ++++++++++++ vibe-ui-tests.tpr | 3 +++ 5 files changed, 75 insertions(+), 9 deletions(-) commit 629a9d86da8bf91401249865f16b0663db70a881 Author: Courtney Zhan <courtney@ZhiminMacBook16.lan> Date: Tue Aug 31 09:57:24 2021 +1000 add showcaes showcases/01_sign_in_showcase_spec.rb | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+)
Test Results ( 28 tests took 2 minutes on 2 agents, 3 minutes if one machine )
Agent test file   ( 28 test cases in 12 test scripts files ) Time (s) Result
11:34:19 mac-Agent-04
login_spec.rb 8.7  3
        - Create and login as user Login Fail 2.2 OK  
        - Create and login as user login OK then logout 2.6 OK  
11:32:41 mac-Agent-04
mood_spec.rb 14.9  54
        - Mood CRUD Moods 3.3 OK  
        - Mood User can only view and edit own moods 2.3 OK  
11:34:31 mac-Agent-04
responsive_ui_spec.rb 11.5  3
        - Responsive UI Mobile - Add new entry 5.9 OK  
11:34:46 mac-Agent-04
sign_up_spec.rb 14.4  3
        - Sign up Sign up OK 6.3 OK  
        - Sign up Can't sign up with the same username twice 2.3 OK  
        - Sign up Sign up Validation: password match 1.3 OK  
        - Sign up Sign up Validation: user name too long 1.3 OK  
11:34:10 mac-Agent-04
(Agent-01)
post_entry_gratitude_spec.rb 5.8  4
        - New gratitude post Add a new gratitude entry, verify the pre-filled title 2.0 OK  
11:33:52 mac-Agent-04
(Agent-01)
post_entry_question_spec.rb 14.9  5
        - New question post Add a new question entry, verify the random title 10.9 OK  
11:33:00 mac-Agent-04
post_filtering_24hours_spec.rb 46.8  8
        - Post Filtering by 24 hours Public Entry limited by last 24 hours for public 0.6 OK  
        - Post Filtering by 24 hours Public Entry older than 24 hours is still viewable by admin users 1.6 OK  
        - Post Filtering by 24 hours Personal Entry from all time can be viewed by authenticated user 8.6 OK  
        - Post Filtering by 24 hours Personal Entry cannot be viewed by Guest user 7.6 OK  
        - Post Filtering by 24 hours Personal Entry cannot be viewed by other user 8.5 OK  
        - Post Filtering by 24 hours Personal Entry of all time can be viewed by admin user 8.8 OK  
11:34:49 Agent-01
post_permission_other_spec.rb 12.5  1
        - Post Permission by Other One user cannot edit other's existing post 0.9 OK  
        - Post Permission by Other One user cannot delete other's existing post 0.4 OK  
11:34:15 Agent-01
post_permission_admin_spec.rb 11.7  4
        - Post Permission by Admin Admin user can edit other users' existing post 1.5 OK  
        - Post Permission by Admin Admin user can delete other users' existing post 1.3 OK  
11:33:57 Agent-01
post_entry_spec.rb 14.8  4
        - Post Create Update Delete Add a new entry 4.5 OK  
        - Post Create Update Delete Edit an entry 2.6 OK  
        - Post Create Update Delete Delete an entry 3.4 OK  
11:34:30 Agent-01
post_permission_guest_spec.rb 14.1  3
        - Post Permission by Guest Guest user cannot delete existing entry 1.0 OK  
        - Post Permission by Guest Guest user cannot edit existing entry 0.7 OK  
        - Post Permission by Guest Guest user cannot create new entry 0.7 OK  
11:32:44 Agent-01
post_question_filtering_spec.rb 28.5  54
        - Post Question Filtering Verify can only see answers to questions user has answered 21.2 OK  
Build log
2021-09-19 11:32:37 +0000 [Build] Start 2021-09-19 11:32:38 +0000 [INFO] buildwise-build.rb production | finding a build |128 => Vibe Parallel Build RSpec Rails | (true)... 2021-09-19 11:32:38 +0000 [INFO] Running build command: for 'vibe-parallel-build-rspec-rails', build: 128 2021-09-19 11:32:38 +0000 [INFO] Builder started: /home/zhimin/.buildwise/work/vibe-parallel-build-rspec-rails/.lock 2021-09-19 11:32:38 +0000 [INFO] New Build #128 2021-09-19 11:32:38 +0000 [INFO] Execute Git Command => cd /home/zhimin/.buildwise/work/vibe-parallel-build-rspec-rails/sources && git --git-dir=/home/zhimin/.buildwise/work/vibe-parallel-build-rspec-rails/sources/.git fetch From github.com:NewVibeMedia/vibe-ui-tests e40fd40..cca5d97 rails -> origin/rails 2021-09-19 11:32:41 +0000 [INFO] Execute Git Command => cd /home/zhimin/.buildwise/work/vibe-parallel-build-rspec-rails/sources && git --git-dir=/home/zhimin/.buildwise/work/vibe-parallel-build-rspec-rails/sources/.git reset --hard origin/rails Checking out branch: rails 2021-09-19 11:32:41 +0000 [INFO] Execute Git Command => cd /home/zhimin/.buildwise/work/vibe-parallel-build-rspec-rails/sources && git --git-dir=/home/zhimin/.buildwise/work/vibe-parallel-build-rspec-rails/sources/.git checkout rails Already on 'rails' 2021-09-19 11:32:41 +0000 [INFO] Execute Git Command => cd /home/zhimin/.buildwise/work/vibe-parallel-build-rspec-rails/sources && git --git-dir=/home/zhimin/.buildwise/work/vibe-parallel-build-rspec-rails/sources/.git log origin/rails -1 --pretty=format:"%an|%ad|%H|%s" 2021-09-19 11:32:41 +0000 [INFO] Execute Git Command => cd /home/zhimin/.buildwise/work/vibe-parallel-build-rspec-rails/sources && git --git-dir=/home/zhimin/.buildwise/work/vibe-parallel-build-rspec-rails/sources/.git log e40fd404 -1 --pretty=format:"%an|%ad|%H|%s" 2021-09-19 11:32:41 +0000 [DEBUG] check Git changes, current Revision: cca5d977dc679c6eb40ca13dde37d989691fa70e | last tested: e40fd404f23912a3ef78b6e60792bf57eb1cd405 | new: false 2021-09-19 11:32:41 +0000 [DEBUG] #about update scm: scm_changes => true, :force => true, :last_build_ok => false| 2021-09-19 11:32:41 +0000 [DEBUG] Git determining change sets: --stat --since="2021-08-29 20:52:10" > /home/zhimin/.buildwise/work/vibe-parallel-build-rspec-rails/artifacts/00128-20210919113241/changeset.log 2021-09-19 11:32:41 +0000 [INFO] Execute Git Command => cd /home/zhimin/.buildwise/work/vibe-parallel-build-rspec-rails/sources && git --git-dir=/home/zhimin/.buildwise/work/vibe-parallel-build-rspec-rails/sources/.git log --stat --since="2021-08-29 20:52:10" > "/home/zhimin/.buildwise/work/vibe-parallel-build-rspec-rails/artifacts/00128-20210919113241/changeset.log" 2021-09-19 11:32:41 +0000 [INFO] Execute Git Command => cd /home/zhimin/.buildwise/work/vibe-parallel-build-rspec-rails/sources && git --git-dir=/home/zhimin/.buildwise/work/vibe-parallel-build-rspec-rails/sources/.git log --stat -1 2021-09-19 11:32:41 +0000 [INFO] Execute Git Command => cd /home/zhimin/.buildwise/work/vibe-parallel-build-rspec-rails/sources && git --git-dir=/home/zhimin/.buildwise/work/vibe-parallel-build-rspec-rails/sources/.git diff --name-only e40fd404f23912a3ef78b6e60792bf57eb1cd405 HEAD /var/www/sinatra/buildwise-1.9.1/lib/buildwise/builder/base.rb:32: warning: encountered \r in middle of line, treated as a mere space 2021-09-19 11:32:41 +0000 [INFO] recent_changed_files: ["mood_spec.rb"] 2021-09-19 11:32:41 +0000 [INFO] Updated priority for 1 test script files 2021-09-19 11:32:41 +0000 [INFO] Copy UI tests /home/zhimin/.buildwise/work/vibe-parallel-build-rspec-rails/sources/spec to artifacts dir: /home/zhimin/.buildwise/work/vibe-parallel-build-rspec-rails/artifacts/00128-20210919113241. 2021-09-19 11:32:41 +0000 [INFO] Building ... 2021-09-19 11:32:41 +0000 [INFO] Clean reports from the last build at 2021-09-19 11:32:41 +0000 [INFO] Build step: UI Test 2021-09-19 11:32:41 +0000 [INFO] Run Rake task '-f Rakefile ci:ui_tests:full' 2021-09-19 11:35:12 +0000 [INFO] Calling Rake successful, exit code 0. 2021-09-19 11:35:12 +0000 [INFO] Rake task output below: -------------- /home/zhimin/.buildwise/work/vibe-parallel-build-rspec-rails/sources zhimin$ rake -f Rakefile ci:ui_tests:full rm -rf spec/reports [buildwise.rake] Posting to |http://buildwise.agileway.net/builds/begin| [buildwise.rake] Keep checking build |128 for max 3600 for every 15 seconds [buildwise.rake] logging parallel monitoring to /home/zhimin/.buildwise/work/vibe-parallel-build-rspec-rails/artifacts/00128-20210919113241/rake_parallel.log [Rake] 2021-09-19 11:32:41 +0000 Checking build status: |Pending| [Rake] 2021-09-19 11:35:12 +0000 Checking build status: |OK| -------------- 2021-09-19 11:35:12 +0000 [Build] successful? => true | current revision: cca5d977 2021-09-19 11:35:12 +0000 [INFO] Parsing results and save to database ... 2021-09-19 11:35:12 +0000 [DEBUG] About the parse results xml (12 test files) and save to database 2021-09-19 11:35:12 +0000 [INFO] Archiving files: [] 2021-09-19 11:35:12 +0000 [INFO] Sending notifications ... 2021-09-19 11:35:12 +0000 [INFO] Archiving the builder log for build 128: /var/www/sinatra/buildwise-1.9.1/log/builds/build_128.log 2021-09-19 11:35:12 +0000 [INFO] The build 128 ends. 2021-09-19 11:35:12 +0000 [INFO] The build 128 marked as complete 2021-09-19 11:35:12 +0000 [INFO] BuildCommand finished with exit code: #<BuildStepExecution:0x000056481dd933c8>
triggered by admin at 2021-09-19 11:32:36