-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[DAT-19146] WalMart POC :: Informix :: Test :: Determine status of Informix integration functionality #935
base: DAT-19145
Are you sure you want to change the base?
Conversation
… description and tickets comment
Label error: This PR is being prevented from merging because you have not added one of the labels: breakingChanges, newContributors, notableChanges, sdou, skipReleaseNotes, TypeBug, TypeEnhancement, TypeTest. You'll need to add it before this PR can be merged. |
@@ -368,7 +368,8 @@ services: | |||
restart: always | |||
privileged: true | |||
volumes: | |||
- "./informix-init.sql:/opt/ibm/config/informix-init.sql" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Tamelianovych for v14 should be - "./informix-init.sql:/opt/ibm/config/informix-init.sql"
or if "./informix-init.sql:/opt/ibm/data/sch_init_informix.custom.sql" works too then probably INIT_FILE: "informix-init.sql" is not necessary
please take a look on this
@@ -2,6 +2,13 @@ inputFormat: xml | |||
context: testContext | |||
|
|||
databasesUnderTest: | |||
- name: informix |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
duplicated entry, we have 14 and 12 at the end of the file
//not expected
Change Type 'pro:addCheckConstraint' is not allowed for Informix Dynamic Server.
Change Type 'pro:createFunction' is not allowed for Informix Dynamic Server.
Change Type 'pro:createTrigger' is not allowed for Informix Dynamic Server.
//expected
Change Type 'pro:createPackage' is not allowed without a valid Liquibase Pro License.
Change Type 'pro:createPackageBody' is not allowed without a valid Liquibase Pro License.
Does not work:
Actual:
ALTER TABLE testdb:informix.posts
MODIFY (inserted_date date DEFAULT DATETIME YEAR TO FRACTION(5) DEFAULT CURRENT YEAR TO FRACTION(5));
Expected:
ALTER TABLE testdb:informix.posts
MODIFY (inserted_date DATETIME YEAR TO FRACTION(5) DEFAULT CURRENT YEAR TO FRACTION(5));
Snapshots does not output UniqueConstraint
Cannot add valid procedure into test-harness framework