Skip to content

Commit 67dcaba

Browse files
committed
fix ports
1 parent be19655 commit 67dcaba

9 files changed

+9
-9
lines changed

testdata/claim_conflict.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
exec relay add --file license.lic --key 9E32DD-D8CC22-771926-C2D834-C506DC-V3 --public-key e8601e48b69383ba520245fd07971e983d06d22c4257cfd82304601479cee788
33

44
# Set a port as environment variable
5-
env PORT=8082
5+
env PORT=65841
66

77
# Start the server with heartbeat disabled
88
exec relay serve --port $PORT --no-heartbeats &server_process_test&

testdata/claim_license_conflict.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
exec relay add --file license.lic --key 9E32DD-D8CC22-771926-C2D834-C506DC-V3 --public-key e8601e48b69383ba520245fd07971e983d06d22c4257cfd82304601479cee788
33

44
# Set a port as environment variable
5-
env PORT=8083
5+
env PORT=65831
66

77
# Start the server with heartbeat disabled
88
exec relay serve --port $PORT --no-heartbeats &server_process_test&

testdata/claim_license_extended.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
exec relay add --file license.lic --key 9E32DD-D8CC22-771926-C2D834-C506DC-V3 --public-key e8601e48b69383ba520245fd07971e983d06d22c4257cfd82304601479cee788
33

44
# Set a port as environment variable
5-
env PORT=8087
5+
env PORT=65840
66

77
# Start the server with heartbeat enabled (for extension to work)
88
exec relay serve --port $PORT &server_process_test&

testdata/claim_license_lifo_strategy.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ exec sleep 1
88
exec relay add --file license_2.lic --key 9A96B8-FD08CD-8C433B-7657C8-8A8655-V3 --public-key e8601e48b69383ba520245fd07971e983d06d22c4257cfd82304601479cee788
99

1010
# Set a port and strategy as environment variables
11-
env PORT=8089
11+
env PORT=65822
1212
env STRATEGY=lifo
1313

1414
# Start the server with FIFO strategy

testdata/claim_no_licenses_available.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Start the server without adding any licenses
2-
env PORT=8084
2+
env PORT=65842
33
exec relay serve --port $PORT &server_process_test&
44

55
# Wait for the server to start

testdata/cmd_serve.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
exec relay add --file license.lic --key 9E32DD-D8CC22-771926-C2D834-C506DC-V3 --public-key e8601e48b69383ba520245fd07971e983d06d22c4257cfd82304601479cee788
33

44
# Set a port as environment variable
5-
env PORT=8081
5+
env PORT=65812
66

77
# Start the server in the background with the environment variable
88
exec relay serve --port $PORT &server_process&

testdata/release_license_not_found.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Start the server
2-
env PORT=8086
2+
env PORT=65253
33
exec relay serve --port $PORT &server_process_test&
44

55
# Wait for the server to start

testdata/release_license_success.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
exec relay add --file license.lic --key 9E32DD-D8CC22-771926-C2D834-C506DC-V3 --public-key e8601e48b69383ba520245fd07971e983d06d22c4257cfd82304601479cee788
33

44
# Set a port as environment variable
5-
env PORT=8085
5+
env PORT=65111
66

77
# Start the server with heartbeat disabled
88
exec relay serve --port $PORT &server_process_test&

testdata/server_database.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ exec relay add --file license.lic --key 9E32DD-D8CC22-771926-C2D834-C506DC-V3 --
1111
exec test -f $DATABASE_PATH
1212

1313
# Set a port as environment variable
14-
env PORT=8091
14+
env PORT=65848
1515

1616
# Start the server with custom database path
1717
exec relay serve --port $PORT --database $DATABASE_PATH &server_process_test&

0 commit comments

Comments
 (0)