|
505 | 505 | <classpathScope>test</classpathScope> |
506 | 506 | <executable>java</executable> |
507 | 507 | <arguments> |
508 | | - <argument>-classpath</argument> |
509 | | - <classpath/> |
510 | | - <argument>org.openjdk.jmh.Main</argument> |
511 | | - <argument>${benchmark.name}</argument> |
| 508 | + <argument>-classpath</argument> |
| 509 | + <classpath/> |
| 510 | + <argument>org.openjdk.jmh.Main</argument> |
| 511 | + <argument>${benchmark.name}</argument> |
512 | 512 | </arguments> |
513 | 513 | </configuration> |
514 | 514 | </execution> |
|
533 | 533 | <profile> |
534 | 534 | <id>slow-tests</id> |
535 | 535 | <build> |
536 | | - <plugins> |
537 | | - <plugin> |
538 | | - <groupId>org.apache.maven.plugins</groupId> |
539 | | - <artifactId>maven-surefire-plugin</artifactId> |
540 | | - <executions> |
541 | | - <execution> |
542 | | - <id>default-test</id> |
543 | | - <configuration> |
544 | | - <groups>com.google.cloud.spanner.SlowTest</groups> |
545 | | - </configuration> |
546 | | - </execution> |
547 | | - </executions> |
548 | | - </plugin> |
549 | | - <plugin> |
550 | | - <groupId>org.apache.maven.plugins</groupId> |
551 | | - <artifactId>maven-failsafe-plugin</artifactId> |
552 | | - <executions> |
553 | | - <execution> |
554 | | - <id>default</id> |
555 | | - <configuration> |
556 | | - <groups>com.google.cloud.spanner.SlowTest</groups> |
557 | | - <!-- Overrides default configuration to allow slow integration tests more time --> |
558 | | - <forkedProcessTimeoutInSeconds>7200</forkedProcessTimeoutInSeconds> |
559 | | - </configuration> |
560 | | - </execution> |
561 | | - <!-- Overrides default configuration to skip this step --> |
562 | | - <execution> |
563 | | - <id>parallel-integration-test</id> |
564 | | - <goals> |
565 | | - <goal>integration-test</goal> |
566 | | - </goals> |
567 | | - <configuration> |
568 | | - <skipTests>true</skipTests> |
569 | | - </configuration> |
570 | | - </execution> |
571 | | - </executions> |
572 | | - </plugin> |
573 | | - </plugins> |
| 536 | + <plugins> |
| 537 | + <plugin> |
| 538 | + <groupId>org.apache.maven.plugins</groupId> |
| 539 | + <artifactId>maven-surefire-plugin</artifactId> |
| 540 | + <executions> |
| 541 | + <execution> |
| 542 | + <id>default-test</id> |
| 543 | + <configuration> |
| 544 | + <groups>com.google.cloud.spanner.SlowTest</groups> |
| 545 | + </configuration> |
| 546 | + </execution> |
| 547 | + </executions> |
| 548 | + </plugin> |
| 549 | + <plugin> |
| 550 | + <groupId>org.apache.maven.plugins</groupId> |
| 551 | + <artifactId>maven-failsafe-plugin</artifactId> |
| 552 | + <executions> |
| 553 | + <execution> |
| 554 | + <id>default</id> |
| 555 | + <configuration> |
| 556 | + <groups>com.google.cloud.spanner.SlowTest</groups> |
| 557 | + <!-- Overrides default configuration to allow slow integration tests more time --> |
| 558 | + <forkedProcessTimeoutInSeconds>7200</forkedProcessTimeoutInSeconds> |
| 559 | + </configuration> |
| 560 | + </execution> |
| 561 | + <!-- Overrides default configuration to skip this step --> |
| 562 | + <execution> |
| 563 | + <id>parallel-integration-test</id> |
| 564 | + <goals> |
| 565 | + <goal>integration-test</goal> |
| 566 | + </goals> |
| 567 | + <configuration> |
| 568 | + <skipTests>true</skipTests> |
| 569 | + </configuration> |
| 570 | + </execution> |
| 571 | + </executions> |
| 572 | + </plugin> |
| 573 | + </plugins> |
574 | 574 | </build> |
575 | 575 | </profile> |
576 | 576 | <profile> |
|
0 commit comments