-
Type: Improvement
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
Fully Compatible
-
BUILD 1 04/03/15
On the SSL builders, for the suite named 'js' we are doing:
scons smoke smokeJs
This is suboptimal (on the regular builders, we split this into two suites 'core' and 'js') but still adequate.
On the Enterprise builders, for the suite named 'js', we are only doing:
python buildscripts/smoke.py --auth --authMechanism=CRAM-MD5 js
This is the equivalent of what 'scons smokeJs' does, except it is adding some extra sauce for auth. This is fine, but we are missing what 'scons smoke' does. We should make a new suite 'core' that does the same thing that the regular builders do for that test suite.