aboutsummaryrefslogtreecommitdiffstats
path: root/lib/sasl/test/release_handler_SUITE_data/lib/README
blob: 639a4ca0fbafef0c685f44365e2c0be79a8fac7a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
a-1.0:
start version

a-1.1:
can be upgraded to from a-1.0. Module a has changed

a-1.2:
can be upgraded to from a-1.1.
No module have changed, but priv dir is added including one 'file'

b-1.0:
start version, includes b_lib and b_server

b-2.0:
can be upgraded to from b-1.0.
Removes b_lib (soft_purge) and updates b_server (brutal_purge)
* The diff in purge method is important for test "check_and_purge", in
  order to check that the purge option to check_install_release works
  for both methods.

many_mods-1.0:
start version.
m:start/1 starts N procs, each calling Mod:bar() in all other modules (m1-m10).
m1-m10: implements bar() which returns a big constant.
The point is to get many processes with references to many modules,
and then load the modules again so that old code exists. See tests
otp_9395_update_many_mods and otp_9395_rm_many_mods.

many_mods-1.1:
can be upgraded to from many_mods-1.0. Updates modules m1-m10.

many_mods-2.0:
can be upgraded to from many_mods-1.0. Removes modules m1-m10.