Skip to content

Commit e2dd5e5

Browse files
authored
chore: removes nightly tests and run them always (#20)
1 parent 9955483 commit e2dd5e5

4 files changed

Lines changed: 4 additions & 50 deletions

File tree

.github/workflows/nightly-tests.yaml

Lines changed: 0 additions & 36 deletions
This file was deleted.

.github/workflows/verify.yaml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -84,13 +84,3 @@ jobs:
8484
- uses: ./.github/actions/setup-java
8585
- name: End to End Integration Tests
8686
run: ./gradlew test -DincludeTags="EndToEndTest"
87-
88-
Run-Dsp-Compatibility-Test:
89-
name: "Run DSP Compatibility Test"
90-
runs-on: ubuntu-latest
91-
steps:
92-
- uses: actions/checkout@v5
93-
- uses: ./.github/actions/setup-java
94-
- name: DSP Compatibility
95-
run: |
96-
./gradlew test -DincludeTags="NightlyTest" -PverboseTest=true

system-tests/dsp-tck-tests/src/test/java/org/eclipse/edc/virtualized/tck/dsp/MemoryEdcVirtualCompatibilityDockerTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
package org.eclipse.edc.virtualized.tck.dsp;
1616

17-
import org.eclipse.edc.junit.annotations.NightlyTest;
17+
import org.eclipse.edc.junit.annotations.EndToEndTest;
1818
import org.eclipse.edc.junit.extensions.EmbeddedRuntime;
1919
import org.eclipse.edc.junit.extensions.RuntimeExtension;
2020
import org.eclipse.edc.junit.extensions.RuntimePerClassExtension;
@@ -38,7 +38,7 @@
3838
import static org.assertj.core.api.Assertions.fail;
3939
import static org.eclipse.edc.util.io.Ports.getFreePort;
4040

41-
@NightlyTest
41+
@EndToEndTest
4242
@Testcontainers
4343
public class MemoryEdcVirtualCompatibilityDockerTest {
4444

system-tests/dsp-tck-tests/src/test/java/org/eclipse/edc/virtualized/tck/dsp/PostgresVirtualCompatibilityDockerTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
package org.eclipse.edc.virtualized.tck.dsp;
1616

17-
import org.eclipse.edc.junit.annotations.NightlyTest;
17+
import org.eclipse.edc.junit.annotations.PostgresqlIntegrationTest;
1818
import org.eclipse.edc.junit.extensions.EmbeddedRuntime;
1919
import org.eclipse.edc.junit.extensions.RuntimeExtension;
2020
import org.eclipse.edc.junit.extensions.RuntimePerClassExtension;
@@ -45,7 +45,7 @@
4545
import static org.assertj.core.api.Assertions.fail;
4646
import static org.eclipse.edc.util.io.Ports.getFreePort;
4747

48-
@NightlyTest
48+
@PostgresqlIntegrationTest
4949
@Testcontainers
5050
public class PostgresVirtualCompatibilityDockerTest {
5151

0 commit comments

Comments
 (0)