Skip to content

Conversation

@amotl
Copy link
Contributor

@amotl amotl commented Oct 6, 2022

Dear Ratko,

following up on #44, this patch adjusts some minor bits on the test suite. I hope you like them.

With kind regards,
Andreas.

```shell
git clone https://github.com/RatkoR/laravel-crate.io
cd laravel-crate.io
composer install
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you add additional lines here:

composer install
# change $table->increment('id') to $table->integer('id') in DatabaseMigrationRepository
# set you DB conn properties
./run-tests.sh

or else run-tests.sh will probably not succeed.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi again,

on my machine, it just works excellently after cloning the repository, without any further ado.

composer install
./run-tests.sh
  1. There is no $table->increment('id') within tests/DataTests/Fixture/DatabaseMigrationRepository.php.
  2. I did not have to set any connection properties. The test suite flawlessly invoked a Docker instance of CrateDB for the duration of the test suite run, and apparently has been able to connect to it well.

With kind regards,
Andreas.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants