Skip to content

Commit 51f6c92

Browse files
committed
keep the consistent version between IT and E2E
1 parent cfb1df7 commit 51f6c92

File tree

2 files changed

+0
-11
lines changed
  • oap-server/server-library/library-integration-test/src/main/java/org/apache/skywalking/oap/server/library/it
  • test/e2e-v2/script

2 files changed

+0
-11
lines changed

oap-server/server-library/library-integration-test/src/main/java/org/apache/skywalking/oap/server/library/it/ITVersions.java

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -32,17 +32,8 @@ public class ITVersions {
3232

3333
static Map<String, String> ENV = readingEnv("test", "e2e-v2", "script", "env");
3434

35-
// The prefix of the integration version in the environment file.
36-
static final String INTERGRATION_PREFIX = "INTEGRATION_";
37-
3835
// Get the version from the environment file.
3936
public static String get(String key) {
40-
// trying to find the integration version first
41-
final String integrationVal = ENV.get(INTERGRATION_PREFIX + key);
42-
if (integrationVal != null && integrationVal.length() > 0) {
43-
return integrationVal;
44-
}
45-
// if not found, return the normal version
4637
return ENV.get(key);
4738
}
4839

test/e2e-v2/script/env

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515

16-
INTEGRATION_SW_BANYANDB_COMMIT=6e99ab7e8fed451d24e4d6041ec4c3db7c44f237
17-
1816
SW_AGENT_JAVA_COMMIT=f0245864e4388a388fe7445b56b6ce7cedc94aaf
1917
SW_AGENT_SATELLITE_COMMIT=ea27a3f4e126a24775fe12e2aa2695bcb23d99c3
2018
SW_AGENT_NGINX_LUA_COMMIT=c3cee4841798a147d83b96a10914d4ac0e11d0aa

0 commit comments

Comments
 (0)