Commit 424c7fb
committed
Rationalize ep-engine testsuite names
The CTest test names don't match the executable names for the
ep_testsuite_* series of tests. This can be confusing, and complicates
test management, particulary as we are about to add a third variant
(ephemeral) to the tests.
Rationalise the test names, so they are simply <suite_name>.<variant>
Examples:
$ ctest -N -R ep_testsuite
Test project /Users/dave/repos/couchbase/server/source/build/ep-engine
Test #18: ep_testsuite.value_eviction
Test #19: ep_testsuite.full_eviction
Test #20: ep_testsuite_basic.value_eviction
Test #21: ep_testsuite_basic.full_eviction
Test #22: ep_testsuite_dcp.value_eviction
Test #23: ep_testsuite_dcp.full_eviction
Test #24: ep_testsuite_tap.value_eviction
Test #25: ep_testsuite_tap.full_eviction
Test #26: ep_testsuite_checkpoint.value_eviction
Test #27: ep_testsuite_checkpoint.full_eviction
Test #28: ep_testsuite_xdcr.value_eviction
Test #29: ep_testsuite_xdcr.full_eviction
Change-Id: I227b669497ad2c8114d631f331cf77180774ae30
Reviewed-on: http://review.couchbase.org/70611
Tested-by: buildbot <[email protected]>
Reviewed-by: Jim Walker <[email protected]>1 parent 7798c94 commit 424c7fb
1 file changed
+18
-28
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
560 | 560 | | |
561 | 561 | | |
562 | 562 | | |
563 | | - | |
| 563 | + | |
564 | 564 | | |
565 | | - | |
566 | | - | |
567 | | - | |
568 | | - | |
569 | | - | |
570 | | - | |
571 | | - | |
| 565 | + | |
| 566 | + | |
| 567 | + | |
| 568 | + | |
| 569 | + | |
| 570 | + | |
| 571 | + | |
| 572 | + | |
| 573 | + | |
572 | 574 | | |
573 | 575 | | |
574 | | - | |
575 | | - | |
576 | | - | |
| 576 | + | |
577 | 577 | | |
578 | | - | |
579 | | - | |
580 | | - | |
| 578 | + | |
581 | 579 | | |
582 | | - | |
583 | | - | |
584 | | - | |
| 580 | + | |
585 | 581 | | |
586 | | - | |
587 | | - | |
588 | | - | |
| 582 | + | |
589 | 583 | | |
590 | | - | |
591 | | - | |
592 | | - | |
| 584 | + | |
593 | 585 | | |
594 | | - | |
595 | | - | |
596 | | - | |
| 586 | + | |
597 | 587 | | |
598 | 588 | | |
599 | 589 | | |
| |||
606 | 596 | | |
607 | 597 | | |
608 | 598 | | |
609 | | - | |
610 | | - | |
| 599 | + | |
| 600 | + | |
611 | 601 | | |
612 | 602 | | |
613 | 603 | | |
| |||
0 commit comments