Skip to content

Commit 0d92b9f

Browse files
committed
renamings
1 parent d435946 commit 0d92b9f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/test_filenames_check.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
id: scan-test-files
3434
uses: AbsaOSS/[email protected]
3535
with:
36-
name-patterns: '*UnitTests.*,*IntegrationTests.*,*AgentServerTests.*'
36+
name-patterns: '*UnitTests.*,*IntegrationTests.*,*CompatibilityTests.*'
3737
paths: '**/src/test/scala/**'
3838
report-format: 'console'
3939
excludes: |

.sbtrc

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@ alias testDB=; project database; testOnly *
3131
# Run all tests
3232
alias testAll=; testOnly *
3333

34-
# Run Agent-Server integration tests
35-
alias testAgentServer=; testOnly *AgentServerTests
34+
# Run agent-server compatibility tests
35+
alias testCompatibility=; testOnly *CompatibilityTests

agent/src/test/scala/za/co/absa/atum/agent/AgentServerTests.scala agent/src/test/scala/za/co/absa/atum/agent/AgentServerCompatibilityTests.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ import za.co.absa.atum.agent.dispatcher.HttpDispatcher
2626

2727
import scala.collection.immutable.ListMap
2828

29-
class AgentServerTests extends DBTestSuite {
29+
class AgentServerCompatibilityTests extends DBTestSuite {
3030

3131
private val testDataForRDD = Seq(
3232
Row("A", 8.0),

0 commit comments

Comments
 (0)