Skip to content

Commit ab41b08

Browse files
authored
Changes in root test
1 parent 71e24eb commit ab41b08

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.github/workflows/master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
modules:
3030
- |-
3131
core, unsafe, kvstore, avro,
32-
network_common, network_shuffle, repl, launcher
32+
network-common, network-shuffle, repl, launcher,
3333
examples, sketch, graphx
3434
- |-
3535
catalyst, hive-thriftserver

dev/run-tests.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -662,14 +662,15 @@ def main():
662662
changed_files = identify_changed_files_from_git_commits(
663663
os.environ["GITHUB_SHA"], target_ref=os.environ["GITHUB_PREV_SHA"])
664664
print("changed_files : %s" % changed_files)
665+
665666
modules_to_test = determine_modules_to_test(
666667
determine_modules_for_files(changed_files), deduplicated=False)
668+
print("modules_to_test : %s" % modules_to_test)
667669

668670
if modules.root not in modules_to_test:
669671
# If root module does not exist, only test the intersected modules.
670672
# If root module is found, just run the modules as specified initially.
671673
test_modules = list(set(modules_to_test).intersection(test_modules))
672-
673674
print("test_modules : %s" % test_modules)
674675

675676
changed_modules = test_modules

sql/core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676

7777
<!--
7878
This spark-tags test-dep is needed even though it isn't used in this module, otherwise testing-cmds that exclude
79-
them will yield errorts!
79+
them will yield errorts.
8080
-->
8181
<dependency>
8282
<groupId>org.apache.spark</groupId>

0 commit comments

Comments
 (0)