opensearch-project / opensearch-spark

Spark Accelerator framework ; It enables secondary indices to remote data stores.
Apache License 2.0
14 stars 23 forks source link

[BUG] Integration tests unexpectedly triggered by test task #350

Closed dai-chen closed 1 month ago

dai-chen commented 4 months ago

What is the bug?

I've observed that the test tasks seems triggering integration tests unexpectedly, which is causing delays in Github CI process. This issue may be linked to the changes in this commit. Need to investigate this behavior and implement a fix to prevent this.

How can one reproduce the bug?

Steps to reproduce the behavior: sbt test

What is the expected behavior?

Test task only triggers unit test.

Do you have any screenshots?

N/A

Do you have any additional context?

N/A