[SERVER-29818] Integrate Powercycle test into Evergreen Created: 23/Jun/17  Updated: 30/Oct/23  Resolved: 27/Sep/17

Status: Closed
Project: Core Server
Component/s: Testing Infrastructure
Affects Version/s: None
Fix Version/s: 3.6.0-rc0

Type: Task Priority: Major - P3
Reporter: Jonathan Abrahams Assignee: Jonathan Abrahams
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Issue Links:
Depends
depends on SERVER-29813 Spawn and control AWS EC2 instances u... Closed
depends on SERVER-29816 Powercycle test script Closed
Backwards Compatibility: Fully Compatible
Sprint: TIG 2017-08-21, TIG 2017-09-11, TIG 2017-10-02
Participants:
Linked BF Score: 0

 Description   

Integrate Powercycle test script (SERVER-029816) into etc/evergreen.yml:

  • 2 Powercycle tasks
    • powercycle
    • powercycle_WT
  • Run on windows-64-2k8-debug & enterprise-rhel-62-64-bit variants


 Comments   
Comment by Githook User [ 27/Sep/17 ]

Author:

{'email': 'jonathan@mongodb.com', 'name': 'Jonathan Abrahams', 'username': 'hptabster'}

Message: SERVER-29818 Ensure macros have a default in "set up remote credentials" in etc/evergreen.yml to avoid syntax errors
Branch: master
https://github.com/mongodb/mongo/commit/7765cbafc5ab73262ce8d233c2410194b6bba1d7

Comment by Githook User [ 25/Sep/17 ]

Author:

{'email': 'jonathan@mongodb.com', 'name': 'Jonathan Abrahams', 'username': 'hptabster'}

Message: SERVER-29818 Fix logic error in "set up remote credentials" in etc/evergreen.yml
Branch: master
https://github.com/mongodb/mongo/commit/744f6f3077397b70ef84da6dcda37b5af9822eca

Comment by Jonathan Abrahams [ 25/Sep/17 ]

Logic error in "set up remote credentials":

if [ ! -z "${private_key_remote|''}" ] && [ ! -z "${private_key_file|''}" ] ; then

Should be:

if [ ! -z "${private_key_remote}" ] && [ ! -z "${private_key_file}" ] ; then

Comment by Githook User [ 25/Sep/17 ]

Author:

{'email': 'jonathan@mongodb.com', 'name': 'Jonathan Abrahams', 'username': 'hptabster'}

Message: SERVER-29818 Enable powercycle tests on SSL Ubuntu 14.04
Branch: master
https://github.com/mongodb/mongo/commit/1b549500669e8b2b2f7846aa5867f00b849ebd21

Generated at Thu Feb 08 04:21:54 UTC 2024 using Jira 9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66.