Hi Nicola, Daniele, First, thanks for helping out - we can't virtualize IBMi either, so this is great support.
Please try running the full test suite with `php -dmemory_limit=2G ./vendor/bin/phpunit -c db2.xml Also, please do use the `vendor` installed phpunit rather than the phar runner. I also suggest running the DBAL test suite (same approach, but the project is at https://github.com/doctrine/dbal ) Marco Pivetta http://twitter.com/Ocramius http://ocramius.github.com/ On 16 April 2015 at 17:20, Nicola Frignani <[email protected]> wrote: > Hi all, > I'm a Daniele's colleague, this afternoon we run the tests on our IBMi > server and obviously we get som errors. > We've attached them to this post. > full.txt is about the entire output > first.txt is the output stopped at the first error occurrence. > > Thanks in advance to everybody > > ps. > If you would like to have access to an IBMi server we can help you > > > On Thursday, April 16, 2015 at 12:51:07 PM UTC+2, Marco Pivetta wrote: >> >> Hi Daniele, >> >> git clone [email protected]:doctrine/doctrine2.git >> cd doctrine2 >> curl -sS https://getcomposer.org/installer >> composer update >> ./vendor/bin/phpunit -c your-db2-config.xml >> >> Marco Pivetta >> >> http://twitter.com/Ocramius >> >> http://ocramius.github.com/ >> >> On 16 April 2015 at 11:48, Daniele Scillia <[email protected]> wrote: >> >>> Hi Marco, >>> thanks for your reply. >>> I tried to look for information about the Doctrine test suit and >>> understand how to use it, so that I can be able to write here the feedback >>> I got from it, but I didn't succeed. >>> >>> Can you please help me, writing me how to run this tests? >>> Link for downloads (if any), some examples or guide. >>> >>> Thanks in advance for your help. >>> >>> On Wednesday, April 15, 2015 at 5:53:41 PM UTC+2, Marco Pivetta wrote: >>>> >>>> Hi Daniele, >>>> >>>> We currently cannot test against AS400 machines because we don't have >>>> such a virtualization environment, so we can't reproduce the issue. >>>> >>>> Our IBMDB2 setups are on linux boxes, which means that both the syntax >>>> and the internal schema are most probably different. >>>> >>>> I suggest running the test suite first, and reporting any problems with >>>> it. >>>> >>>> Greets, >>>> >>>> Marco Pivetta >>>> >>>> http://twitter.com/Ocramius >>>> >>>> http://ocramius.github.com/ >>>> >>>> On 15 April 2015 at 16:47, Daniele Scillia <[email protected]> >>>> wrote: >>>> >>>>> Hy guys, I have a problem using doctrine with Ibm DB2 driver on an >>>>> as400 iseries IBMi. >>>>> >>>>> I spent the last 3 days studying Doctrine, and I think I understood >>>>> the basic and I was able to make the tutorial with sqlite works. >>>>> After that,I tried to make it works connecting to a DB2 database. >>>>> I found the right configuration to give to it and the connection works. >>>>> It was also able to run the create command and create the table, and >>>>> also insert some data in it. >>>>> Of course it'just simple table with two columns but it's great for me >>>>> that it works. >>>>> >>>>> The problem is about the update command of doctrine, it's giving me >>>>> the error from the attached image. >>>>> >>>>> It seems to me that is trying to extract some data from some system >>>>> table, but the name of this table are not as he expect them. >>>>> >>>>> In the example, he look for the table: SYSTABLES in the library: >>>>> SYSIBM. >>>>> This library does not exist. I was able to find the table in another >>>>> library, but if I edit the IBMDB2platform of doctrine to look into that >>>>> library, this specific quesry goes ok but after this there a lot of other >>>>> queries, more complicated, looking for tables that doesn't exist. >>>>> >>>>> I hope I explained my sealf clearly. >>>>> If anyone can help, I would really appreciate it. >>>>> Thanks in advance guys. >>>>> >>>>> -- >>>>> You received this message because you are subscribed to the Google >>>>> Groups "doctrine-user" group. >>>>> To unsubscribe from this group and stop receiving emails from it, send >>>>> an email to [email protected]. >>>>> To post to this group, send email to [email protected]. >>>>> Visit this group at http://groups.google.com/group/doctrine-user. >>>>> For more options, visit https://groups.google.com/d/optout. >>>>> >>>> >>>> -- >>> You received this message because you are subscribed to the Google >>> Groups "doctrine-user" group. >>> To unsubscribe from this group and stop receiving emails from it, send >>> an email to [email protected]. >>> To post to this group, send email to [email protected]. >>> Visit this group at http://groups.google.com/group/doctrine-user. >>> For more options, visit https://groups.google.com/d/optout. >>> >> >> -- > You received this message because you are subscribed to the Google Groups > "doctrine-user" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/doctrine-user. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "doctrine-user" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/doctrine-user. For more options, visit https://groups.google.com/d/optout.
