Skip to content

Commit e06d952

Browse files
committed
Check that the actual version number matches EDGEDB_MAJOR_VERSION (#8681)
This would have caught the 6.6 snafu.
1 parent 912a8c3 commit e06d952

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_server_config.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1188,6 +1188,7 @@ async def test_server_version(self):
11881188
(srv_ver.major, srv_ver.minor, str(srv_ver.stage),
11891189
srv_ver.stage_no,)
11901190
)
1191+
self.assertEqual(ver.major, buildmeta.EDGEDB_MAJOR_VERSION)
11911192

11921193
async def test_server_proto_configure_invalid_duration(self):
11931194
with self.assertRaisesRegex(

0 commit comments

Comments
 (0)