Skip to content

Add an option to not update versions for each prerelease #17

Add an option to not update versions for each prerelease

Add an option to not update versions for each prerelease #17

GitHub Actions / Unit Tests succeeded Apr 30, 2024 in 0s

24 passed, 0 failed and 0 skipped

Tests passed successfully

Report Passed Failed Skipped Time
_fv-az1728-920_2024-04-30_14_57_29.trx 1s
_fv-az1728-920_2024-04-30_14_57_29[1].trx 24✅ 2s

✅ _fv-az1728-920_2024-04-30_14_57_29.trx

No tests found

✅ _fv-az1728-920_2024-04-30_14_57_29[1].trx

24 tests were completed in 2s with 24 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
Hyperbee.Migrations.Tests.KeyspaceParserTests 16✅ 19ms
Hyperbee.Migrations.Tests.RunnerTests 7✅ 322ms
Hyperbee.Migrations.Tests.StatementTests 1✅ 46ms

✅ Hyperbee.Migrations.Tests.KeyspaceParserTests

✅ Should_parse_1_dimensional_keyspace (`bucket`)
✅ Should_parse_1_dimensional_keyspace (bucket)
✅ Should_parse_2_dimensional_keyspace (`bucket`.`collection`)
✅ Should_parse_2_dimensional_keyspace (`bucket`.collection)
✅ Should_parse_2_dimensional_keyspace (bucket.`collection`)
✅ Should_parse_2_dimensional_keyspace (bucket.collection)
✅ Should_parse_3_dimensional_keyspace (`bucket`.`scope`.`collection`)
✅ Should_parse_3_dimensional_keyspace (`bucket`.`scope`.collection)
✅ Should_parse_3_dimensional_keyspace (`bucket`.scope.`collection`)
✅ Should_parse_3_dimensional_keyspace (`bucket`.scope.collection)
✅ Should_parse_3_dimensional_keyspace (bucket.`scope`.`collection`)
✅ Should_parse_3_dimensional_keyspace (bucket.`scope`.collection)
✅ Should_parse_3_dimensional_keyspace (bucket.scope.`collection`)
✅ Should_parse_3_dimensional_keyspace (bucket.scope.collection)
✅ Should_parse_4_dimensional_keyspace (`namespace`:`bucket`.`scope`.`collection`)
✅ Should_parse_4_dimensional_keyspace (namespace:bucket.scope.collection)

✅ Hyperbee.Migrations.Tests.RunnerTests

✅ Migrations_run_with_down_direction
✅ Migrations_run_with_down_direction_to_version
✅ Migrations_run_with_up_direction_in_development
✅ Migrations_run_with_up_direction_in_order
✅ Migrations_run_with_up_direction_to_version
✅ Migrations_run_with_up_direction_with_complex_convention_names
✅ Migrations_run_with_up_direction_with_inheritance

✅ Hyperbee.Migrations.Tests.StatementTests

✅ Evaluate_statements_does_not_throw