@@ -46,6 +46,22 @@ module.exports = {
4646 updated_at : '2024-02-15 12:00:00' ,
4747 } ,
4848
49+ {
50+ id : 6 ,
51+ name : 'LHC22b_test' ,
52+ lhc_period_id : 2 ,
53+ created_at : '2024-02-15 12:00:00' ,
54+ updated_at : '2024-02-15 12:00:00' ,
55+ } ,
56+
57+ {
58+ id : 7 ,
59+ name : 'LHC22b_debug' ,
60+ lhc_period_id : 2 ,
61+ created_at : '2024-02-15 12:00:00' ,
62+ updated_at : '2024-02-15 12:00:00' ,
63+ } ,
64+
4965 /** LHC22a (PbPb) */
5066 {
5167 id : 3 ,
@@ -111,6 +127,23 @@ module.exports = {
111127 created_at : '2024-02-15 12:00:00' ,
112128 updated_at : '2024-02-15 12:00:00' ,
113129 } ,
130+
131+ {
132+ id : 6 ,
133+ description : 'test' ,
134+ data_pass_id : 6 ,
135+ created_at : '2024-02-15 12:00:00' ,
136+ updated_at : '2024-02-15 12:00:00' ,
137+ } ,
138+
139+ {
140+ id : 7 ,
141+ description : 'debug' ,
142+ data_pass_id : 7 ,
143+ created_at : '2024-02-15 12:00:00' ,
144+ updated_at : '2024-02-15 12:00:00' ,
145+ } ,
146+
114147 ] , { transaction } ) ,
115148
116149 await queryInterface . bulkInsert ( 'data_pass_version_status_history' , [
@@ -197,6 +230,24 @@ module.exports = {
197230 created_at : '2024-02-15 12:30:00' ,
198231 updated_at : '2024-02-15 12:30:00' ,
199232 } ,
233+
234+ /** Data pass version of LHC22b_test */
235+ {
236+ id : 11 ,
237+ data_pass_version_id : 6 ,
238+ status : DataPassVersionStatus . RUNNING ,
239+ created_at : '2024-02-15 12:30:00' ,
240+ updated_at : '2024-02-15 12:30:00' ,
241+ } ,
242+
243+ /** Data pass version of LHC22b_debug */
244+ {
245+ id : 12 ,
246+ data_pass_version_id : 7 ,
247+ status : DataPassVersionStatus . RUNNING ,
248+ created_at : '2024-02-15 12:30:00' ,
249+ updated_at : '2024-02-15 12:30:00' ,
250+ } ,
200251 ] , { transaction } ) ,
201252
202253 await queryInterface . bulkInsert ( 'data_passes_runs' , [
0 commit comments