Integration test: fewer regular subsessions 33/320333/3
authorMichal Bloch <m.bloch@samsung.com>
Wed, 26 Feb 2025 18:55:57 +0000 (19:55 +0100)
committerMichal Bloch <m.bloch@samsung.com>
Thu, 27 Feb 2025 15:28:30 +0000 (16:28 +0100)
Three is enough, it lets you have an active subsession and multiple
inactive subsessions in parallel (not that we even look at them in
a way that this would matter). More than that doesn't really bring
much value and just makes it take more time to run the test.

Change-Id: Ifa2253bb5f637e74452c452500d711d35c0bc8bc

tests/integration/sessiond-integration-tests.sh

index 1464412f41fa26320877b91bf94b6071f3d06c2f..74d4bc6869708b58cc30eea778ecf09ac4f6baa9 100755 (executable)
@@ -1,8 +1,8 @@
 #!/bin/bash
 
 readonly TESTUSER=owner
-readonly TEST_SUBSESSIONS=("TestSuite_sub1" "TestSuite_sub2" "TestSuite_sub3" "TestSuite_sub4" "TestSuite_sub5")
-readonly TEST_SUBSESSIONS_FIXED=("TestSuite_sub6" "TestSuite_sub7" "TestSuite_sub8")
+readonly TEST_SUBSESSIONS=("TestSuite_sub1" "TestSuite_sub2" "TestSuite_sub3")
+readonly TEST_SUBSESSIONS_FIXED=("TestSuite_sub4" "TestSuite_sub5" "TestSuite_sub6")
 
 # Setting it to `true` makes the script more verbose, making debugging easier.
 VERBOSE=